Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Matt Curry's Blog:
Programming CakePHP Apps with Komodo IDE
Feb 26, 2009 @ 16:27:16

For those Komodo users that are working with CakePHP and have thought "there has to be a better way", Matt Curry has created a screencast showing a few helpful hints on developing in popular IDE.

I suck at screencasts; I know this. If I keep doing them, I’m bound to get better, right? Is it possible to get worse at something the more you do it? Anyway, I made a quick screencast showing off some CakePHP features with Komodo IDE. Leave a comment with your favorite CakePHP related IDE trick.

He talks about the "automatic" auto-completion the IDE can do once its scanned the CakePHP source, how Komodo knows about properties in the classes as well as helpers and how to set up the Bake and Cake commands as shortcuts for quick access.

tagged: cakephp komodo ide tip autocomplete screencast property bake cake

Link:

SaniSoft Blog:
Multiple validation rules per model field while baking
Apr 29, 2008 @ 21:12:44

If you're a CakePHP user and have been frustrated by how this "bake" functionality doesn't allow for more than one validation rule on a given field, check out the new post on the SaniSoft blog (from Amit Badkas):

This is not much of a problem if you have only a few models but when you start to work on several dozen models in a project it becomes very tedious to open each and every model file to make changes.

The result of his frustration has come out in the form of a patch as a part of a new ticket in the CakePHP request submission process.

tagged: bake cakephp framework multiple validation rule patch feature

Link:

The Bakery:
Setting up Eclipse to work with Cake
Jul 30, 2007 @ 17:03:00

From The Bakery today, there's a new tutorial that steps you through the process of getting the Eclipse software set up and working happily with a CakePHP installation.

So you're on a noob on the quest for painless PHP development? You've started using Cake and now you're considering the Eclipse Integrated Development Environment. These are two great first steps. All you need now is a little help getting to know Eclipse and configuring it for maximum effect with CakePHP. This tutorial gathers lots of information already out there, adds a bit of my own, and puts in all in one place.

They work through the installation, how to define a workspace for your project and getting the "bake" command to work directly from the local software.

tagged: eclipse cakephp tutorial connect bake eclipse cakephp tutorial connect bake

Link:

The Bakery:
Setting up Eclipse to work with Cake
Jul 30, 2007 @ 17:03:00

From The Bakery today, there's a new tutorial that steps you through the process of getting the Eclipse software set up and working happily with a CakePHP installation.

So you're on a noob on the quest for painless PHP development? You've started using Cake and now you're considering the Eclipse Integrated Development Environment. These are two great first steps. All you need now is a little help getting to know Eclipse and configuring it for maximum effect with CakePHP. This tutorial gathers lots of information already out there, adds a bit of my own, and puts in all in one place.

They work through the installation, how to define a workspace for your project and getting the "bake" command to work directly from the local software.

tagged: eclipse cakephp tutorial connect bake eclipse cakephp tutorial connect bake

Link:

The Bakery:
Cruise Holidays Website
Apr 02, 2007 @ 16:34:00

On the CakePHP Bakery site, there's another case study posted (from Neil Crookes) about a company that used the framework to develop a "Cruise Holidays" website: islandcruises.com.

I was lead programmer on the project and all my experience prior to it has been in writing procedural code, not OO and not MVC, however, after spending a few days looking through the manual and checking out the wiki, we decided to give CakePHP a try.

We also found the contributions from the community on the wiki/bakery and in the snippets, an incredibly valuable resource and in fact made use of articles and code from othAuth, Pagination, Improved Advance Validation with Parameters, Sending Email With PHPMailer.

He also mentions baking his own controllers, models, and views for the CRUD functionality, making for a half-day bake time.

tagged: cruiseholidays cakephpframework website bake cruiseholidays cakephpframework website bake

Link:

The Bakery:
Cruise Holidays Website
Apr 02, 2007 @ 16:34:00

On the CakePHP Bakery site, there's another case study posted (from Neil Crookes) about a company that used the framework to develop a "Cruise Holidays" website: islandcruises.com.

I was lead programmer on the project and all my experience prior to it has been in writing procedural code, not OO and not MVC, however, after spending a few days looking through the manual and checking out the wiki, we decided to give CakePHP a try.

