News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Explore Aspect Oriented Programming with CodeIgniter, Part 3
August 24, 2012 @ 11:56:29

PHPMaster.com is back with the third part of their series looking at Aspect Oriented Programming with the CodeIgniter framework. (Part 1, Part 2)

In the previous parts of the series we learned about AOP concepts and the need for using AOP in large scale projects and I introduced CodeIgniter's hooks as a convenient mechanism for creating AOP functionality from scratch. In this part I'll show you how to use both XML and comment-based techniques to create custom AOP functionality when a dedicated AOP framework is not available.

They start with the XML configuration that defines a few aspects and pointcuts for the application. This is then read in via the "applyBeforeAspects" and the aspects that should be executed first are extracted, loaded and run. Following this, they take the other approach - based on docblock comments - and pull in the comments (the @before and @after tags) and load/execute the aspects that way instead.

0 comments voice your opinion now!
aop aspectoriented programming tutorial xml docblock configuration


blog comments powered by Disqus

Similar Posts

Matthew Weir O'Phinney's Blog: mbstring comes to the rescue

Daniel Cousineau's Blog: Zend Framework Module Init Script (Controller Plugin)

NETTUTS.com: Create a Photo Admin Site Using PHP and jQuery

DevShed: Implementing the commit() and rollback() Methods with mysqli and PHP 5

php|architect: Hello PHP-GTK 2


Community Events











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


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

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