public function _start()
 {
     parent::_start();
     ncPropelChangeLogBehavior::disable();
     new sfDatabaseManager($this->getApplicationConfiguration());
     $this->loadData();
     $this->login();
 }
 public static function enable()
 {
     self::$enabled = true;
 }