php Programming Glossary: agile
MVC For advanced developers [closed] http://stackoverflow.com/questions/16356420/mvc-for-advanced-developers Don't be STUPID Grasp SOLID slides php The Principles of Agile Design Advanced OO Patterns slides php Beyond Frameworks slides..
What is the proper way to document files, classes and constructors? http://stackoverflow.com/questions/5741955/what-is-the-proper-way-to-document-files-classes-and-constructors they lied Book references Clean Code A Handbook of Agile Software Craftsmanship Refactoring Improving the Design of Existing..
Properly calling the database from Model in an MVC application? http://stackoverflow.com/questions/5895805/properly-calling-the-database-from-model-in-an-mvc-application to subject Patterns of Enterprise Application Architecture Agile Software Development Principles Patterns and Practices SQL Antipatterns..
Torn Between learning PHP [insert framework here] and Ruby on Rails [closed] http://stackoverflow.com/questions/719365/torn-between-learning-php-insert-framework-here-and-ruby-on-rails development a bit easier cleaner and more efficient Very Agile Cons It's a moving target. AWDWR book was just released and..
Good Zend Framework example apps to learn from [closed] http://stackoverflow.com/questions/794240/good-zend-framework-example-apps-to-learn-from Ext JS with ZF example app https github.com enygma Agile ExtJS ZF MTD issues https github.com mtd issues share improve..
Natural sorting algorithm in PHP with support for Unicode? http://stackoverflow.com/questions/832709/natural-sorting-algorithm-in-php-with-support-for-unicode order in this array is correctly ordered array array 0 'Agile' 1 ' gile' 2 ' gile' 3 ' gile' 4 ' gile' 5 ' gile' 6 'Test'.. I try with asort array I get the following result Array 0 Agile 6 Test 2 gile 1 gile 3 gile 5 gile 4 gile And using natsort.. natsort array Array 2 gile 1 gile 3 gile 5 gile 4 gile 0 Agile 6 Test How can I implement a function that returns the correct..
PHP OOP core framework http://stackoverflow.com/questions/9846220/php-oop-core-framework Advanced OO Patterns slides Unit Testing The Principles of Agile Design Global State and Singletons Don't Look For Things Beyond..
|