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

Idrish Laxmidhar's Blog: How to send mail from Localhost with XAMPP and mercury/32

Josh Adell's Blog: Neo4j for PHP

AlternateInterior.com: Communicating with threads in PHP

PHPMaster.com: Using SSH and SFTP with PHP

SocialDevelopers.net: Facebook and the Zend Framework - Part 1: Iframe Authentication


Community Events









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


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

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