954,591 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

About 3 tier architecture

I'm developing a site using mysql and php.
For the backend database I use mysql and my htm page consists of both HTML and PHP scripts.
It was suggested that I use 3 tier architecture to seperate the business logic and the presentation layer.
My problem is , how do I use a 3 tier architecture to build a site using php and mysql.

Being a newbie, I'd appreciate any help I can get.

tycoon_007
Newbie Poster
10 posts since Jan 2007
Reputation Points: 10
Solved Threads: 0
 
I'm developing a site using mysql and php. For the backend database I use mysql and my htm page consists of both HTML and PHP scripts. It was suggested that I use 3 tier architecture to seperate the business logic and the presentation layer. My problem is , how do I use a 3 tier architecture to build a site using php and mysql. Being a newbie, I'd appreciate any help I can get.

I think that seperating the business logic and presentation, rather than being true 'three tier', is more of a MVC structure. I think you should look into Symfony or CakePHP .

Or Rails of course (but its not PHP)

pty
Posting Pro
530 posts since Oct 2005
Reputation Points: 64
Solved Threads: 39
 

Are these something similar to Dreamweaver?

tycoon_007
Newbie Poster
10 posts since Jan 2007
Reputation Points: 10
Solved Threads: 0
 
Are these something similar to Dreamweaver?

No. Dreamweaver is an editor.

These are frameworks written in PHP that help simplify the web development process; especially interaction with databases and keeping your code organised (MVC style)

pty
Posting Pro
530 posts since Oct 2005
Reputation Points: 64
Solved Threads: 39
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You