News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Under the Hood of Yii's Component Architecture, Part 2
February 07, 2012 @ 11:53:57

Following up on their previous look at the component architecture of the Yii framework, PHPMaster has posted this new tutorial showing how the framework allows you to do some event-based programming.

An application event is something that occurs which might be of interest to other bits of code. A standard event in most GUI applications would be a "click" event, but the sky's the limit and what events you define is really up to you. [...] The details can be provided by application-specific modules allowing you to keep individual requirements separate from your reusable code. Events allow you to attach a potentially unlimited amount of functionality without changing your core modules and components.

In his example, he shows how to create an event handler that is triggered when the user registers on the site. This event (CEvent) is then registered with the system and is attached via a call in the controller's "init" method.

0 comments voice your opinion now!
yii component tutorial introduction framework event attach trigger


blog comments powered by Disqus

Similar Posts

Community News: Zend Framework Security Upgrade (Zend_XmlRpc XXE Issue)

NetTuts.com: How to Process Credit Cards with PayPal Payments Pro Using PHP

SitePoint PHP Blog: The Joy of Regular Expressions [1]

AnyExample.com: Downloading files from Amazon S3

NetTuts.com: 30+ Awesome CodeIgniter Tutorials for all Skill Levels


Community Events









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


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

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