Show
Ignore:
Timestamp:
10/22/2007 12:29:02 PM (14 months ago)
Author:
Shadowhand
Message:

Switching comments to Natural Docs. If you have ND installed, you can run makedocs.sh to generate a /user_guide/ directory.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/config/pagination.php

    r647 r866  
    11<?php defined('SYSPATH') or die('No direct access allowed.'); 
    2 /** 
    3  * Pagination Configuration 
    4  * ----------------------------------------------------------------------------- 
     2/* 
     3 * File: Pagination 
    54 * 
    6  * User Guide: http://kohanaphp.com/user_guide/en/libraries/pagination.html 
    7  * 
    8  * @param string  style          Style name 
    9  * @param string  items_per_page Number of items in a page of results 
    10  * 
     5 * Options: 
     6 *  style          - Style name 
     7 *  items_per_page - Number of items in a page of results 
    118 */ 
    129$config = array