Files
gallery3/modules
Bharat Mediratta 7118f84aa9 ORM::factory() in K24 does not allow you to specify an alternate key
for lookup.  So instead of doing:
  ORM::factory("foo", array("some_key" => "some_value"))

you have to do:
  ORM::factory("foo"->where("some_key", "=" "some_value")->find()
2009-12-22 13:32:02 -08:00
..
2009-12-21 11:30:34 -08:00
2009-12-06 21:34:48 -08:00
2009-12-06 21:35:04 -08:00
2009-11-25 19:25:34 -08:00
2009-10-28 12:15:52 -07:00
2009-12-06 21:38:09 -08:00