CakeFest Argentina 08
CakeFest will be celebrated in Buenos Aires, Argentina between December 2, 2008 and December 5, 2008.-- cakefest.org
Talks
We are currently working on the proposals for our talks.
Workshops
- JavaScript for PHP developers (~60min)
- Using jQuery with CakePHP (~45min)
- Mastering Code Generation (~90 min)
- Unit Testing in CakePHP (~60min)
Other workshops are to be determined.
Come and see us
If you are interested in hearing our talks and attend our workshops at CakeFest Argentina 2008, then sign up now.


I am getting an error witht the sources var on google_analytics_source.php, line 187
foreach...
Hi Felix, I always read your blog. The fun things is that you work with the two things I love a...
The line: < ?php echo ($num % 2) ? 'row-a': 'row-b'; ?>">
Could be :
if($num ++ >0){...
Information hiding is one of the cornerstones of OOP. Without private/protected modifiers ......
This discussion has been going on for a bit, but I feel I just have to add my 2 pennies to...