HMVC PHP5 framework that provides a set of components for building web applications.
Reading Kohana's documentation, I found out that the main difference in 3.0 version is that it follows the HMVC pattern instead …
php kohana hmvcI saw this at the Kohana documentation: $content = new View('pages/items'); $items = new Items_Model; $content->items = $items-&…
mysql kohanaI have written a sample controller in kohana <?php defined('SYSPATH') OR die('No direct access allowed.'); class …
php kohanai'm getting this error when i try to use memcache using kohana. all i did was changed the hostname in …
php memcached kohanaI am going to try to build a PHP website using a framework for the first time, and after some …
php frameworks kohanaIn Kohana 2 you could easily get that information like this: echo router::$controller; echo router::$method; echo router::$arguments[0-x]; …
php kohana kohana-3After 2 hours now I couldn't get it right. The Kohana installation is accessible directly under my domain, i.e. "http://…
php .htaccess kohanaRequiring authentication in GET and POST parameters, not only cookies; Checking the HTTP Referer header; saw this post on wikipedia …
php security kohanaI've got a view with a form, so when user submits it - could anyone give me a link or …
model-view-controller post kohana kohana-3