News Feed
Jobs Feed
Sections




News Archive
Ivo Jansch's Blog:
Validating OCL constraints in PHP objects
November 15, 2007 @ 08:44:00

While attending a code camp for Xenerix, Ivo Jansch decided to challenge himself to create a way to implement Object Constraint Language functionality in PHP objects.

To give a practical example: if you have a class 'Creditcard', you could define the constraints 'self.limit > 0' when withdrawing an amount. While the goal of the code camp was to do some nifty things with OCL and Ruby, I wanted to see if I could create a method to easily implement OCL constraints in arbitrary PHP objects.

He structures his example similar to the one provided, making CreditCard and Person classes with constraints on the person's name, withdrawing past the expire date of the card and the keeping the limit of the card above zero. He created a OCL wrapper class to handle most of the hard work, but he provides the code examples you'll need to see it in action, complete with constraints.

0 comments voice your opinion now!
ocl constraint object language tutorial class wrapper ocl constraint object language tutorial class wrapper


blog comments powered by Disqus

Similar Posts

Design Aeon: Cake PHP Search Component

Zend Developer Zone: Working with RAR, LZF and BZ2 Compression Formats in PHP

NetTuts.com: Aspect-Oriented Programming in PHP with Go!

Content with Style Blog: A caching pattern for models

Richard Thomas' Blog: Solar Framework Shorts - Extending Solar's Page Controller


Community Events











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


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

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