function helloSyntaxHighlighter()
{
return "hi!";
}
class IndexAction extends YouYaX{
public function index(){
if(empty($data)){
$data=array();
}
$data['title']='腾讯';
$data['url']='http://www.qq.com';
$this->add($data,"demo");
echo '插入数据成功';
}
}