All pastes #2055534 Raw Edit

Mine

public text v1 · immutable
#2055534 ·published 2011-05-09 01:53 UTC
rendered paste body
{
            
                     $model=new Comment;
			if(isset($_POST))
			{
				$content=  $_POST['content'];
				
				$id =  $_POST['uuid'];
                                
				
                           
			}
	
			$this->render('comment',array('model'=>$model));
        }