Next Tutorial
Drupal 7 Tutorial Part 15: Drupal 7 Advanced Taxonomy Concepts
Difference between hook_boot and hook_init
Hi Drupalers,
There are some differences between hook_boot and hook_init although they seems equal. Let's check it out.
| hook_boot | hook_init |
|---|---|
|
|
|
|
|
|
Cheers,
Anil Sagar
©2010 AnilSagar. All rights reserved. Drupal theme by Kiwi Themes.

1 comment
Well done, I found this
Well done, I found this summary very useful. Saves time going through the code with a debugger to differentiate what is meant by: " This hook is run at the beginning of the page request.."(Drupal.org docs).
Post new comment