cakephp-1.3
parse through an array and count
I have a huge set of arrays like the one below. I want to count how many times a car is shown up under same manufacturersid. How would I do that[详细]
2023-03-25 22:12 分类:问答CakePHP - How can I find all languages with tongue twisters?
Model <?php class Tonguetwister extends AppModel { var $name = \'Tonguetwister\'; //The Associations below have been created with all possible keys, those that are not needed can be removed[详细]
2023-03-25 19:52 分类:问答CakePHP - How can I count images per album in Album-paginate? (Image belongsTo Album)
I am currently writing my first CakePHP site and it\'s still all a bit new to me. I am working on an Image Gallery. I would like to have picture counts per album on the frontpage.[详细]
2023-03-25 18:27 分类:问答Cakephp lookup tables and saving data to subordinate models
So I\'ve just read a bunch of the Cakephp model saving related data questions here on stack, but I am not finding what I\'m looking for. Beyond the obvious technical issue, I have the distinct feeling[详细]
2023-03-25 18:20 分类:问答Best way to handle a form with password field in CakePHP 1.3?
I have a User controller and User model. This model and associated database table is used for authentication and naturally there\'s a password field.[详细]
2023-03-25 14:57 分类:问答CakePHP 'Cake is NOT able to connect to the database'
I\'ve looked at this post about a similar issue: CakePHP: Can't access MySQL database and I\'ve tried everything they mentioned in there including:[详细]
2023-03-25 10:22 分类:问答CakePHP - Image Gallery Application finished, now how to write routes for /:album_name?
How can I use /album_name and /album_name/image_name for paths in my gallery? I already have the site working, but paths are /album, /image with index() and view() functions at the moment.[详细]
2023-03-24 14:07 分类:问答CakePHP validation, error messages in Auth and disabling modified.
I have tried to get this function working in the desired way but not having much luck. The good news is, is that it works.Only thing I wanted to get working correctly is the field validation error mes[详细]
2023-03-24 13:11 分类:问答Cakephp Xml to Array to Database
this is the first time using CakePHP\'s XML functions. I have set up this model: <?php class Importer extends AppModel {[详细]
2023-03-24 12:00 分类:问答changing user model won't let me pull from Users now
I have 1 database linking to 2 apps. For the second app, I change the Auth table like so... $this->Auth->userModel = \'newAuthTable\';[详细]
2023-03-24 04:13 分类:问答
加载中,请稍侯......