Files
gallery3/modules/gallery/helpers
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-05 20:56:16 -08:00
2009-12-06 19:51:25 -08:00
2009-12-02 12:20:21 -08:00
2009-08-31 00:42:18 -07:00
2009-07-11 20:12:32 -07:00