/************************************************************************/
/* Simple and Speed SQL Layer MySQL */
/* ================================ */
/* Write by Cyril Levert */
/* Copyright (c) 2009 */
/* This layer is used in : */
/* Blog project : http://www.php-minimus.org */
/* CMS project : http://www.php-maximus.org */
/* dev@php-minimus.org */
/* Others projets : http://sourceforge.net/projects/cyrillevert/files/ */
/* */
/* This program is free software - under GPL GNU Licence. */
/************************************************************************/
With this simple sql layer, you can use only foreach function ( and not while )
in yours PHP Scripts and obtain the bests performances.
|