I want to return a view, however Kohana forces 开发者_C百科it through the default view, which I don\'t want. How do I temporary disable the default view?As zombor comments, if you are really talking a
As of right now all of my controllers are mapped like this: http://example.com/index/index http://example.com/index/services
I have been using both frameworks for last few months. They both have their highs and lows. Do not wish to start a thread to ar开发者_如何学Pythongue which is better.
The Auth module of Kohana 3.1 is broken so I need to implement mine. However, it seems that when I disable the Auth module, the ORM is still using it. i.e. it\'开发者_如何学Gos going to try to apply A
Currently, using Kohana 3.1, I can access my controllers using: http://localhost/kohana/index.php/admin
How can I limit the size of column value returned by ORM. I have a field having type long text. I 开发者_如何转开发want ORM only to fetch starting 100 value,
I want to add dummy column in kohana ORM . I have a field of type longtext . I want to have开发者_开发技巧 a new field which contains it\'s strlen. Use $_ignored_columns property:
I see documentation of 开发者_StackOverflow社区using xss clean for kohana old version http://docs.kohanaphp.com/general/security
Assuming this URL: http://example.com/param1/value1/param2/value2 In the Zend Framework, by default I can easily retrieve the parameters of such as URL using $this->request->param(\"param1\"),
I have written file form.php in application/classes/form.php <?php defined(\'SYSPATH\') or die(\'No direct script access.\');