Using the CakeDC Tags plugin for CakePHP
This is an introduction to using the CakeDC Tags plugin for CakePHP. I'll take you through a new project creation, and the addition of the Tags plugin to your…
TIPS, INSIGHTS AND THE LATEST FROM THE EXPERTS BEHIND CAKEPHP
This is an introduction to using the CakeDC Tags plugin for CakePHP. I'll take you through a new project creation, and the addition of the Tags plugin to your…
The Utils plugin is our mixed bag of "awesome". If you've not yet checked it out, definitely hop over to github to check it out. It aggregates a lot of useful code…
Its been a little while since we launched our plugins at CakeFest 2010 to the community, and a few things have been changed and updated in that time, so its time to…
Internationalizing a CakePHP application can be tricky when it comes to deal with i18n urls. We will see in this article how the Custom route classes introduced by…
Freshly baked by the friendly team here at CakeDC is the Comments plugin. The comments plugin allows you to enable comments on any controller for any existing model…
In a previous post I gave an overview of the CakePHP Migrations plugin, what it does and why you should use it in your applications. This article will explain how…
This article includes how to upload and store files, because I've seen a lot of discussion about that too, but if you're just interested in how to use the MediaView…
Felix gave a demonstration of the production level javascript separation and management that the team at Debuggable use in order to minimise the amount of Javasript…
If Marius had more than an hour to talk about the Media Plugin, he most certainly would have taken it. To go over the features and functionality of the entire…
Robert's talk was unscheduled, but ended up being a great case study for an insurance sales white-labelling solution that his company had undertaken and completed.…
After an introduction to bake, and what this shell means within CakePHP, Neil went on to explain and show examples of the code generation templates and capabilities…
Felix liked to Get Things Done™. And through experience and what became an interactive idea and experience sharing productivity session, he explained mechanisms and…
Joël's presentation on Web Services and CakePHP identifies important and interesting points that really demystify both implementation of datasources, and what web…
Beginning with an overview of the CakePHP project, changes and evolution of direction and development team members, Garret provided a great overview of where the…
Now there has been a lot of discussion in the past few months about requestAction() and how it can very easily create a negative impact on your application. In fact…
For my first entry, I am going to talk about how to create an RSS Feed on your website. RSS (Really Simple Syndication) is a format used to publish frequently…
I will tell you a story. Once upon a time... Seriously though, it was not too long ago in the past - but it happened and it is possible you can benefit from it.…
This article assumes you practice semantic markup and have a fairly good understanding of CSS. CakePHP does a number of things automatically that designers might…
The articles section of our site will include best practices, business advice, and technical advice, updated weekly or more often by our talented developers. Our…
Felix started off by baking his application. While baking his controller he added in the Javascript Helper and RequestHandler Component. This will save adding them…