We also found the contributions from the community on the wiki/bakery and in the snippets, an incredibly valuable resource and in fact made use of articles and code from othAuth, Pagination, Improved Advance Validation with Parameters, Sending Email With PHPMailer.

He also mentions baking his own controllers, models, and views for the CRUD functionality, making for a half-day bake time.

tagged: cruiseholidays cakephpframework website bake cruiseholidays cakephpframework website bake

Link:

php|architect:
An overview of the CakePHP framework
Dec 22, 2006 @ 13:58:00

Over on php|architect's A/R/T article repository, Fabio Cevasco has posted an overview of the CakePHP framework:

There are many frameworks available for the PHP programming language nowadays, and especially a lot of RAD (Rapid Application Development) frameworks which aim to make web development faster, less tedious and more organized. CakePHP was one of the first frameworks to port the RAD philosophy - which became so popular after Ruby on Rails - to the PHP programming language. CakePHP v1.0 is now one of the most popular and intuitive solutions for PHP programming, let's discover why...

He starts with the overview of what the project is and what its goals are for you and your site. He talks about the basic structure of the framework's file system and how to set up a database connection in preparation for the upcoming example.

The simple application they develop grabs the posts of a blog out of the database (via a controller) configured previously and displays them to the page (in a view). Following this, he lists out some of the pros and cons of the framework and includes several resources to get started with more advanced techniques - including the CakePHP homepage.

tagged: cakephp framework overview tutorial proscons bake cakephp framework overview tutorial proscons bake

Link:

php|architect:
An overview of the CakePHP framework
Dec 22, 2006 @ 13:58:00

Over on php|architect's A/R/T article repository, Fabio Cevasco has posted an overview of the CakePHP framework:

There are many frameworks available for the PHP programming language nowadays, and especially a lot of RAD (Rapid Application Development) frameworks which aim to make web development faster, less tedious and more organized. CakePHP was one of the first frameworks to port the RAD philosophy - which became so popular after Ruby on Rails - to the PHP programming language. CakePHP v1.0 is now one of the most popular and intuitive solutions for PHP programming, let's discover why...

He starts with the overview of what the project is and what its goals are for you and your site. He talks about the basic structure of the framework's file system and how to set up a database connection in preparation for the upcoming example.

The simple application they develop grabs the posts of a blog out of the database (via a controller) configured previously and displays them to the page (in a view). Following this, he lists out some of the pros and cons of the framework and includes several resources to get started with more advanced techniques - including the CakePHP homepage.

tagged: cakephp framework overview tutorial proscons bake cakephp framework overview tutorial proscons bake

Link:

Felix Geisendorfer's Blog:
Command line fun in CakePHP 1.2
Oct 16, 2006 @ 12:18:32

On his ThinkingPHP blog today, Felix Geisendorfer hands out mor eCakePHP goodness with some talk about working with the popular CakePHP framework in an unlikely place - on the command line with the "bake" utility.

The "bake" utility is included with the CakePHP distribution and helps a developer scaffold out an application with minimal effort. Things have been changed in the recent distributions, though:

Unlike the old bake.php, which was only used to auto-generate code for you, this one follows a much cooler concept. The main idea is to have an interface to a wide variety Tasks.

The new and improved "bake" program takes the tasks created and builds out a bit more functionality than just the scaffolding as the version before did. Felix includes an example of a task (a simple echo) just to show how it's formatted.

tagged: cakephp framework task bake command line scaffold cakephp framework task bake command line scaffold

Link:

Felix Geisendorfer's Blog:
Command line fun in CakePHP 1.2
Oct 16, 2006 @ 12:18:32

On his ThinkingPHP blog today, Felix Geisendorfer hands out mor eCakePHP goodness with some talk about working with the popular CakePHP framework in an unlikely place - on the command line with the "bake" utility.

The "bake" utility is included with the CakePHP distribution and helps a developer scaffold out an application with minimal effort. Things have been changed in the recent distributions, though:

Unlike the old bake.php, which was only used to auto-generate code for you, this one follows a much cooler concept. The main idea is to have an interface to a wide variety Tasks.

The new and improved "bake" program takes the tasks created and builds out a bit more functionality than just the scaffolding as the version before did. Felix includes an example of a task (a simple echo) just to show how it's formatted.

tagged: cakephp framework task bake command line scaffold cakephp framework task bake command line scaffold

Link:


Trending Topics: