protected function do_post()
 {
     parent::do_post();
     // TODO: Change the autogenerated stub
     $var = $_POST["title"];
     echo $var;
 }