Featured Posts

Why PHP Frameworks MatterWhy PHP Frameworks Matter In a 1998 interview with Dr. Dobb’s Magazine, creator of the Perl programming language Larry Wall concluded his answer to the final question with a tip I’ve never forgotten, remarking, “Take...

Readmore

  • Prev
  • Next

connector

Posted on : 28-02-2010 | By : admin | In : PHP Classes

0

This class can be used to execute MySQL prepared queries. It can prepare and execute MySQL prepared queries using the MySQLi extension.

Continue reading here:
connector

Binary Tree Representation

Posted on : 28-02-2010 | By : admin | In : PHP Classes

0

This class can be used to display the nodes of a tree in a MySQL database. It can recursively traverse the nodes of a tree stored in MySQL database table and display the node names in an HTML page.

View post:
Binary Tree Representation

ApPHP Calendar

Posted on : 27-02-2010 | By : admin | In : PHP Classes

0

This class can be used to display month calendars in HTML tables. It can generate HTML tables that display the days of calendar months of whole years. The class displays links that allow browsing different month calendars using AJAX to avoid page reloading.

Excerpt from:
ApPHP Calendar

PHP MySQL list

Posted on : 27-02-2010 | By : admin | In : PHP Classes

0

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.

Read the original:
PHP MySQL list

MySQL-wrapper

Posted on : 26-02-2010 | By : admin | In : PHP Classes

0

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.

Read more from the original source:
MySQL-wrapper

PHP 5.2.13 Released!

Posted on : 25-02-2010 | By : admin | In : PHP Basics, php news

0

The PHP development team would like to announce the immediate availability of PHP 5.2.13.

Go here to read the rest:
PHP 5.2.13 Released!

PDO wrapper

Posted on : 25-02-2010 | By : admin | In : PHP Classes

0

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.

See the rest here:
PDO wrapper

randlib

Posted on : 25-02-2010 | By : admin | In : PHP Classes

0

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

Go here to read the rest:
randlib

jQuery Helper

Posted on : 24-02-2010 | By : admin | In : PHP Classes

0

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.

Original post:
jQuery Helper

Another simple MVC

Posted on : 24-02-2010 | By : admin | In : PHP Classes

0

This package provides a model view controller framework implementation. It provides a database access class, a front controller class and a template processing class

Link:
Another simple MVC