<?php abstract class mySQL // abstract => cannot be instanciated ...
static public function invoke($hook) {
$packages = array();
$results = array();
...
PHP Dynamically invoking static...
Hey guys, I should have rea...
<?php abstract class mySQL // abstract => cannot be instanciated ...
static public function invoke($hook) {
$packages = array();
$results = array();
...
Hey guys, I should have rea...
Typical MySQL wrapper writt...