While developing a registration form for a client I had the following problem: This form needed to be able to grab multi-record values for one table. In this case I had a form where a person could sign up more than one participant. (Using CakePHP standard form names) echo $form->input(’Participant.0.first_name’); echo $form->input(’Participant.0.last_name’); echo $form->input(’Participant.1.first_name’); echo [...]
Archive for January, 2009
CakePHP and TCPDF
I needed to be able to generate PDFs for a client project and came upon this tutorial for using CakePHP and TCPDF. It turned out I needed to make some tweaks and after gathering info from different Google sources finally got it to work. Thought I’d save someone else the trouble and post my version. [...]
Mount Woodson via Lake Poway
Had a terrific time yesterday with Phil hiking Mount Woodson. We started at Lake Poway and took Warren Canyon Trail until we reached the Mount Woodson marker. The entire hike took us about 3.5 hours and my Nike+ estimated 8 miles. Elevation gain of ~2000 ft. This definitely was a more difficult hike than Iron [...]
