Пример #1
0
	private function _getData()
	{
		if(count($_POST))
		{
			$this->post=$_POST;
			$acts=explode(",",$this->post("render-".$this->config("","elNameAction")));
			foreach($acts as $key=>$value)if($value)$this->actions[]=trim($value);
		}
		media::check();
	}