dispatcher.php

Permalink
Just wondering what the reasoning is behind concrete/dispatcher.php. Isn't it simpler to just put that into index.php?

Would save us one file include.

wltr
 
frz replied on at Permalink Reply
frz
having the /concrete directory makes it much easier to centralize a concrete5 install and run many websites off of one core code base..

It is my understanding that PHP based includes have negligible impact on performance, it's CSS/JS includes we should be worried about as they're handled by the remote connection.