Changes between Version 7 and Version 8 of Reference/Database
- Timestamp:
- 12/11/09 02:52:38 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Reference/Database
v7 v8 11 11 }}} 12 12 13 ''Note: Lepton::autoload() works at the moment as well, but this use is deprecated.'' 13 === Autoloading === 14 15 The DBX library can be autoloaded using the `Lepton::autoload()` method: 16 17 {{{ 18 Lepton::autoload('dbx','db'); 19 }}} 20 21 This will give you access to `$this->db` in all your controllers and models. 14 22 15 23 == Configuration == … … 162 170 }}} 163 171 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 174 Also 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].
