News Feed
Jobs Feed
Sections




News Archive
DevShed:
PHP Object Oriented Programming using LSP
July 14, 2011 @ 08:57:17

In another part of their series looking at the SOLID principles of software development, DevShed focuses again on using LSP (the Liskov Substitution Principle) to help you organize your application (part one is here).

Even though its formal definition is somewhat hard to grasp, in practical terms it states that methods defined in a base class (or interface) and their derivatives must have the same signature, preconditions should be weakened in the formers, and post-conditions should be strengthened. In addition, if methods in subtypes throw exceptions, they should be of the same type as the ones thrown by the parent abstraction.

You'll need to read the previous tutorial for things to make sense here. They take off running from there, though and get straight into refactoring the previous example to correct a violation of LSP. In the end you'll have a layout/view system that correctly follows the principles and is pretty simple to use too.

0 comments voice your opinion now!
solid software development liskov substitution principle tutorial


blog comments powered by Disqus

Similar Posts

Label Media Blog: Installing Sphinx and PECL/Sphinx on Mac OS X

DevShed: Building a Modular Exception Class in PHP 5

Ibuildings Blog: Is PHP an Agile Programming Language?

Lorna Mitchell's Blog: Authenticating with OAuth from PHP

The Bakery - Rails-Like Validation, Elistic, Textile, and a CakePHP Release


Community Events









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


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

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