Articles tagged with "configure"

Setting up Eclipse to work with Cake

By Michael McAndrew
You’re on the quest for painless PHP development. You’re using Cake and considering the goodness of Eclipse. Two great first steps.

All you need now is a little help getting to know Eclipse and configuring it for CakePHP. This tutorial gathers information already out there, adds a bit more, and puts in all in one place.
[Read more]

Maintaining an Application-independant Code Library

By Eduardo Del Balso
As a developper for my web company, I often write cake components/helpers/etc that I reuse often throughout my various client projects. For a while now I've been looking for a way to use and manage this code with CVS in a way that avoids duplication. I finally found the solution.
[Read more]