News Feed
Jobs Feed
Sections




News Archive
Felix Geisendorfer's Blog:
Assert the yummyness of your cake
October 25, 2007 @ 12:16:00

Felix Geisendorfer has posted an addition to his previous look at exceptions in CakePHP with a modification that uses assertions instead of an if to check the value of a variable.

I suddenly remembered what assertions are and how they could make my code more readable, while making it shorter. I took a quick look at PHP's assert function, but decided that I don't like it. [...] What I ended up doing was basically to create a class called Assert, and abuse it as a name-space for a whole bunch of useful assertion functions.

He includes two examples of how this new class would look, checking to see if a value is empty and to see if a task ID exists in a given value. The code for the assertion class is also included and has methods for checking things like "not empty", "equals to", "is not numeric" and "is an object". And, no, it's not CakePHP specific, so you could take it an use it anywhere.

1 comment voice your opinion now!
cakephp assertion class exception addition cakephp assertion class exception addition


blog comments powered by Disqus

Similar Posts

The Bakery: Mambo, Layout Switching, SimplePie and Caching Elements

Felix Geisendorfer's Blog: Controller Testing in CakePHP

Wan Qi Chen: Background jobs with php and resque (Series, Parts 4, 5 & 6)

PHPBuilder.com: A Primer On Postgres Exception Handling For The PHP Developer, Part 2

Richard Thomas's Blog: Pjq - PHP Jquery helper


Community Events











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


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

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