Hi I'm working on cakephp to build a website and i'd like to add chatting
feature in it.
and I'm considering Javascript based chat application.
Using AJAX was too slow to use. any other way?
Please help.
Thank you in advance!
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on T
Oh I didn't know that there is a web socket available in cakephp. Thank
you!!
Hi I'm working on cakephp to build a website and i'd like to add chatting
> feature in it.
> and I'm considering Javascript based chat application.
>
> Using AJAX was too slow to use. any other way?
> Please help.
>
>
I've been using Cakephp 3.0 which was just released.
since cakephp RC2, I had no problem to save data to database.
However, when I updated it to 3.0, I got an error message which is
"SQLSTATE[23000] : Integrity constraint violation: 1062 Duplicate entry
'7-130' for key 'PRIMARY'"
when I debu
hi I'm making an application which let user login with their Facebook
account.
then after i get their profile such as email address, I store the email
address to user table.
but I don't know how to log the user in.
here is my code below.
$fbUser = FacebookService::Instance()->getProfile();
$fbU