You cannot post messages because only members can post, and you are not currently a member.
Description:
Search this group before posting anything it's very likely your question has already been answered.
Checkout the new CakePHP Questions site: http://ask.cakephp.org
Checkout the new CakePHP Video Tutorial site: http://tv.cakephp.org
This group is moderated be patient if you are new member.
|
|
|
CakePHP 2.1 hot and fresh
|
| |
The CakePHP core team is proud to announce the immediate availability of CakePHP 2.1.0 beta [1]. As noted in previous release, this version is fully backwards compatible with 2.0.5, making it a breeze to update your apps to start taking advantage of the many improvements that made into this release.... more »
|
|
CakePHP 2.0.6 released
|
| |
The CakePHP core team is proud to announce the immediate availability of CakePHP 2.0.6 [1]. This will hopefully be the last minor version released for the 2.0 branch if no important changes are needed to be done before we get version 2.1 stable. After this one all bugfixes and security patches will be done in the 2.1 branch, which is 100% compatible with this one.... more »
|
|
How to embebedd flash menu buttons on my site?
|
| |
I own a website based on phpcake.
I bought even a flash buttons menu for my site, but i dont know how to
replace these buttons with the default one.
I tried to read but i am confused.
Someone can help me with this problem?
Thanks in advance to everyone.
|
|
View magic similar to form automagic
|
| |
In section 7.3.3 of the manual, it talks about form automagic that is
really cool and simplifies forms greatly. Specifically I'm talking
about, the example of, in the controller doing:
$this->set('groups', $this->User->Group->find('list '));
and then in the form:
echo $this->Form->input('Group');... more »
|
|
error en shelldispacher.php when i want to execute the cake bake
|
| |
hello,
i have this error when gonna to executed the cake bake since console
ssh
/web_ftp/web/intranet/app > ./Console/cake
<br />
<b>Parse error</b>: syntax error, unexpected T_STRING, expecting
T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in <b>/homepages/14/
d392848574/htdocs/benjatel2010 /web_ftp/web/intranet/lib/Cake /Console/... more »
|
|
Cakephp 2 schema and foreign key
|
| |
Hi every body, I knew that in cakephp 1.3 was not possible to implement the foreign keys and such a relation between two tables with cake's schema. Now I read the cake 2's book page for schema and it seems in this matter nothing is changed and foreign keys are still not supported with schema, I wanted to... more »
|
|
cake keeps outputting errors despite debug=0
|
| |
Hi everyone,
I use postgres as the database. when saving data and having debug=2
cake threw these errors
Warning (2): pg_query() [function.pg-query]: Query failed: FEHLER:
NULL-Wert in Spalte »title« verletzt Not-Null-Constraint [CORE\cake
\libs\model\datasources\dbo\db o_postgres.php, line 167]... more »
|
|
app->controllers->pages_controller
|
| |
Hello all,
This is the first time I have posted. I am relatively new to cakePHP.
I have been working with an application and have run into something
strange. My app/controllers/pages_controll er is acting very strange.
It works just fine in my development environment. I can view, add,
edit and delete pages. I uploaded it into my host and now it doesn't... more »
|
|
Radio box css
|
| |
Hi,
I have a radio box with 6 options. i want to display images instead of
username text
echo $this->Form->radio('User.usern ame',
$users,
array(
'legend'=>false,
'value' => 1,
)
);
how to modify this? thanks
|
|
datetime array to string
|
| |
The cakephp helper is sending my dateTime back to me in an array. This
is not an issue when I save it to the database. it seems cakephp
converts it to a timestamp nicely for me before the save.
But In the particular case I need to create a dateTime object for use
in a component. so I assume I need to convert it to a string.... more »
|
|
Multiple database connections in CakePHP 2.1 can't works
|
| |
Hello all,
I've download fresh CakePHP 2.1 and try to make multiple database
connections. Here are my configuration :
Config/default.php :
<?php
class DATABASE_CONFIG {
public $default = array(
'datasource' => 'Database/Mysql',
'persistent' => false,
'host' => 'localhost',
'login' => 'root',... more »
|
|
|