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 »
|
|
Decrypt cookie data
|
| |
Hi, i have saved a cookie as encrypted for auto login but when i read
it back and debug it is still encrypted
anyone know how to decrypt?
Code:
Writing the cookie...
$cookie = array(
'user_email' => $this->data['User']['user_emai l'],
'user_password' => $this->data['User']['user_pass word']... more »
|
|
Pagination with GET params
|
| |
HI!
My URL loos at the moment like this:
.../articles/search?for=google
And for the second page from the pagination it should looks like:
.../articles/search/page:2?for =google
But at the moment it looks like this:
.../articles/search/?for=googl e/page:2
How should the $paginator->options (array ('url' => 'XXX')); looks... more »
|
|
Fatal error: class "connectionmanager" not found
|
| |
newly installed cakephp vertion 1.3
and all config is ok
Fatal error: class "connectionmanager" not found when i create model
controller from console.
...[d]
[m]
[v]
...
[d][m][v]
...
use <default/test>
[default]>
Fatal error: Class 'ConnectionManager' not found in C:\xampp\htdocs... more »
|
|
ROLLBACK in saveAll pass if statment
|
| |
if ( $userValidate && $userProfileValidate && $this->User->saveAll
($this->data,array('validate'= >false))) {
//$sendRegisterEmail
...
so saveAll pass true, even dont commit data (rollback true ;P)
any solutions ?
|
|
Development / Server question
|
| |
I am building an app that will never be finished....i mean it will
always be constantly added to and add new features or what not.
Obviously for each new addition i do not want to work on the live
public site, so I was wondering what the best approach would be?
I was thinking:
(all on the same server)... more »
|
|
Render problem
|
| |
I have been struggling to get a render command to work:
$this->render('xxx');
...where xxx is the name and path of a view. The view exists and is
being reached by the command (tested by misspelling xxx in the
command. I have also placed debug statements either side of the render
to test that that line of code is running.... more »
|
|
validate as hour
|
| |
I have an field which is an hour:
"hour" => array(
"required" => true,
"allowEmpty" => false,
"rule" => "/^\d{1,2}+/",
),
but how do I also specify that the number MUST be between 0 and 23 ?
|
|
Most concise and complete Recursive Association Support in CakePHP?
|
| |
I've asked this question on StackOverflow as well, but I thought I
might some more answers closer to the source. I'm currently mucking
about with CakePHP, deciding if I'll use it in an upcoming web
application.
The problem is, I've got several tables which at some point share
relevant data with each other. If I were to write all the code myself... more »
|
|
Classifieds Website using CakePHP
|
| |
Hello!
Has anyone developed a complete classifieds website using CakePHP?
Anyhow, I want to do that. Before starting, I want to know whether
anyone can share or sell their code as I am a bit hurry now.
Thank you!
|
|
|