Blogger Image
My Blog Title
Member Since : Lunes, 21 Mayo 2012
Last Login : Lunes, 21 Mayo 2012
After days working with classes, it may be helpfull having some examples here: Some parts of the code have been replaced,  <?php final class SearhPeopleException extends Exception {}   class searchPeople   {       protected $search, $limit, $clinic_id, $date;       protected $productName=array(), $clinicProducts = array();          ... Leer más...
By: administrador On Miércoles, 22 Diciembre 2010 Comments Comments(0) Leer más...
http://en.wikipedia.org/wiki/Recursive_function PHP Passed on a mysql database with columns set as: (I used DOCTRINE) ID | NAME | URL | PARENT_ID Making only 1 consult to the database getting the data to make an array looking like this: $menuData[] = array(                       'id'     => $d->id,      &nbs... Leer más...
By: administrador On Jueves, 18 Noviembre 2010 Comments Comments(0) Leer más...