php Programming Glossary: srp
Understanding MVC http://stackoverflow.com/questions/10675512/understanding-mvc View but it becomes a questionable practice if you follow SRP Where do I put SQL related code The storage and retrieval of..
migration to Yii framework http://stackoverflow.com/questions/10917946/migration-to-yii-framework mitigated by use of widgets but those instead suffer from SRP violations because widgets are forced to contain bits of presentation..
What is the right way to handle $_POST data in MVC? http://stackoverflow.com/questions/13359818/what-is-the-right-way-to-handle-post-data-in-mvc creation of said structure which would violate SRP . Closing notes One thing you must understand is that in context..
Helping using JSON for an API http://stackoverflow.com/questions/16798452/helping-using-json-for-an-api JSON content account srid DW5SRB36 lastName Morimoto pid SRP customerId null firstName Masaharu company city New York postalZip..
ACL implementation http://stackoverflow.com/questions/3430181/acl-implementation object is not responsible for access control adheres to SRP when you get permission denied you are not locked inside a controller..
How to avoid SRP chaos? http://stackoverflow.com/questions/4401657/how-to-avoid-srp-chaos to avoid SRP chaos By applying the SRP principle you are bound to have a.. to avoid SRP chaos By applying the SRP principle you are bound to have a lot of classes. If this works.. This applies across all types of libraries. Not just SRP. Organization of classes functions can be a headache but really..
How should a model be structured in MVC? http://stackoverflow.com/questions/5863870/how-should-a-model-be-structured-in-mvc it helps to enforce the single responsibility principle SRP provides additional 'wiggle room' in case the logic changes..
|