PHP Classes

Nice post

Recommend this page to a friend!

      PHP Classes blog  >  Top 10 Wrong Ideas Ab...  >  All threads  >  Nice post  >  (Un) Subscribe thread alerts  
Subject:Nice post
Summary:Create a post explaining how you write web apps
Messages:2
Author:Leandro Coutinho
Date:2011-08-23 03:02:54
Update:2011-08-26 02:17:33
 

  1. Nice post   Reply   Report abuse  
Picture of Leandro Coutinho Leandro Coutinho - 2011-08-23 03:32:30
Hi. Please create a post explaining how you write web apps.

"I follow good development practices like separating concerns into different code components, but I do not need any MVC framework. Actually I feel that MVC is often an inadequate design pattern for use in the development of scalable Web applications.

I usually separate application concerns in components that are can be distributed easily among different machines by the means of service layers. But that may be a subject for a different post."

  2. Re: Nice post   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-08-26 02:17:33 - In reply to message 1 from Leandro Coutinho
I use the Use Case Mapping approach which is a methodology that I developed over the years.

meta-language.net/metastorage-examp ...

I already mentioned in this article what I use for development in two other linked articles:

phpclasses.org/blog/post/52-Recomme ...

phpclasses.org/blog/post/49-Develop ...