Cheatsheets for HtmlHelper and FormHelper
Jeff Keith (aka Dunnottar) has published four cheatsheet-like pages with CakePHP 1.2 helper examples. For each method he provides a simple example and shows what is generated by CakePHP. May be useful for some of you. Here the links:
PS: There are two new CakePHP releases available, see The Last Alpha Cake.
Update 2007-07-12: Article rewritten as “donutczar.com” is no longer a blog plus added links to the examples of NumberHelper and TimeHelper.




Huh, someone on del.icio.us had posting another site with the same FormHelper page except on a different site!
http://www.virtualapplicationserver.com/formHelper.html
If they are different people, maybe they can pool their resources ;)
@Chuckie: I think it is from the same person.
[...] Click here to see all cheatsheets. [...]
Nice, thanks!
I’d like to see a form->country(params)
@Chase: I don’t know what exactly you would expect from such a function, but you could open an enhancement ticket for it on https://trac.cakephp.org/. Maybe the devs will then add such a function.