Quantcast
Channel: Kohana User Guide libraries
Browsing all 14 articles
Browse latest View live

libraries:view

currentLine 1:Line 1: +^Status|Draft| +^Todo|Fill in empty topics, these should be proper code examples and not repeat general/views| +====== View Class ====== + +For a more in depth overview of views...

View Article



libraries:validation

1236706536currentLine 52:Line 52:</code></code>-Note that if you use a wildcard ('*'), so the above wildcard validation by itself will not work. Working with the first example you would...

View Article

libraries:uri

1209691873currentLine 105:Line 105:==== build_array() ======== build_array() ====-<box red> + -This method only exists in version 2.2 +''build_array($array, $offset = 0, $associative = FALSE)''...

View Article

libraries:session

1271165487currentLine 103:Line 103:</code></code> + + +==== set() ==== + +''$this->session->set($keys, $val = FALSE)'' is used to set data in the current session. +  * **[mixed]**...

View Article

libraries:profiler

1247524988currentLine 53:Line 53:$config['database'] = FALSE;$config['database'] = FALSE;</code></code>- -Note: In your ''config/database.php'' config file, you will also need to allow...

View Article


libraries:pagination

1246724530currentLine 82:Line 82:$this->pagination->initialize(array('uri_segment' => 'pages'));$this->pagination->initialize(array('uri_segment' =>...

View Article

libraries:orm

1261366586currentLine 418:Line 418:    protected $sorting = array('last_login' => 'desc', 'username' => 'asc');    protected $sorting = array('last_login' => 'desc', 'username' => 'asc'); +...

View Article

libraries:input

1268333478currentLine 60:Line 60:==== post() ======== post() ====allows you to retrieve POST variables. if global XSS filtering is on (config) then data returned by this function will be...

View Article


libraries:image

1233139632currentLine 202:Line 202:$image->resize(400, NULL)->crop(400, 350, 'top')->sharpen(20)->quality(75); // apply image manipulations$image->resize(400, NULL)->crop(400, 350,...

View Article


libraries:encrypt

1209691873currentLine 13:Line 13:===== Loading the encryption library ========== Loading the encryption library =====-The Encryption class is loaded into your controller using...

View Article

libraries:database

1277073794currentLine 14:Line 14:  * [[libraries:database:metadata|Metadata]]  * [[libraries:database:metadata|Metadata]]  * [[libraries:database:cache|Query Caching]]  *...

View Article

libraries:captcha

1233150885currentLine 10:Line 10:===== Configuration ========== Configuration =====-Configuration is done in the ''application/config/captcha.php'' file, if it's not there take the one from...

View Article

libraries:calendar

1271319057currentLine 8:Line 8:===== Overview ========== Overview =====-Provi des methods for generating and working with a calendar. The library outputs a calendar month in HTML, for use in the system...

View Article


libraries:cache

1237466162currentLine 75:Line 75:===== Loading the library ========== Loading the library =====-<code php> $this->cache= Cache::instance();</code>+<code php> $this->cache =...

View Article
Browsing all 14 articles
Browse latest View live




Latest Images