On Wed, 22 May 2013 11:18:29 -0700, Tyler Romeo tylerromeo@gmail.com wrote:
On Wed, May 22, 2013 at 1:12 PM, Daniel Friesen daniel@nadir-seen-fire.comwrote:
Looks like we just need to abstract most of WebStart.php and part of doMaintenance into something like includes/Start.php to support things that are neither web nor maintenance.
Honestly, why don't we just move that stuff into Setup.php. I mean, pretty much every entry point script includes Setup.php anyway. The only things that should be done in entry points is stuff that's specific to that entry point.
There are entrypoint specific things that have to be done before Setup.php but after other common stuff you'd think of putting inside Setup.php.
Settings can be entrypoint specific. Web start needs to do things like setup output buffering before including Setup. etc...