I\'m trying to generate the .po files for the site I\'m working with. When I run this command from within the console directory:
hi to all i am using c开发者_StackOverflow中文版akephp framework for my project. in on of my form i take a checkbox on click on this two other text box are shown.
I am having two CakePHP application working on the same domain. They are located at localhost:8080/wishlist and localhost:8080/lighthouse.
it\'s my first post here :) I\'m having some difficulties with dealing with urls and parameters. I\'ve gone through the router class api documentation over and over again and found nothing useful.
I would like to know how to deal with only ONE authentification process and \"users\" in multiple tables. I have 4 Users table: users, admins, artists, teamadmins which all have specific fields, but I
I am using cakephp for 开发者_如何学编程my site. I have stored multiple blocks in database and trying to access the code with following syntax.
CakePHP 1.3.0, mysqli I have a model, Manifest, whose ID should be the unique number from a printed form.However, with Manifest.id set as the primary key, CakePHP is helping me by setting up auto-inc
In CakePHP 1.2, custom inflector rules could be defined in a file app/config/inflections.php. This fi开发者_如何学编程le was removed in CakePHP 1.3. Instead, the documentation prescribes using the Inf
Using CakePHP 1.3, I have the following layout: /srv/www/_cakephp13/ /app/ /cake/ /plugins/ /vendors/ etc...
I am developing an application using cakePHP v 1.3 on windows (XAMPP). Most of the controllers are baked with the admin routing enabled. I want to secure the admin actions of every controller with a