drupal最小调试页面

October 14th, 2009 by Bruce Dou Views:158

<?
//ini_set(‘display_errors’, FALSE);
require_once ‘./includes/bootstrap.inc’;
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);

可以调用所有drupal内核库函数,比如数据库操作函数。

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • 豆瓣
  • DZone
  • LinkedIn
  • MySpace
  • Reddit
  • RSS

Also see:

Tags:

Leave a Reply