Categories
Tags → Mysqli

mysqlix class

This class can be used to manage MySQL database tables. It extends the MySQLi base class to add new functionality like: - Inserting, updating and retrieving MySQL table rows from a list of parameters - Creating and dropping databases, t...
DETAILS

5 useful PHP functions for MySQL data fetching

PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL tab...
DETAILS

PHP5 MySQL guestbook

This is a simple PHP5 MySQL guestbook script that allows you to easily delete posts, edit posts, block words and block IP addresses. You can also easily change the design of the guestbook by editing one of the templates which you can now do in the ad...
DETAILS

MyObjects

MyObjects is a set of tools for database schema generation, class generation and object persistence. It is divided into two sub projects, a compiler for class generation and runtime for back and forth maping objects to the database and Xml files. M...
DETAILS
©2003-2019 jCay.com