use autoloader on geshi before including it manually
[phorkie.git] / src / phorkie / Database / Adapter / Null / Setup.php
1 <?php
2 namespace phorkie;
3
4 class Database_Adapter_Null_Setup
5 {
6     public function setup()
7     {
8     }
9
10     public function reset()
11     {
12     }
13 }
14
15 ?>