File indexing completed on 2024-05-12 17:26:16

0001 <?php
0002 
0003 /*
0004  * Suspended development due to refactoring.
0005  * Maybe not needed.
0006  */
0007 
0008 class EDataSetter{
0009   
0010   private static $table_list = array();
0011   
0012   public static function load(){
0013     //
0014   }
0015   
0016 }
0017 
0018 ?>