News Feed
Jobs Feed
Sections




News Archive
Federico Cargnelutti's Blog:
Implementing Dynamic Finders and Parsing Method Expressions
March 23, 2010 @ 13:07:47

In a new post to his blog Federico Cargnelutti takes a look at features available in Ruby and Grails - dynamic finders and method expressions and introduces a PHP library that can parse them.

A dynamic finder method looks like a normal method invocation, but the method itself doesn't exist, instead, the method is generated dynamically and processed via another method at runtime. [...] A method expression is made up of the prefix such as "findBy" followed by an expression that combines one or more properties.

He includes a few examples of each, the finders and expressions, and talks about the class he's developed to handle the method expressions in PHP. It's based on a simple format defining the method, attribute, expression and operator. Code snippet examples are included for SQL statement generation and object parsing. The code for the class is included in the post.

0 comments voice your opinion now!
finder method expression dynamic tutorial


blog comments powered by Disqus

Similar Posts

Andreas Gohr's Blog: Calculating Color Contrast with PHP

Zend Developer Zone: Search Engine Friendly Websites with the Zend Framework

DeveloperTutorials.com: How to Install PHP 5 on Linux

DevShed: Logging in PHP Applications

Phil Sturgeon's Blog: Composer with CodeIgniter


Community Events











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


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

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