06.20
php
saved
candybar
Note
I put this in my app_model to format times appropriately.
I put this in my app_model to format times appropriately.
- /**
- * @todo Document User::_dbFormatter()
- */
- function _dbFormatter($time, $type = 'datetime') {
- return false;
- }
- $db =& ConnectionManager::getDataSource($this->useDbConfig);
- return $db->columns[$type]['formatter']($db->columns[$type]['format'], $time);
- }
Parsed in 0.026 seconds, using GeSHi 1.0.7.14