Show
Ignore:
Timestamp:
11/01/2007 03:14:45 AM (13 months ago)
Author:
PugFish
Message:

Englishised some descriptions
Converted Validation to new comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Loader.php

    r931 r932  
    1212        /* 
    1313         * Method: __construct 
    14          *  Autoloads libraries and models specified in config file 
     14         *  Autoloads libraries and models specified in config file. 
    1515         */ 
    1616        public function __construct() 
     
    4646        /* 
    4747         * Method: library 
    48          *  Load library 
     48         *  Load library. 
    4949         * 
    5050         * Parameters: 
     
    8080        /* 
    8181         * Method: database 
    82          *  Load database 
     82         *  Load database. 
    8383         * 
    8484         * Parameters: 
     
    102102        /* 
    103103         * Method: helper 
    104          *  Load helper 
     104         *  Load helper. 
    105105         * 
    106106         * Parameters: 
     
    127127        /* 
    128128         * Method: model 
    129          *  Load model 
     129         *  Load model. 
    130130         * 
    131131         * Parameters: 
     
    166166        /* 
    167167         * Method: view 
    168          *  Load view 
     168         *  Load view. 
    169169         * 
    170170         * Parameters: