i have a kohana based website and many controllers. I want that some controllers (and automatically the afferent views) to extend (and use) a different template (some other template than the default
tl;dr - Pushing an array (by $array[] or $array[$id] is not working in Kohana 3, it gives a blank white page.
I have a website on Joomla 1.5 in my base dir - http://example.com - and another project written in开发者_StackOverflow社区 Kohana 2.x - http://example.com/app.
Let\'s imagine I have controller where are a lot of methods that us开发者_StackOverflowe the same model. Is it ok to do like this... http://codepad.org/bSSMFpzp
i was wondering if i can get a variable with $_post, in a kohana controller if the controller doesn\'t \'control\' a form.
So this code: $db = Database::instance(); $result = $db->query(\"insert into parser_log (sent) values (\".sizeof($jobs).\")\");
I\'ve got a view with a form, so when user 开发者_Go百科submits it - could anyone give me a link or a simple example of code
I want to configure Kohana 2.x to have links in this format: http://localhost/mysite/web/admin/support
I use KO3.1 & php 5.3.3 In my controller \'action_lang\' with route \'lang/code\'开发者_如何学C I set user UI language and save it into the cookie with:
I am having an issue with the KO3 core inserting index.php into my URL\'s when I use redirect Request::instance()->redirect(\'something\'); or $paginationStuffHere->render().