Changes between Version 7 and Version 8 of Reference/Database


Ignore:
Timestamp:
12/11/09 02:52:38 (9 months ago)
Author:
noccy (IP: 85.224.84.80)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reference/Database

    v7 v8  
    1111}}} 
    1212 
    13 ''Note: Lepton::autoload() works at the moment as well, but this use is deprecated.'' 
     13=== Autoloading === 
     14 
     15The DBX library can be autoloaded using the `Lepton::autoload()` method: 
     16 
     17{{{ 
     18Lepton::autoload('dbx','db'); 
     19}}} 
     20 
     21This will give you access to `$this->db` in all your controllers and models.  
    1422 
    1523== Configuration == 
     
    162170}}} 
    163171 
    164 See [wiki:Reference/Database/TableCreation Table creation] for more info. 
    165 Also see the [wiki:Reference/Database/TableCreationPlanning Planning page for Table creation]. 
     172---- 
     173 
     174Also see: 
     175 * [wiki:Reference/Database/TableCreation Table creation] for more info. 
     176 * [wiki:Reference/Database/TableCreationPlanning Planning page for Table creation]. 
     177 * [wiki:Reference/Database/TableDefinition TableDefinition page].