Searching for a Kohana Beginner’s Tutorial for PHP [closed]

The “Kohana Tutorial” pages are pants. Not so much for their content, but for the fact that they have a pretty damn unorganised wordpress blog and finding useful info isn’t exactly made easy. What they need is a post/page at http://learn.kohanaphp.com that lists the most important tutorials, rather than forcing you to wade through the … Read more

Favourite Kohana Tips & Features? [closed]

Generating Form::select() options from database result Kohana 3.1 and 3.0 $options = ORM::factory(‘model’) ->order_by(‘title’,’ASC’) ->find_all() ->as_array(‘id’,’title’); $select = Form::select(‘name’, $options); It should be noted this is not restricted to the ORM and can be used on all database results (they all support as_array). See the database results information for more details. If you want to … Read more

What is the HMVC pattern?

Sam de Freyssinet (one of the Kohana developers) wrote a rather in-depth article about HMVC, what it is, and how it can be used. Link is dead: New Link – https://web.archive.org/web/20160214073806/http://techportal.inviqa.com/2010/02/22/scaling-web-applications-with-hmvc/

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)