what is the architechture follwed by PHP,

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
anciwasim
Forum Newbie
Posts: 3
Joined: Tue Feb 20, 2007 7:24 am

what is the architechture follwed by PHP,

Post by anciwasim »

please tell me ,which architechture php fllow,for example..struct fllow MVC.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

Whatever you fancy writing basically. The language doesn't constrain you to following a particular methodology.
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

As onion2k has already said, there is no set way for people to develop applications. The latest buzz words/ ideas include "Test Driven Developement", "PHP patterns" and possibly "Zend Framework". You may also want to look at Templating. Information on these should be found easily using Google.
Post Reply