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...

1e6b9d50678a0cc32d98aa1dd1ec3846 Talk
1
2
3
4
function db_cache_2($query)
 {
  // Query cache table
...

PHP DB Cache

by ellisgl.myopenid.com, January 14, 2008 22:48, 8 refactorings, tagged with php, cache, mysql, update

It's a DB caching scheme th...

8bba46dba9043c254e6eef1aa664e6f0 Talk