PHPCMS模型
时间:2010-10-25 来源:alex hu
     读取模型字段
     初始化content类->根据ID得到content内容->根据缓存数组得到模型表->得到关联的数据->合并数组
     加载CACHE_MODEL_PATH中content_form.class.php->读取_fields.inc.php数组,根据数组中formtype运行对应函数
 相关阅读 更多 + 
    
  时间:2010-10-25 来源:alex hu
     读取模型字段
     初始化content类->根据ID得到content内容->根据缓存数组得到模型表->得到关联的数据->合并数组
     加载CACHE_MODEL_PATH中content_form.class.php->读取_fields.inc.php数组,根据数组中formtype运行对应函数