1 2 3 4 5 6 7 8 9 10
<?php namespace phorkie; class Database_Adapter_Null_Setup { public function setup() {} public function reset() {} } ?>