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 »
|
|
Admin Pagination routing
|
| |
I am trying to set up admin pagination but I cant seem to find how to get
the admin/ before the generated links.
I see $options['url'] Url of the action. See Router::url() but other than
that I am at a loss how to set it up.
<div class="paging">
<?php echo $paginator->prev('<< '.__('previous', true), array(), null,... more »
|
|
code compression
|
| |
I see in core.php that there are two lines that ostensibly allow you
to enable code compression on css and js files.
I uncommitted the css portion to try this out.
I tried installing csspp in the app/vendors directory, set permissions
on /var/cache to 0777 but nothing. No css at all shows up (not... more »
|
|
Bake controller and model template modify
|
| |
I've searched and searched, I'm not seeing a straight answer. I have
found where to copy from the cake folder to the app folder the view
templates so I can modify the views that bake uses.
How do I customize the controllers that get baked the same way? I
don't want to modify the cake core.
thanks!!!... more »
|
|
**Various** issues with extended characters.
|
| |
Hi,
I am developing a pilot in order to select a long-term framework for
our application.
The end-users are French; French language contains extended
characters, let’s take the example of ‘é’.
It looks to me like in many places, CakePhHP code is a bugged,
preventing strings containing extended characters from being displayed... more »
|
|
Help! The page isn't redirecting properly
|
| |
Hi,
i am getting started with cakephp, my application has one controller and
3 actions, submitting a form on first action takes user to second action and
finally third action. after submitting the first form firefox is showing
this message - "The page isn't redirecting properly", i have tried google... more »
|
|
If User changes info?
|
| |
What is the best way to determine if a user changes a specific field when
updating account?
I want to suspend the account when a user changes their email address and
send out a confirmation email that they will have to confirm the address. I
could make a separate form but that seems like over kill to make a new form... more »
|
|
I want 2 slices of bread in my sandwich
|
| |
Hi guys,
I have an issue with HABTM and cakephp. I'm using 1.2
I have 2 tables:
Sandwiches
Ingredients
They are joined using a HABTM.
I have 3 rows in my ingredients table. ham, bread, cheese.
now, I make a new sandwich row called "ham sandwich".
I use HABTM to link the ham and bread to my "ham sandwich".... more »
|
|
Howto save NULL for a date field?
|
| |
Hi all,
In my form I have a date field. I use the form helper to generate a
year, month and day field for the date.
$form->input('date_field', array('type' => 'date');
Now I was asked to change the field, so that the users can enter the
date into a text field using yyyy-mm-dd as format.... more »
|
|
Help on custom validator using preg_match
|
| |
Hello,
I have created a custom validator that uses the php function
preg_match.
One of the parameters I pass to my validator is an array of characters
that I consider as valid. This results in a regular expression
e.x. "/[^A-Z¦¨´¸-@]/i".
This works great, but is “broken” as soon as I want to add the single... more »
|
|
|