导航

2013年10月11日

摘要: Drupal在数据库启动阶段仅仅是简单地包含了database.inc文件,然后再注册类加载器:function _drupal_bootstrap_database() { // Initialize the database system. Note that the connection // won't be initialized until it is actually requested. require_once DRUPAL_ROOT . '/includes/database/database.inc'; // Register autoload f 阅读全文

posted @ 2013-10-11 16:02 eastson 阅读(250) 评论(0) 推荐(0)