Galleon Forum Ports Comparisons

Application Settings

back

Development Modes: Most frameworks cache some of their settings for performance reasons, however, during development the changes to the software need to be reflected immediately (i.e. no caching), so in general frameworks will also include a setting indicating a production or development mode in which the caching it turned on or off respectively. Some frameworks also include a setting to turn on or off custom debug output for the framework at the end of the request, similar to the native debug output in ColdFusion with information specific to the framework.

Reinit: Along with development and production modes, frameworks also generally include a method of reinitializing the framework via url irrespective of its operating mode. So for example, you might have a production server at http://www.widgetworld.com and you could force the appolication to reload by adding ?init=true to the URL.