February 8, 2013

Promotion

PHP Framework
Don’t re-create the wheel


TO SOLVE PROGRAMMING ISSUES
Spaghetti code | Redundant work require redundant changes | Leads to disorganization
Difficult to re-use code | Change one thing, break another | Everything must be tested
Hard code everything from scratch | Teamwork challenges

ADVANTAGES
Quick development | Simple | Recipe for clean code | Granular testing = easy reuse
Pre-built, pre-tested tools included | Easy changes Organized / permanent structure of your project
Better teamwork

PHP_Framework_2and3 days