Web Development Architecture

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
hag
Forum Newbie
Posts: 10
Joined: Tue Apr 06, 2010 10:51 pm

Web Development Architecture

Post by hag »

Hello.

I seem to have hit a dead end.

Could someone point me to a foo() example of OOP web page design? (Basic setup for index and sibling page deployment using OOP)
I've built several "frameworks" and am curious how the professionals do it. If you don't know of or can't find any web based examples, possibly a book? I'm not really looking for theory ( I've pretty much got the theory stuff down ), but more hard coded examples.

Thank you,

hag

PS Me? >12 years OOP development, writing code over 20 years
____________________
I'd change the world if someone would leak the source code.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Web Development Architecture

Post by Christopher »

I would recommend looking at some of the major frameworks: Cake, Symfony, Zend. They all generally follow the current practices in application organization and design.
(#10850)
Post Reply