回复讨论(解决方案) 没什么捷径,参考它的开发文档,安装后多玩它自然就熟悉了。
楼上正解,如果自己看有困难,建议找些视频,然后再自己看代码
刚才在看phpcms 系统设置里面的查看日志文件时出现了数据库语法错误,想这种错误一般是怎么解决的呢..
mysql query:select count(*) as num from cms_log where 1 and mod='phpcms' and addtime >= 1363622400 and addtime mysql error:you have an error in your sql syntax; check the manual that corresponds to your mysql server version for the right syntax to use near '='phpcms' and addtime >= 1363622400 and addtime mysql errno:1064
message:mysql query error
语法错
where 1 and...
