What is the active Record way of adding IN condition to an active Query in yii 1.x you could use CDbCriteria l
I'm trying to send a Get request by ajax and output json data that is returned by server in html. But, I
How, in Yii, to get the current page's URL. For example: http://www.yoursite.com/your_yii_application/?l
I am new to Yii-2 framework. How can i achieve following query in Yii-2 framework using activeQuery and models
I'm having this strange error, CURL ERROR: Recv failure: Connection reset by peer This is how it happens
I want to integrate Marketo form with my existing website on yii framework. My code works on all the browsers
How to include a Javascript or CSS file in Yii Framework? I want to create a page on my site that has a littl
I am trying to use sockets with node.js, I succeded but I don't know how to differentiate clients in my c
Used NodeJS, Socket.io Problem Imagine there are 2 users U1 & U2, connected to an app via Socket.io. Th
I'd like to use WebSockets for inter-process communication for my application (Daemon<->WebGUI and
I wrote a code for broadcasting a message to all users: // websocket and http servers var webSocketServer = re
WebSockets have the option of sending pings to the other end, where the other end is supposed to respond with
I don't understand why I cannot make the following code work. I want to connect with JavaScript to my ser
I've always wanted to do a real-time chat. I've done that years ago in PHP+Ajax+Mysql and broke my
Socket.IO seems to be the most popular and active WebSocket emulation library. Juggernaut uses it to create a
I am using web socket using PHP5 and the Chrome browser as client. I have taken the code from the site http://
I am looking for a simple code to create a WebSocket server. I found phpwebsockets but it is outdated now and
I want to construct a WebSocket URI relative to the page URI at the browser side. Say, in my case convert HTTP