17 Jun
2006
17 Jun
'06
10:04 p.m.
On Sat, 17 Jun 2006 21:43:03 +0200, Robert Wohleb <rob@techsanctuary.com> wrote:
Take a look at drupal_bootstrap(). I'm not sure if you need to do a full bootstrap, but I don't think it would hurt. See update.php for an example.
It will hurt your performance. You want DRUPAL_BOOTSTRAP_SESSION.
http://api.drupal.org/api/4.7/function/drupal_bootstrap
~Rob
Tamir Khason wrote:
Hi, all.
in 4.6 it was enough to include bootstrap.inc and common.inc and then
wow. including bootstrap.inc and common.inc basically loaded all Drupal which is quite a heavy operation...