Top "Kohana" questions

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

url::redirect in kohana 3.1

I can't find function url::redirect in kohana 3.1 What is the new name for this function ? (If it still exists !)

php kohana
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
Are there any example projects that use Kohana with user registration and login authentification?

I want to make an web application (platform) that does pretty straightforward stuff: Users can register, get an account, and …

php kohana
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
php function foo(array $arg = NULL) -- why the array and NULL?

I've seen the following a few times lately: function foo(array $arg = NULL) { ... } My question being why make the default …

php function arguments kohana casting
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 3.2 ORM and PDO

I am giving Kohana a try and I was trying to use the ORM + PDO + MySQL database, and I don't …

php mysql pdo kohana kohana-orm
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
Kohana 3 pagination

I'm really lost on how pagination works in kohana 3. Is there a good example of pagination in Kohana 3 anywhere?

php pagination kohana kohana-3