User:Rene.olivo

From PHP London wiki

Jump to: navigation, search

I am currently working on a new PHP toolkit based on PHP 5.3 (and hopefully PHP 6.0) to take advantage of new functionalities such as anonymous functions. The idea is to make queries to the database and the displaying of data in a really easy way, simplifying the general PHP code to make general tasks faster to develop in a JQuery. Here is a short demo of the code:

<?php

require_once('_toolkit/main.php');
//data::connect('driver', 'hostname', 'username', 'password', 'database');
cmp::articles()->foreachRow(function($row) {
echo html::h1($row->title);
});

?>


I will be assisting the PHP London meeting regularly, so if you are interested in the project, please let me know: rene@809estudio.com

Personal tools