News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
Add Power to Your PHP With Multi-Tiered Applications
April 15, 2009 @ 07:52:39

The NETTUTS.com site has some advice on how you can add a bit more power and flexibility to your PHP applications - shift them over to a multi-tier application structure.

As PHP applications become more and more complex, it can be easy to end up with a tangled mess of code that makes maintenance nearly impossible. Applying the concept of tiered applications can help to alleviate some of the difficulty in maintaining complex applications.

Tiered programming is a method that splits up the components of an application (like a separation between presentation and business logic). They talks about what a setup like that might gain you, the wrong way to do it and the right way that splits it out into the database tier, the business tier and the presentation tier.

0 comments voice your opinion now!
power application multitier tier database business presentation


blog comments powered by Disqus

Similar Posts

ParanoidFerret.com: Using Flex, PHP, and JSON to Modify a MySQL Database

Metapundit.net: Partial function application in PHP

Brian Swan's Blog: The SQL Server ODBC Driver for Linux is Available!

Zend Developer Zone: Security Tip: Use a Database Abstraction Layer to help prevent SQL Injection

PHP-Code.net: Securing PHP Apps Part III – Securing PHP on the server/Securing MySQL & Apache


Community Events









Don't see your event here?
Let us know!


object event conference podcast code language framework zendframework2 example opinion community release tool interview introduction testing development api functional composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework