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

Sameer Borate's Blog: Data filtering and validation using Inspekt

Jim Plush's Blog: PHP Socket Tutorial Part 1

Lorna Mitchell's Blog: Adding Multiple Axis Labels to a Google Chart

Lorna Mitchell's Blog: POSTing JSON Data With PHP cURL

AppStorm.net: Using PyroCMS to Manage Content With Simplicity


Community Events











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


opinion usergroup zendframework2 development podcast framework database interview testing introduction phpunit unittest conference series community release symfony2 language rest functional

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