You cannot post messages because only members can post, and you are not currently a member.
Description:
Search this group before posting anything. There are over 50,000 posts and it's very likely your question has already been answered.
Visit the IRC channel #cakephp at irc.freenode.net.
The group is moderated to prevent spam, so please be patient if you are new member.
|
|
|
Getting started: Where To Get Help
   
|
| |
[link]
Cheers,
AD
PS. If you've been on this group for more than a week or so, you may
have noticed that the google group pages/files have been/are in the
process of being removed. The pages have been integrated to the
cookbook to allow moderation, prevent spamming and take a step towards... more »
|
|
Release: CakePHP 1.2.5
   
|
| |
The CakePHP development team is happy to announce CakePHP 1.2.5[1].
1.2.5 is a bug fix release of the latest stable branch. Check the
changelog[2] for all the changes.
CakePHP 1.2.5 Includes almost 40 commits and more than 20 fixes.
Furthermore, due to popular demand CakePHP 1.2.5 is compatible with... more »
|
|
CakeFest IV - America - Help us pick a location!
|
| |
Hi all,
The CakePHP team has been considering the location for the next upcoming CakeFest.
We've decided to bring it back home to the United Sates of America.
Thus far we haven't chosen a location for the event, but to ensure we reach as many people as possible, we'd like your opinion on where we... more »
|
|
Where can I get "The Chaw"?
|
| |
Just searched a few websites and there is no indication of a git repo.
Wonder if this project is still open source.
|
|
CAKEPHP Country Region Combobox via AJAX
|
| |
Hi ALL,
I have implemented
[link]
locally.
Its working fine at this moment live but on my local machine when I
change the combobox nothing happens. Can anybody help me out with the
same example.
Thank you
|
|
Contain Question
|
| |
Wondering why when I specify fields in this contain for User I cant
get and of the related Profile fields?
If i remove 'fields' from the User it pulls all User fields and then I
get my Profile fields but I dont want all my User fields, just the few
i need. What am I doing wrong here?
public function getUser($auth_id)... more »
|
|
changing model properties for recursive finds
|
| |
Hello,
I was wondering if there is a prettier way to do this:
$this->Ielement->Mem->hasMany[ 'Rep']['order'] = 'created
DESC';
$this->Ielement->Mem->find(...
It seems from the cake documentation I should be able to do something
like:
$this->Ielement->Mem->Rep->ord er = 'created DESC';... more »
|
|
Session array keys not working
|
| |
I am having an issue setting data to Session. I have an array in
Session:
Devices.Staging
I want to add a device to the array using the device_id as a key. I
expect something similar to the following:
Devices.Staging.12345678901 = device
Devices.Staging.12345678902 = device
The problem is that my device_id dont seem to work with Session. I am... more »
|
|
auth component on 2 models?
|
| |
Hi,
i have users model (for content management administrators) and clients
model (for registered clients).
Can i use the same Auth compoennt for both models (to allow them to
login/register)? or i need different approach?
Any examples/help?
thanks.
|
|
Selfmade datasource problem => calling dispatchMethod() on non-object
|
| |
Hi dudes, i'm trying to use a self-written datasource and got some
problems. i made my model use my datasource, now i get the error "Call
to a member function dispatchMethod() on a non-object in /var/www/
my_project/cake/libs/model/mod el.php on line 435" ...which is strange,
as my model has no behaviros definied and the call in the core that... more »
|
|
Broken links without mod_rewrite enabled
|
| |
I'm uploading my site to a web server and I'm going through a series
endless and unclear problems.
In my web server is not enabled mod_rewrite and any other privilege. I
uncomment Configure:: write ( 'App.baseUrl', env ( 'SCRIPT_NAME')); in
core.php. I delete all files. htaccess.
My directory structure is... more »
|
|
|