Pastoid

The page you are looking at now is at this URL: http://pastoid.com/b3s

This paste was last updated on November 18, 2010 at 4:26 pm.

Pasted Coderaw

<?php
 
function __call($name, $params) 
{
	$fields = $this->model->get_fields();
 
	if(in_array($name, $fields)) {
		$this->model->set_search_field($name, reset($params));
	}
	else {
		throw new Exception("Field doesn't exist");
	}
	return $this;
}
 
?>
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 5
Is this paste spam?
<Hide