module - Search Results

23/12/2010
Rate:  Be the first to Rank
Kohana 3.0 includes a powerful ORM module that uses the active record pattern and database introspection to determine a model's column information. The ORM module is included with the Kohana 3.0 install but needs to be enabled before you can use it. In your application/bootstrap.php file modify the call to Kohana::modules and include the ORM module:
Location: Kohana 3
Kohana 3.0 comes with a robust module to working with databases.
29/03/2010
Rate:  
By default the database module supports drivers for MySQL and PDO. The database module is included with the Kohana 3.0 install but needs to be enabled before you can use it. In your application/bootstrap.php file modify the call to Kohana::modules and include the database module
Location: Database / Kohana 3