1
0
Commit Graph

6 Commits

Author SHA1 Message Date
Bharat Mediratta
5f65d082f9 Update the copyright to 2010. 2010-03-03 10:16:08 -08:00
Bharat Mediratta
7a6d8eb8b3 Updated for model based validation 2010-01-25 22:26:08 -08:00
Bharat Mediratta
1a0dc96e77 First pass at upgrading contrib code to the Kohana 2.4 standards.
Here's a summary of the changes I made:

1) html::specialchars --> html::chars
2) ORM::orderby() -> ORM::order_by()
3) ORM::where() now takes 3 parameters including a comparator.  So
   ORM::where("a", $b) is now ORM::where("a", "=", $b) and the middle
   value can be any comparator.
4) ORM::$loaded --> ORM::loaded()
5) Database::instance() --> db::build()  (and there are some other
   subtle differences, like now you always call execute() at the end
   of the chain)
6) form::close() and form::close_fieldset() are now gone.  Use
   </form> and </fieldset> respectively.
7) Controller::$input is gone.  Use Input::instance() instead.

I've done very rudimentary testing so far.
2009-12-22 21:31:03 -08:00
Ben Smith
b2c27dc34f Added support for postage and packaging costs. 2009-09-30 11:42:17 +13:00
Ben Smith
901f3321d7 Updated for Beta 3. Added ability to override individual products. 2009-09-14 17:11:06 +12:00
Ben Smith
e9a46ca3cb Initial commit of basket module. 2009-08-30 19:10:45 +12:00