background preloader

Solutions

Facebook Twitter

Rest Controller based on Kohana's and FuelPHP's. Commit 8c500fb6c3cf8549e7af96626e69d66db05efd29 to kohana/database - GitHub. Using Kohana’s DB Config » Ygam Retuta. Kohana 3 ORM: How to perform query with 2 many to many relationships. Php - Kohana 3 get current controller/action/arguments. Php - Kohana 3: Auth module. KO 3.2 Overload system classes in modules. #416138. #416133. Kohana User Guide. Fragments are a quick and simple way to cache HTML or other output.

Kohana User Guide

Fragments are not useful for caching objects or raw database results, in which case you should use a more robust caching method, which can be achieved with the Cache module. Fragments use Kohana::cache() and will be placed in the cache directory (application/cache by default). You should use Fragment (or any caching solution) when reading the cache is faster than reprocessing the result. Reading and parsing a remote file, parsing a complicated template, calculating something, etc. Fragments are typically used in view files. Best Practices: Hightlighting selected nav tab? Php - output image in a Kohana 3.2 view. Php - Kohana 3 ORM list columns. Php - How can I change the default database used in Kohana 3. Php - How can I tell if a request is made with AJAX in Kohana 3. Upgrading Kohana 3.0 to 3.1. Ajax view kohana.

KO3.1: How to pass additional parameters to controllers within the HMVC structure? Php - How to Kohana global variables for all controllers. Url - How can I sent get parameters with a Kohana 3 Request. Upgrading from v3.0. Request/Responselink to this The request class has been split into a request and response class.

Upgrading from v3.0

To set the response body, you used to do: