Example #1
0
 protected static function setValues()
 {
     /**
      * @todo Figure out where Uploads will live
      */
     self::$insertValues = array(array("name" => "Avatar", "url" => ROOT_PATH . "images/avatar_1.png"));
 }