Top "Kohana-3" questions

Kohana 3 is a HMVC (Hierarchical Model-View-Controller) PHP framework that places security, scalability and rapid development at its forefront.

"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
3.1 Auth working example of login/logout controller methods?

Does anyone happen to have a working example of Auth in 3.1? I've been trying to get this to work, but …

kohana-3 kohana-auth
Kohana 3.1 ORM: How to make 'where ... in' clause

Thanks to Kohana's excellent documentation, I'm having to resort to prostrate myself on SO. ;) Hopefully this is really simple: I'm …

kohana-3 kohana-orm
How to perform an external request in Kohana 3?

I've always used cURL for this sort of stuff, but this article got me thinking I could request another page …

php curl kohana kohana-3
Kohana ErrorException [ Fatal Error ]: Call to undefined method Request::redirect()

I'm using Kohana 3.3.0 and i have a controller which is supposed to save blog articles to a database then redirect …

kohana-3
How is Kohana different from CodeIgniter?

I've been using CodeIgniter for a long time, however lately I've been feeling the need to move to a more …

php codeigniter kohana kohana-3 codeigniter-2
Favourite Kohana Tips & Features?

Inspired from the other community wikis, I'm interested in hearing about the lesser known Kohana tips, tricks and features. Please, …

php kohana kohana-3 kohana-orm kohana-3.3
sending email in kohana

hi friends how to send a email through kohana 3.0 i tried but not working my code is like this $subject = …

php email kohana kohana-3
Kohana framework - Ajax implementation best practices

I am developing an application in Kohana framework. I would like to know the best practices in implementing ajax in …

php kohana kohana-3