<h1>roryy</h1>

CakePHP 1.2 RC1 released

Author: roryy, on 23/6/08
Tags: cakephp,
Hi, a few weeks ago cakephp released a new version of 1.2, this time it is the release candidate so it means they are almost ready for the full stable version, it only needs more testing.
You can download the new version of cakephp at their official website at cakephp.org.

If you used vendors in your current cakephp project and you are planning to upgrade cakephp to release candidate 1 then you have to change the code which you include your vendor with. First you used:
  1. vendor('foo');

but now the vendor command is deprecated and this is the new command:
  1. App::import('Vendor', 'foo');

I hope this information is useful for you. See you later!
Add Comment
Your IP address: 38.107.191.114

© Copyright 2008 - roryydotcom

FlatFish Internet Solutions

CakePHP: the rapid development php framework