Categories
Tags → Mysql Class

Class: Easy MySQL class

This class is a simple wrapper to access MySQL databases. It can establish connections to a given MySQL server and execute SQL queries in a single call. The query result resource handle, columns names, number of returned rows and last ins...
DETAILS

SamMySql Database Class

This class wraps common MySQL database table SQL queries. It can: - Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array. - Insert or update rows from a list of fields and v...
DETAILS

PHP Sessions Management Class (with mySQL backend) 1.0.1

A class to handle sessions by using a mySQL database for session related data storage providing better security then the default session handler used by PHP. You don''t need to modify a thing in your application - after instantianting the class ...
DETAILS

PHP mySQL Database Wrapper 1.0.5

This class is a mySQL database access wrapper It provides methods for interracting with a mySQL database easily and securely Some of the features include - method that is an alias of PHP''s native mysql_query() function with th...
DETAILS

Basic MySQL Search Engine Class

This class can be used to search for data in MySQL database table text fields. It executes one or more SQL SELECT queries to search for given keywords in different text fields of the same MySQL database table. The class returns an array w...
DETAILS

MySQL to JSON

The class takes a MySQL query result handle and retrieves the query result column names and the query result data. The class generates the definition of a JavaScript object in JSON that contains an array of a rows of query result data.
DETAILS

clonefish - PHP form generator class

A proven and mature PHP class aimed to aid the creation of professional self-validating input forms. - easy configuration using a simple PHP array - client-side + server-side form validation (cross-browser JavaScript and PHP) - automatic form ge...
DETAILS

phpDB

phpDB is a php database abstraction class which is extendable to provide a generic interface. Currently MySQL is the only database abstraction catered for in this version and the hooks are in place for other database types. Future release will expa...
DETAILS

PHP Tree Structure stored in MySQL database

cNodes is a php class to store and manipulate tree structure in a mysql database. An example of a typical uses for this would be a web directory. Its important to note that the class and the table are meant only to model the relationships between nod...
DETAILS

SQLData

SQLData is an extension of the DB class that is meant to provide object-relational mappings to store and retrieve persistent objects in a SQL database. The class comes with additional scripts for generating classes that can be used by applicati...
DETAILS

Page:
©2019 A--9.com