views:

18

answers:

0

Doctrine PHP documentation suggests bundling commonly used classes to single files.

Does this refer to Doctrine model files? If so , do you have any examples of how this would be done and how you would then load those models? We are using lazy loading so I am curious about how the lazy loader would be able to find out where the various models would be.

Also in terms of process Phing is suggested to automate this. Any alternatives?

Any examples would be more than welcome.