Lines Matching refs:factory
15 $db = PDOTest::factory();
50 static public function factory($id, $val)
72 var_dump($select2->fetchAll(PDO::FETCH_FUNC, array('Test1','factory')));
75 var_dump($select2->fetchAll(PDO::FETCH_FUNC, array($f, 'factory')));
147 Test1::factory(1,A)
149 Test1::factory(2,B)
151 Test1::factory(3,C)
153 Test1::factory(4,D)
185 Test1::factory(1,A)
187 Test1::factory(2,B)
189 Test1::factory(3,C)
191 Test1::factory(4,D)