- Timestamp:
- 09/27/08 17:43:42 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
documentation/trunk/stages/stage3/app/lib/model/BlogBaseModel.class.php
r2723 r2951 12 12 protected function getPdo() 13 13 { 14 // The connection parameters are configured in app/config/databases.xml 14 15 return $this->context->getDatabaseManager()->getDatabase()->getConnection('blog'); 15 16 }

