cakephp
How to implement facebook like notification on cakephp?
does somebody knows how to implement facebook like notification? the id开发者_StackOverflowea is to put notification on the tabs parallel to the changes made in the database without refreshing the sit[详细]
2023-04-11 20:42 分类:问答CakePHP Get data from a distant relationship
The following is an example and not used in my app but I hope to get the theory and apply it to my own application after getting the answerer.[详细]
2023-04-11 20:32 分类:问答How do I use the CakePHP Configure class?
I am trying to use the Configure class in CakePHP, but I\'m not sure if I am using it correctly. I have read through the cook book and the API, but I can\'t seem to do what I want.[详细]
2023-04-11 18:20 分类:问答Cakephp ajax request invalid url
i have a vi开发者_JAVA百科ew page in which i have to load different views according to the option selected in a selecbox. But my problem is that the url to which ajax request is sent is not correct.[详细]
2023-04-11 16:47 分类:问答updating a cakephp model field through jquery
i\'m trying to update a the field of a cakePHP model through a jquery request. eventhough the ajax call is a success , the model isn\'t updated on the database .[详细]
2023-04-11 15:25 分类:问答Associations not using foreign key
I have a model (AccountAgentDetail) that has 2 associations. One is a belongsTo (AccountUser) and the other is a hasOne(AccountProfile). The table for AccountAgent only has a FK relation to AccountUse[详细]
2023-04-11 14:57 分类:问答CakePHP Relation on link
The following link is used in a list of Favours! It links to a place where the user is from but is being used inside the favour lis开发者_JAVA百科t Hence the favour variable.[详细]
2023-04-11 14:53 分类:问答Browser detects ISO-8859-1 encoding on UTF-8 cakePHP app
On the server of my client开发者_运维百科, when I browse the application, the characters are wrong, because all of the Browsers (Firefox, Chrome, IE) decode the page as ISO-8859-1 instead of UTF-8. Lo[详细]
2023-04-11 13:29 分类:问答Conditions in cakePHP
I am trying to find countries with conditions set as a variable, it looks like this: $conditions = \'1,2,3\';[详细]
2023-04-11 10:02 分类:问答How to Clear Cache using PHP
i am trying to clear browser Cache using PHP here is my code header(\"Cache-Control: no-cache, must-reval开发者_JAVA技巧idate\");[详细]
2023-04-11 08:21 分类:问答