摘要: models下面的文件例如:Article.php类名必须是:ArticleModel调用时:$article_models = new ArticleModel();library下面的文件例如:./Function/String.php类名必须是:Function_String如果是静态方法,调... 阅读全文
posted @ 2015-08-30 01:55 KoMiles 阅读(796) 评论(0) 推荐(0) 编辑
摘要: 下面是从其他博客看到的代码setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $dbh->exec('set names utf8'); /*添加*///$sql = "INSERT INTO `user` SET `login`=:l... 阅读全文
posted @ 2015-08-30 01:46 KoMiles 阅读(2314) 评论(1) 推荐(0) 编辑