$data=array( 'name'=>I('name'), 'category'=>I('category'), 'ctime'=>time(), 'url'=>I('url') ); M('download')->data($data)->add();