Your website is apparently down at the moment.
Omega Framework 0.9.0 Available
Moderator: General Moderators
- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
The point is that the generated file must take into consideration that there might be dependancies between files (for example, interfaces must be declared before classes that implement them). Anyone interested can take a look at the GenerateBigOne.php script (it's under GPL).Maugrim_The_Reaper wrote:Performance is always better with one big file. I think the point being missed is that it's straightforward to generate a big file (just automate and add another Phing task).