Posts by Virgílio Santos • 191 points
3 posts
-
3
votes2
answers366
viewsA: What happens to class name resolution in php 5.5?
So the idea would be to just get 'Fully Qualified' class names effortlessly and more elegantly using aliases rather than gigantic strings with possible errors. The name is given according to class…
-
4
votes1
answer1595
viewsA: Mysql database update
Then, the process should be inverse, and only in the structure of the tables. The ideal would be to use some system of Migrations. However, to obtain 'hot' data for testing and the like in a…
mysqlanswered Virgílio Santos 191 -
2
votes2
answers1907
viewsA: How to work with websockets
Well, I can’t post comments yet =(! But then, check if your apache has the module proxy_wstunnel enabled, if Nginx, the first version with the websocket proxy is 1.3.13. The tutorial posted by…