Skip to content
Snippets Groups Projects
Unverified Commit fe9a2c61 authored by Sean Madsen's avatar Sean Madsen Committed by GitHub
Browse files

Merge pull request #471 from rrooij/patch-1

bootstrap.md: fix typo
parents 422b50f1 66476607
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ Bootstrapping CiviCRM means loading the entire CiviCRM configuration files, load ...@@ -8,7 +8,7 @@ Bootstrapping CiviCRM means loading the entire CiviCRM configuration files, load
If you are writing a CiviCRM extension or for CiviCRM Core, this is handled automatically and you do not need to worry about bootstrapping CiviCRM. The only exception is the `extern` folder. If you are writing a CiviCRM extension or for CiviCRM Core, this is handled automatically and you do not need to worry about bootstrapping CiviCRM. The only exception is the `extern` folder.
If you are writing code (for example a `Drupal module`, `Joomla Extension` or any other PHP script), you will need to bootstrap CiviCRM before accessing any of CiviCRM's functionality including CiviCRM's API. If you are an independent PHP script you should also ensure that the CMS is bootstrapped before bootstrapping CiviCRM. See the documentation of your CMS for details. If you are writing code (for example a `Drupal module`, `Joomla Extension` or any other PHP script), you will need to bootstrap CiviCRM before accessing any of CiviCRM's functionality including CiviCRM's API. If you are developing an independent PHP script you should also ensure that the CMS is bootstrapped before bootstrapping CiviCRM. See the documentation of your CMS for details.
## Bootstrap Sequence (v4.7+) ## Bootstrap Sequence (v4.7+)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment