Top "Kohana" questions

HMVC PHP5 framework that provides a set of components for building web applications.

Kohana 3 - Get URLs

could you help me with following questions. How do i get the: absolute/relative current url http://www.example.com/…

kohana kohana-3
Optimizing Kohana-based Websites for Speed and Scalability

A site I built with Kohana was slammed with an enormous amount of traffic yesterday, causing me to take a …

php optimization performance scalability kohana
PHP framework with good user login/admin

I am looking for a good PHP framework with a good user login & admin. I have looked at Codeigniter, …

php codeigniter kohana kohana-auth
Using $this, self::, parent:: for code readability

I would like to know if it is acceptable/preferred to use self::method() and parent::method() when working in …

php coding-style kohana
Kohana -- Command Line

I'm trying to "faux-fork" a process (an email being sent via SMTP) in my web application, and the application is …

php kohana
"WHERE column IS NOT NULL" with Kohana v3 Query Builder

Is it possible with Kohana v3 Query Builder to use the IS NOT NULL operator? The where($column, $op, $value) …

php mysql database kohana kohana-3
How do I write log messages in Kohana 3.2?

Ok I've tried searching all over but can't seem to get just a simple straight forward answer. I want to …

kohana kohana-3
Kohana_Exception [ 0 ]: A valid cookie salt is required. Please set Cookie::$salt

I'm working through this tutorial (http://kowsercse.com/2011/09/04/kohana-tutorial-beginners/) and have run into this error message: Kohana_Exception [ 0 ]: A valid …

php cookies kohana
Role based access control - correct MVC pattern

I started using the MVC pattern a half year ago, and I still have some misunderstandings. Now I want to …

php model-view-controller kohana rbac
Best library for PHP Sessions

I have been using the CodeIgniter system for a while now - but it has it's short comings. I am …

php codeigniter session kohana