News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
feed this:

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



Lior Messinger's Blog:
5 Frameworks Every Software Architect Should Consider
January 13, 2009 @ 12:02:20

This recent post from i>Lior Messinger looks at five frameworks he considers absolutely necessary for every software developer out there:

If you are an architect with a team of developers, or one developer with a team of managers, here's a list of a set of modules, frameworks and strategies you should have in mind. Not all of them would necessarily apply to you, but if I were you, I would at least think about each one. So if you are starting a new project - lucky you - from scratch, or coming to an old project with a mandate for change, here's a small checklist.

The five types are:

  • a good ORM (Object Relational Mapping) layer
  • a tiered framework (splitting out interface, business and database logic layers)
  • a event-based framework
  • a caching framework (or some form of easy-to-use caching)
  • an error/tracing framework

Some frameworks, like the Zend Framework, come with most of these already built in, reducing the need for more than one sort of technology stack.

0 comments voice your opinion now!
framework type orm tier event caching error track zendframework



Community Events





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


interview development component release community introduction series framework unittest database symfony2 conference podcast opinion test phpunit api custom language application

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