Kohanaphp - docs.kohanaphp.com - Kohana User Guide
General Information:
Latest News:
installation:deployment - Added instruction to change IN_PRODUCTION value to TRUE 17 Jan 2011 | 01:15 pm
1236974903 current Line 24: Line 24: * set your ''$config['threshold'] = 1;''. This sets your log threshold to a suitable level for production. Higher threshold levels will log less critical...
installation:deployment - Added instruction to change IN_PRODUCTION value to TRUE 17 Jan 2011 | 05:15 am
1236974903 current Line 24: Line 24: * set your ''$config['threshold'] = 1;''. This sets your log threshold to a suitable level for production. Higher threshold levels will log less critical...
libraries:orm:examples - Use arr::extract() to pull out post data now, which simplifies code ... 2 Oct 2010 | 09:57 pm
1286009870 current Line 121: Line 121: if ($this->input->post()) if ($this->input->post()) { { - //Pull out fields we want from POST. We do this for 2 reasons: + //Pull out fiel...
libraries:orm:examples - Use arr::extract() to pull out post data now, which simplifies code ... 2 Oct 2010 | 02:57 pm
1286009870 current Line 121: Line 121: if ($this->input->post()) if ($this->input->post()) { { - //Pull out fields we want from POST. We do this for 2 reasons: + //Pull out fie...
libraries:pagination 6 Aug 2010 | 09:48 pm
1246724530 current Line 82: Line 82: $this->pagination->initialize(array('uri_segment' => 'pages')); $this->pagination->initialize(array('uri_segment' => 'pages')); </code> </code> - - ...
libraries:pagination 6 Aug 2010 | 02:48 pm
1246724530 current Line 82: Line 82: $this->pagination->initialize(array('uri_segment' => 'pages')); $this->pagination->initialize(array('uri_segment' => 'pages')); </code> </code> - - ...
libraries:database:query - Moved Sample Query sections from main database page to this page 21 Jun 2010 | 11:51 am
1277073464 current Line 34: Line 34: * **[string]** a value to escape. * **[string]** a value to escape. - ===== Some examples ===== + ===== Basic Example ===== In the following example ...
libraries:database:configuration - Adding the "database drivers" list that used to be ... 21 Jun 2010 | 11:45 am
1277073193 current Line 43: Line 43: You can have as many $config entries as you need. Each one needs a unique group identifier. You can use multiple config groups to [[connect]] to different data...
libraries:database - Removed "Database Drivers" section because it is confusing here ... 21 Jun 2010 | 11:44 am
1277073794 current Line 14: Line 14: * [[libraries:database:metadata|Metadata]] * [[libraries:database:metadata|Metadata]] * [[libraries:database:cache|Query Caching]] * [[libraries:dat...
libraries:database:query - Moved Sample Query sections from main database page to this page 21 Jun 2010 | 04:51 am
1277073464 current Line 34: Line 34: * **[string]** a value to escape. * **[string]** a value to escape. - ===== Some examples ===== + ===== Basic Example ===== In the following example ...