This system help developers make their PHP script..
This system i splitted into three parts
1. Planing - Provides with basic Milestone/Ticket system for planing and maintain your script. Both for the project and placing assignments for the members in your team.
2. Debugging and Profiling - With different types of PHP addons (could be apd or xdebug - not decided yet), the system watches over your script. Finds the errors and bottlenecks, and then you can take these data in your consideration when you plan forward in your software.
3. Source Control - With use of CVS or Subversion, the system helps you maintain your code. This system introduce three levels of source code.
1. Development
2. Testing
3. Release
Each level are separated from each other and therefore members in your team can work with different version of code and still using the same system.