Пример #1
0
	/**
	 * Load a FileAsset from the database
	 * 
	 * @since 1.1
	 *
	 * @return void Description...
	 **/
	function load ($id) {
		if (is_array($id)) parent::load($id);
		parent::load(array('id'=>$id,'type'=>$this->type));
		if (empty($this->id)) return false;
		$this->expopulate();
	}