Blogspot - kohanaframework.blogspot.com - Kohana Framework
General Information:
Latest News:
Kohana 3 Filter Class $_POST / $_GET 30 Dec 2010 | 12:48 pm
Description of the producer Here's a class that has come in super handy for me lately. I created it for use with Kohana v3. Basically, say you have an adminstrator backend to your website and you so ...
Kohana 3 :: alternate 404 method 24 Dec 2010 | 03:25 am
controller
Kohana 3 :: 8 helpers 24 Dec 2010 | 03:22 am
http://pastie.org/981498 http://pastie.org/981501 http://pastie.org/981502 http://pastie.org/981503 http://pastie.org/981504 http://pastie.org/981506 http://pastie.org/981507 http://pastie.org/981508 ...
Kohana 3 :: Kohana Date helper 24 Dec 2010 | 03:21 am
Kohana 3 :: blog article unique slug 24 Dec 2010 | 03:18 am
Post_Model http://forum.kohanaframework.org/discussion/comment/17756/#Comment_17756
Kohana 3 :: Writing A Module 23 Dec 2010 | 06:31 am
In this tutorial we will cover how to build a module from scratch in Kohana 3. If you aren’t familiar with the Kohana framework then I recommend you read the beginners introduction to Kohana. The Pla...
Kohana 3 :: Example 19 Dec 2010 | 06:18 am
kohanaframework.org wingsc.com kohanajobs.com
Kohana 3 :: ORM Simple example 19 Dec 2010 | 06:14 am
This is a simple example of a single ORM model, that has no relationships, but uses validation on the fields. SQL schema Model ? <tbody style="background-attachment: initial !important; background...
Kohana 3 :: Loading Classes 11 Dec 2010 | 01:49 am
Kohana takes advantage of PHP autoloading. This removes the need to call include or require before using a class. For instance, when you want to use the Cookie::set method, you just call: Or to load ...
Kohana 3 :: Message 11 Dec 2010 | 01:47 am
Message Basics Kohana messages are human friendly strings represented by a shorter word or phrase, called a "key". Messages are accessed using the Kohana::message method, which returns either an enti...