05 2014 档案

thinkphp-02
摘要:1. 建立项目路径App2.建立index.php文件为主入口文件define("APP_DEBUG",true);require "../ThinkPHP.php";3.配置文件写入数据库配置 // 添加数据库配置信息'DB_TYPE' => 'mysql', // 数据库类型'DB_H... 阅读全文

posted @ 2014-05-29 15:25 老李的菜园 阅读(102) 评论(0) 推荐(0)

php正则表达式函数
摘要:1.int preg_match ( string pattern, string subject [, array matches [, int flags]] )在subject字符串中搜索与pattern给出的正则表达式相匹配的内容。如果提供了matches则其会被搜索的结果所填充。$matc... 阅读全文

posted @ 2014-05-07 17:13 老李的菜园 阅读(101) 评论(0) 推荐(0)

导航