News Feed
Jobs Feed
Sections

Recent Jobs

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.

0 comments voice your opinion now!
cakephp assertion class exception addition cakephp assertion class exception addition



Similar Posts

Richard Thomas's Blog: Pjq - PHP Jquery helper

PHPClasses.org: PHP Image Nudity Filter

Soledad Pendaes' Blog: PHP will never have a (real) Rails-like framework

David Sklar\'s Blog: Parsing Reasonably-sized HTTP Responses

Imulus.com: CakePHP and PRADO


Community Events







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


book release job example PEAR ajax PHP5 zendframework code database framework security developer application releases package zend conference cakephp mysql

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