Posted on : 31-01-2011 | By : admin | In : PHP Classes
0
Package: Validation class v1 Summary: Validate one or more value of different types Groups: PHP 5 , Validation Author: tobytobs Description: This class can be used to validate one or more value of different types. It can validate a single value or an array of values according to one validation rule. Currently it can validate the values as e-mail addresses, numbers, letters, letters and numbers and non-empty strings
See the article here:
Validation class v1
Posted on : 30-01-2011 | By : admin | In : PHP Classes
0
Package: sqlmin Summary: Access and administer MySQL and SQLite databases Groups: Databases , PHP 5 , Systems administration Author: Livio Carmine Description: This package can be used to access and administer MySQL and SQLite databases. There two classes, one for MySQL and SQLite that can perform several types of database access and administration functions.

Read more here:
sqlmin
Posted on : 29-01-2011 | By : admin | In : PHP Classes
0
Package: Visited Pages Summary: Keep track and list the pages visited by an user Groups: PHP 5 , User Management Author: razvan Description: This class can be used to keep track and list the pages visited by an user. It can add each page that is visited to a session variable.
View original post here:
Visited Pages
Posted on : 28-01-2011 | By : admin | In : PHP Classes
0
Package: APC_Chatt Summary: Chat system that uses cache to store chat state Groups: Chat , PHP 5 Author: Pashkov Denis Igorevich also server 7erver Description: This package implements a chat system that uses cache to store chat state. It can manage multiple rooms with multiple chat users keeping the information about the rooms and users using a cache system like APC, MemCache, eAccelerator or XCache.
More here:
APC_Chatt
Posted on : 27-01-2011 | By : admin | In : PHP Classes
0
Package: Files Editor Summary: Lists text files from a directory for editing Groups: Files and Folders , HTML , PHP 5 , Text processing Author: razvan Description: This class can be used to lists text files from a directory for editing. It can retrieve the list of files in a directory and generate HTML listing with buttons for showing or editing the file

See the original post here:
Files Editor
Posted on : 26-01-2011 | By : admin | In : PHP Classes
0
Package: Grid Formulario Summary: Display forms and listings in HTML tables Groups: HTML , PHP 5 Author: jorge arzuaga Description: This package can be used to display forms and listings in HTML tables.
Follow this link:
Grid Formulario
Posted on : 26-01-2011 | By : admin | In : PHP Classes
0
Package: PDO MySQLi MySQL Class Summary: Access MySQL using MySQL, MySQLi or PDO extensions Groups: Databases , PHP 5 Author: Jason Description: This package can be used to access MySQL databases using MySQL, MySQLi or PDO extensions. There is a base class that defines an interface to access MySQL databases and there are also sub-classes to access MySQL databases using PHP PDO, MySQLi or MySQL extensions. These classes provide functions to establish database connections, execute queries, sanitize query parameters, retrieve query results, affected rows or database access errors
Link:
PDO MySQLi MySQL Class
Program Supports Zend Partners, Addresses Growing Enterprise Demand for PHP Expertise CUPERTINO, Calif. — January 26, 2011 — Zend Technologies, the PHP Company, today announced the launch of its new Zend Center of Excellence (CoE) program, creating new opportunities for PHP solution developers to extend their global reach and competitiveness while meeting enterprise requirements to augment IT staff with PHP expertise. Under the program, Zend Solution Partners that are equipped to develop and provide enterprise customers with innovative and productive applications using Zend software and PHP best practices will be eligible to earn a Zend CoE designation.
Hi, just to let you know that Google Summer of Code will happen again in 2011. The list of accepted mentoring organizations will be published by Google on March 18
Here is the original post:
Google Summer of Code 2011
Posted on : 25-01-2011 | By : admin | In : PHP Classes
0
Package: Bitwise Flags Summary: Manipulate sets of bit values Groups: Data types , PHP 5 Author: Nathaniel H Description: This class can be used to manipulate sets of bit values. It can set, clear, toggle and check the boolean values of individual bits of a set of bits of a given length.
See original here:
Bitwise Flags