News Feed
Jobs Feed
Sections




News Archive
Tim Koschuetzki's Blog:
How to put Combined Fields Into CakePHP's Model->generateList()
August 10, 2007 @ 09:36:00

Tim Koschuetzki has posted this tutorial today about how to create form fields with combined information from more than one database column.

Two days ago, someone on #cakephp had the problem of getting combined values out of the Model->generateList() function in CakePHP. I advised him on doing some Set::extract() things, which at the end of the day got rather complicated. As a result, I was conscience-stricken. Here is a much more elegant solution I could come up with.

He introduces the generateList function first, showing how to use it to create a simple select list in your form. Unfortunately, it only understands using one field at a time, so he worked around it, creating a solution - his myGenerateList function - that handles things similarly and returns the same kinds of results (so it can be used with the set() function as well).

0 comments voice your opinion now!
combined field data database cakephp framework generatelist combined field data database cakephp framework generatelist


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: CSVtoXLS: A Utility to Convert CSV data into XLS Spreadsheets

Paul Jones' Blog: New Year's Benchmarks

Avatar Financial Group: 21 Things I Learned about CakePHP

Evolt.org: Failover Database Connection with PHP + mySQL

Felix Geisendorfer's Blog: Basic CakePHP templating skills


Community Events











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


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

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