Example #1
0
 function test()
 {
     $config = new Config();
     $config->limit(1);
     $config->find(true);
     $config->free();
 }