摘要: 让ar执行queryall和queryrow方法返回数组dbActiveGroup(); if(isset(self::$_dbConnections[$activeGroup])) { return self::$_dbConnections[$activeGroup]; } else { $dbConnection = ConnectionHelper::get($activeGroup); if( ! empty($dbConnection) && $dbConnection instanceof CDbConnection) { self::$_dbCo... 阅读全文
posted @ 2013-12-06 17:23 jami918 阅读(1114) 评论(0) 推荐(0)
摘要: httpd.conf:Include "F:/wamp/alias/*" Options Indexes FollowSymLinks Multiviews AllowOverride All Order Allow,Deny Allow from all DocumentRoot F:\wamp\... 阅读全文
posted @ 2013-12-06 14:03 jami918 阅读(260) 评论(0) 推荐(0)