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
  static public function invoke($hook) {
    $packages = array();
    $results = array();  
...

PHP Dynamically invoking static...

by Tj Holowaychuk, June 09, 2008 20:52, 1 refactoring, tagged with static, class, eval

Hey guys, I should have rea...

F1e3ab214a976a39cfd713bc93deb10f Talk