PHP 6 is just around the corner, but for developers who just can’t wait, there’s good news — many of the features originally planned for PHP 6 have been back-ported to PHP 5.3, a final stable release of which is due in the first half of this year.
Monthly Archives: March 2011
php.activerecord
php-activerecord is an open source ORM library based on the ActiveRecord pattern. It aims to massively simplify the interactions with your database and eliminate the chore of hand written SQL for common operations. Unlike other ORMs, you do not need to use any code generators nor maintain mapping files for your tables. This library was …
Real-World OOP With PHP and MySQL
Numerous examples from robots to bicycles have been offered as “easy” explanations of what OOP is. I’ve opted to show you how OOP works with a real-life example, for a programmer. By creating a MySQL CRUD class you can easily create, read, update and delete entries in any of your projects, regardless of how the …
Easy Access With PDO CRUD
Abstract MySQL SQLite Summary Abstract The term CRUD refers to the four basic functionalities used in most PHP applications.
jqGrid
jqGrid is a grid component for ASP.NET & PHP based on the world’s most popular and flexible jQuery grid plugin jqGrid.
phpgrid
Features: – True cross-browser AJAX inline editing datagrid – Supports all HTML form controls – Integrated search toolbar – Master detail datagrid