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

Symfony Blog: Making Jobeet (Advent 2008)

DevShed: Generate PDF Documents with PHP on the Windows Platform

DevShed: Handling Cookies and File Data with the Factory Pattern in PHP 5

PacktPub.com: Develop PHP Web Applications with NetBeans, VirtualBox and Turnkey LAMP Appliance

Matthew Weir O'Phinney's Blog: exuberant ctags with PHP in Vim


Community Events











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


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

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