Re: Middle Tier in PHP MySQL

From: Tony Marston (tony_at_NOSPAM.demon.co.uk)
Date: 08/26/04


Date: Thu, 26 Aug 2004 17:14:59 +0100

If you want to know how to implement a multi-tier architecture with
PHP/MySQL then take a look at
http://www.tonymarston.co.uk/php-mysql/infrastructure.html. This has the
following attributes:-

(a) 3-Tier architecture with separate components in the Presentation,
Business and Data Access layers.
(b) Model-View-Controller (MVC) Design pattern with separate components for
the Model, View and Controller.
(c) Object Oriented components in the Business and Data Access layers.
(d) All XHTML output is produced from dynamically created XML files and XSL
Transformations.

Be aware! This is not for the faint hearted!

It looks complicated, but once you understand it you can create new
components very quickly.

-- 
Tony Marston
http://www.tonymarston.net
"Kumar Saurabh" <kumar.siddhartha@gmail.com> wrote in message 
news:13e53775.0408260234.10a3aae6@posting.google.com...
> Hi Devs,
>
> I was thinking of implementing a middle tire (most probably in XML)
> for a PHP MySQL web app but couldn't make a head way. can any one
> suggest how can i proceed with this.
>
> Thanks in advance.