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
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.
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.
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.
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 .
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
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.
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
I am trying to find countries with conditions set as a variable, it looks like this: $conditions = \'1,2,3\';
i am trying to clear browser Cache using PHP here is my code header(\"Cache-Control: no-cache, must-reval开发者_JAVA技巧idate\");