Example #1
0
 /**
  * Extends Phalcon findFirst to handle cache
  */
 public static function findFirst($parameters = null)
 {
     $data = parent::findFirst($parameters);
     return $data;
 }
Example #2
0
 public function initialize()
 {
     parent::initialize();
 }