1 2 3 4
<?php abstract class mySQL // abstract => cannot be instanciated ...
PHP MySQL original PHP 5 wrappe...
by TiTi,
August 01, 2008 20:44,
7 refactorings, tagged with mysql, wrapper, object, php5, static, const, student, titi
Typical MySQL wrapper writt...
1 2 3 4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="fr"> <head> ...
Woa! Very interesting way t...