예제 #1
0
 public function real_page()
 {
     $attributes = APF::get_instance()->get_request()->get_attributes();
     foreach ((array) $attributes as $key => $value) {
         $this->assign_data($key, $value);
     }
     parent::real_page();
 }