name,'_') == 1 AND ! substr_count($this->name,':')) $this->name = str_replace('_',':',$this->name); elseif (substr_count($this->name,'_') > 1) throw HTTP_Exception::factory(501,'Method :id has double underscore',array(':id'=>$this->id)); return $this; } } ?>