采集项目管理(本功能模拟了jquery库,适合对jquery原理有了解的客户使用)

{$info.title} 开始采集 最后采集时间( if($info['edit_time']=='') echo ' 没有采集过'; else echo date('Y-m-d H:i:s',$info['edit_time']); )     待入库 ( $c=M('collect_content')->where(array('project_id'=>$info['id']))->count(); echo $c; )