Category Archives: Classes

MySQL-wrapper

Package:
MySQL-wrapper
Summary:
Execute MySQL queries from lists of parameters
Groups:
Databases, PHP 5
Author:
Guvenc Acarkan
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.


IMDB

Package:
IMDB
Summary:
Redirect to the page of a movie in IMDB
Groups:
PHP 5, Web services
Author:
Nitesh Apte
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.


PDO wrapper

Package:
PDO wrapper
Summary:
MySQL database access wrapper using PDO
Groups:
Databases, PHP 5
Author:
Donauweb
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.


jQuery Helper

Package:
jQuery Helper
Summary:
Generate Javascript to call jQuery library
Groups:
PHP 5, Text processing, Utilities and Tools
Author:
Andrei Caminschi
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.


Another simple MVC

Package:
Another simple MVC
Summary:
Model view controller framework implementation
Groups:
Design Patterns, Libraries, PHP 5
Author:
lattuada
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).


MySQL Database Class

Package:
MySQL Database Class
Summary:
MySQL database access wrapper
Groups:
Databases, PHP 5
Author:
Yunus Oksuz
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.


Visit, UniqueVisit Counter

Package:
Visit, UniqueVisit Counter
Summary:
Keep track of site visitors in a MySQL database
Groups:
Databases, User Management
Author:
Kristian Feldsam
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.


Powered by Gewgley