Do anyone know about 3-tier architecture implementation using PHP, MySQL, Apache Web Server?
or Is there something similar to "Request Controller Architecture" of J2EE in PHP?
Idealy, we want to isolate the business logic from the presentation. Currently the PHP pages that we develop include both the database operations and html tags. What is the best way to do that?
Is it a good option to create different pages for html formatting and database operations. And how can we call the logic of database operations page into the html formating page?
Please reply soon. It's urgent.