-
Notifications
You must be signed in to change notification settings - Fork 23
Bootstrap
tenebrousedge edited this page Dec 25, 2012
·
1 revision
Copula should be loaded as normal in your app’s bootstrap.php
, using CakePlugin::load()
. It does not require any routes or a bootstrap file of its own to be loaded.
Your code on the other hand will probably need to load the configuration file containing your paths in the bootstrap file using Configure::load()
. Copula will not load the paths automatically for you; the way the Configure class is written makes this phenomenally hard to test.