Does anyone have any input on how PHPR can be used on a project that is large enough to possibly have multiple developers?
For example, I don't know that SVN makes any sense, because there is only the one PHPR file.
But maybe some kind of diff/merge functionality?
Would it make sense that certain functions be saved as a Template, which can then be re-added to a Master project?
For example, payment gateways and live shipping calcs for an e-commerce system might be something handled by a specialist in those areas.
Thanks!