Package:
Summary:
Retrieve MySQL query results into arrays
Groups:
Author:
Description:
This is a simple class that can be used to retrieve MySQL query results into arrays.
It can execute a given MySQL SELECT query and retrieves the results into an array.
Package:
Summary:
Execute MySQL queries from lists of parameters
Groups:
Author:
Description:
This class can be used to execute MySQL queries from lists of parameters.
It can execute SQL SELECT, INSERT, UPDATE and DELETE queries by passing parameters that define tables, fields, values and condition clauses.
Package:
Summary:
Redirect to the page of a movie in IMDB
Groups:
Author:
Description:
This class can be used to redirect to the page of a movie in IMDB.
It sends a request to IMDB site to perform a search for a given movie.
The class parses the retrieve search results page and redirect to the page of the searched movie.
Package:
Summary:
MySQL database access wrapper using PDO
Groups:
Author:
Description:
This class implements a MySQL database access wrapper using PDO.
It can establish a connection to a MySQL database server and execute SELECT prepared queries with parameters from an array, retrieve query results into arrays, execute INSERT or UPDATE queries using parameters that define the tables, fields, values and conditions.
Package:
Summary:
Generate strings with random text
Groups:
Author:
Description:
This class can be used to generate strings with random text.
It provides different functions to generate strings with random characters of a given length from a certain range of desired characters.
Package:
Summary:
Generate Javascript to call jQuery library
Groups:
Author:
Description:
This class can be used to generate Javascript to call jQuery library.
It intercepts calls to class functions that do not exist and generates a string with JavaScript code that would be used to call jQuery library functions passing the argument values passed to the class call after converting them into JavaScript Object Notation.
The class calls return the instance of the current object which can be used to also retrieve the generated JavaScript code string.
Package:
Summary:
Model view controller framework implementation
Groups:
Author:
Description:
This package provides a model view controller framework implementation.
It provides a database access class, a front controller class and a template processing class.
to get started edit the .htaccess and make the rewrite base fit your server
then edit /config/define.php to set your database access.
by now what you may do is: set up a nice error handler function (http://php.net/manual/en/function.set-error-handler.php) and if you need it setup a cache handler too(may record an ob_start callback, and gzencode the content you are sending to browser).
Package:
Summary:
MySQL database access wrapper
Groups:
Author:
Description:
This class implements a MySQL database access wrapper.
Package:
Summary:
MySQL database access wrapper
Groups:
Author:
Description:
This class implements a MySQL database access wrapper.
It can establish MySQL server connections, execute queries, retrieve query results as arrays, and insert rows from parameters that define the table and the database field values to set.
Package:
Summary:
Keep track of site visitors in a MySQL database
Groups:
Author:
Description:
This class can be used to keep track of site visitors in a MySQL database.
It inserts records to a a MySQL table with the IP address and time of visit of the current user.
The class may also query the access table to count the number of visits, unique visitors, page views and last user access.