> On Mon, Apr 13, 2009 at 10:04 PM, Mike Ritchie <starkraving2002@...> wrote:
> If you remember that "development" mode does in fact mean that
> fusebox.load and fusebox.parse are both set to 'true' for every request,
I was going to ask how development mode is different from development-full-load ?
...but then I answered my own question by reading the comments in myFusebox.php (around line 119):
// FB41 backward compatibility - now deprecated
'development' is a deprecated execution mode - use 'development-full-load'
// FB5: new option - does not load fusebox.xml && therefore does not (re-)load fuseboxApplication object
'development-circuit-load'
The source is really quite clear and well commented. I should spend more time reading source code comments.
- Geoff