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.
This group is moderated be patient if you are new member.
Find us on FaceBook https://www.facebook.com/CakePHP
|
|
|
3.0: a peek into CakePHP's future
|
| |
Since its creation, more than 7 years ago, CakePHP has grown with a life of its own. Its main goal has always been to empower developers with tools that are both easy to learn and use, leverage great libraries requiring low documentation and low dependencies too. We've had several big releases along these years and an ever growing community. Being one of the most... more »
|
|
Security fix: CakePHP 2.3.3 available
|
| |
The CakePHP core team pushed a maintenance release for 2.3 branch earlier than planned for the 2.3 branch of the framework. We have found a severe security issue that affects all applications running CakePHP version 2.3.0 and above that are using user authentication via forms with the AuthComponent without the Security component form tampering prevention.... more »
|
|
Security Fix: Cakephp 2.3.5 released
|
| |
CakePHP 2.3.5 has just been released to fix a critical issue with how the webroot property in CakeRequest is handled that could potentially lead to XSS attacks on certain pages. In the following days we will offer a full description of the vulnerability and how it can be exploited, after some... more »
|
|
localhost:8080/ does not direct to expected page
|
| |
Dear All I started using the CakePHP (2.3.5) with Apachec 2.2 as the WebServer. I am observing one problem, that [link] does not direct to the specific page I have routed in route.php. (A) In route.php, I have added this as my first route: Router::connect('/', array('controller' => 'welcomes', 'action' =>... more »
|
|
Cakephp Ajax helper or Jquery?
|
| |
Hi Cakephp experts, I would like to try out Ajax. May I know what are the pros and cons of Cakephp Ajax helper and Jquery? I have never touched ajax and would like to know which is a better choice as a start. Thank you very much.
|
|
Cakephp Ajax sample code for complete newbie
|
| |
Dear CakePHP experts, Can someone provide some links to sample code or tutorial that teaches a complete Ajax newbie on using Cakephp with Ajax? I tried searching but could not find much useful links. Thank you very much.
|
|
CakePHP 2.x Moving Find into Model
|
| |
I'm trying to achieve the fat model/skinny controller mantra in CakePHP 2.7. In that scenario, the model should control the data, and that means moving the finds out of the controllers and into the models. However, at least with the view and admin_view actions, one needs the data paginated. The problem starts there. It's easy enough to do a $this->find('all') in... more »
|
|
cakePHP 2.3 and Sybase
|
| |
I have been asked to develop a application using the companies existing data base. The current database is on a microsoft 2008r2 server. I am developing the application on a LAMP server. I need to connect to the sybase database on the microsoft server. I have configured my lamp server to connect to and pull information from the remote sybase data base. Is... more »
|
|
Cache Implement on ACL
|
| |
Hello,
I have used ACL in an application. It was fine when there were very few
functionality but day by day as the functionalities are increased the load
time is also increasing. I make sure about
- *D**atabase is normalized properly*
- *I**ndex field properly*
- *T**able engine is innoDB*.... more »
|
|
Performance
|
| |
Hello friends, there is a guide about performance, it is very usefull:
[link]
Do you know it?
|
|
How to force the cakephp app work in http://mysite.com/app/webroot/
|
| |
I have a cakePHP app in /app/webroot, /app/.htaccess: AddDefaultCharset utf-8 AddCharset utf-8 * <IfModule mod_charset.c> CharsetSourceEnc utf-8 CharsetDefault utf-8 </IfModule> <IfModule mod_rewrite.c> RewriteEngine on RewriteBase /app/webroot/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d... more »
|
|
How to do recursion more than 2 levels deep using the one table?
|
| |
Hi I am trying to set up a generic data structure that we can use to map objects, attributes and relationships. As such I have one table with a id and name, and a join table with a "parent" id and a "child" id. Data... mysql> select * from resources; +----+-------+ ...+----+-------+ ...+----+-------+... more »
|
|
|