MVC is a way of separating your data from your logic from your presentation. It's more of a technique than a framework, although many frameworks use the MVC technique.
Aside from that, I think it is the best way of developing, especially for web based applications since the presentation layer is naturally separated to the client web browser. You need to implement MVC correctly in order for it to really work for you. I try to keep all my HTML (View) in separate files from my php code. I can then change what the viewer sees without introducing bugs into my php code, or even having working php code yet.


On Apr 15, 2004, at 6:02 PM, Tariq Murtaza wrote:

Hi Gurus.....

Hope everyone be fine there....
Can someone shet some light on best web architecture (framework) based on workflow.
Do you really think that MVC will do the work? and is the best architecture?
Comments are welcome......


Regards,
Tariq

--
Brent Baisley
Systems Architect
Landover Associates, Inc.
Search & Advisory Services for Advanced Technology Environments
p: 212.759.6400/800.759.0577

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to