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 »
|
|
CakeFest Berlin 2009 officially announced
|
| |
After much hype and speculation, the next CakeFest event, which will
take place in Berlin beginning July 9th, has been officially
announced. You can read the full details, along with some other
important announcements on the Bakery: [link]
Or, go straight to the conference site here: [link]... 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 »
|
|
Delete message
|
| |
I am trying to get rid of the delete JavaScript message but i still get it on every delete click... <?php echo $html->link(__('Delete', true), array( 'manage' => true, 'action'=>'delete', $award['Award']['id']), array( 'class' => 'delete')); ?> Ideas?... more »
|
|
javascript files loading order
|
| |
I use many javascript files in one application.
Some file is "linked" in the layout view, other are linked in a model
view.
Some of those files depend on the other (e.g.: file foo.js depends on
prototype).
The html file created by cake contains the script tags ordered in the
wrong way (1st foo.js, 2nd prototype) so I get some javascript errors.... more »
|
|
Help Getting Model name
|
| |
Is there a simple way to get the model name from something like this? This is the data that's sent to cake. data[Contact][email] t...@something.com data[Account][email] te...@fake.com Debug will get me Array( [Contact] => array( [Email] => t...@something.com ) ) Where I simply need 'Contact' or 'Account'... more »
|
|
how control the access to profiles
|
| |
hi
with auth and acl components I can control the access to URLs like
this:
/controller
/controller/action
but i want to know how to control the access to URLs like this
/controller/action/id
for example each user have access to his/her profile. not the others.
how this possible with auth and acl components??... more »
|
|
Install / Update huge application.
|
| |
I'm gonna make a huge application using CakePHP. This application will
have an automated installation page (users won't setup the database
tables manually). On the installation page user(admin) will provide
database info and click install, the application will setup the
database on server and required settings in a config file.... more »
|
|
I want to pay a cake expert to help me
|
| |
I have asked a question here for over a month now without help so I am
willing to pay for this.
I am simply needing to get the bugs sorted in the cakswx wrapper that
allows for flash remoting to work with the new cake install.
If you know your cake error messages then this might be really simple.... more »
|
|
Adding Javascript to $html->link?
|
| |
How do you add javascript events using $html->link?
There is a confirmation dialog that can be passed as one of the
fields, so it puts "onclick='confirm(etc)'", but I want
onclick="if(confirm('test'){so mejsfunction();}"
What the function call does is essentially ajax, but looking at the
$ajax helper doesn't provide an obvious solution (from what I can... more »
|
|
DataSources - External MySQL
|
| |
Hello,
I am new to CakePHP. I am attempting to setup a data source to a non-
cakephp mysql database that I can read data from. I cannot find an
example of how to do this. I found external data sources for
GoogleAnalytics and XML. Can anyone point me to a link for mapping to
an external sql table.... more »
|
|
Opinion on Google's Closure Library?
|
| |
I wanted to ask everyone's opinion on the javascript library Google
just released.
[link]
All of these new libraries would be wonderful to use, but do you think
it would work in conjunction with JQuery or require all the javascript... more »
|
|
|