-
Kohana 3 PHP Development Resources
Posted on December 31st, 2009 No commentsHere is the most current Kohana 3 Documentation.
Here is the Kohana 3 API.
Here is the Kohana 3 Unofficial Wiki.
Here is a link to all posts tagged with KO3 in the KohanaPHP Forums.
Here is a search result for KO3 Models. Models represent the ‘M’ in the MVC software design pattern. Chances are your Models will use a Database backend. Here’s the KO3 Database tutorial.
Here’s a great tutorial on using Views with Kohana 3. Views represent the ‘V’ in the MVC software design pattern. Update: Now there’s 8 Great Kohana 3 Tutorials at DealTaker.
Here is a search result for KO3 Controllers. Controllers represent the ‘C’ in the MVC software design pattern. In order to decide what Controller (and Action) to run, you need to use KO3 Routing.
Once you get the hang of things, you’ll find this KO3 Cheat Sheet comes in very handy, as does this Git Cheat Sheet!


