Commit graph

13 commits

Author SHA1 Message Date
Woody Gilk c99901501b Updated some Route comments 2009-05-21 17:33:56 -05:00
Woody Gilk f2208f9963 Updated how route regex is cached 2009-05-21 12:11:16 -05:00
Woody Gilk a0b95e2478 Changed Route::add() back into Route::set() (ugh) and make the 'directory' setting a normal parameter that is set with defaults(), rather than directory() 2009-04-20 22:22:10 -05:00
Woody Gilk f2316befc5 Make the default action 'index' if no action is specified 2009-04-20 20:27:49 -05:00
Woody Gilk a8b3e4cb5b Fixing some E_STRICT errors with methods not being declared static 2009-04-06 19:10:32 -05:00
Woody Gilk c711143fe2 Renamed Route::set() to Route::add() for better consistency, added Route::directory() to set the controller directory prefix 2009-03-20 17:58:10 -04:00
Woody Gilk 4aab14fade Added missing file EOLs on several files 2009-03-02 00:06:44 +00:00
Woody Gilk 448a05b07c Correcting comments in Route 2009-02-27 18:21:52 +00:00
Woody Gilk 12271c68dc Updated Route, adding get/set/all methods to act as a singleton location for Route storage. Created initial Request class, the replacement for Router/Input. 2009-02-24 01:23:16 -06:00
Colin Mollenhour 7338481e06 Implemented new router syntax using angle brackets rather than colons.
Signed-off-by: Woody Gilk <woody.gilk@kohanaphp.com>
2009-01-14 00:50:09 +08:00
Woody Gilk b0d1acf0a1 Updated Route class to include __set_state and better organization of methods 2008-12-11 23:40:02 -06:00
Woody Gilk 0406c2b19b Updated Route to use caching for compiled regex 2008-12-09 11:03:53 -06:00
Woody Gilk 9f20da909b Initial commit of Kohana 3.0 2008-12-05 01:37:18 +00:00