Hello people,

I have a question about developing Multi Tier applications using PHP. I wanna use XML as an output format, and then use XSL to transform this to whatever format, like HTML. However i am quite new to Object Orientated Programming and i am now wondering how-to do this. I have build a database abstraction class, as i will have to get the data from a MySQL database. This is the content layer. Now i understand how that works, what i am wondering about is what the business layer should do and how it should acces this data. Should the bussines layer generate XML? and the presentation Layer using XSL to transform this into XHTML.? I am just wondering how this all works together...?

This method of working seperates content from design, and should make the project more extensible, but is it slower the procedural code? Can anyone give me some pointers in the right direction here;-). Does anyone know some good tutorials about OOP and more specificly Multi Tier applications in PHP? Any thought and help is appreciated. Thanks for your time..

Best regards,

Davy Obdam
mailto:[EMAIL PROTECTED]



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

Reply via email to