All Blogs

Use of Traits in PHP version 5.4

PHP Traits is basically the method of code reuse implemented by PHP as of PHP 5.4.0. It is an exciting phenomenon which enhances the functional capabilities of PHP. Group functionality in PHP is driven by PHP Traits in a highly sophisticated manner. You cannot trigger a trait independently. It works in a grouped way according to the traditional inheritance system. It....

  • Post author:
  • Post published:September 22, 2015
Read more about the article PHP 7 – Whether to Upgrade your Application or not
PHP 7 - Whether to Upgrade your Application or not

PHP 7 – Whether to Upgrade your Application or not

Recently, the release date for PHP 7 was announced and it created a huge buzz around the internet with a set of advanced features and performance upgrades. It also generated a lot of confusion as to whether you should upgrade to PHP 7 or not; and if Yes, then how soon? We will try to clear this confusion by using the example of our Client who has been attached to....

  • Post author:
  • Post published:September 21, 2015

Chat Implementation Using HTML5 Web Sockets’ & PHP

WebSocket is a feature of HTML5 for establishing socket connections between a web browser and a Server. Once connection has been established with the server, all WebSocket data (frames) are sent directly over a socket rather than usual HTTP response and requests, giving us a much faster and persistent communication between a web browser and a server....

  • Post author:
  • Post published:August 18, 2015

How To Upgrade From CakePHP 1.x to CakePHP 2.x

A new version 3 of CakePHP has been released. If you are still running CakePHP 1.x then you should consider upgrading your application to its latest version ASAP! CakePHP 1.3 is deprecated and no longer being maintained. CakePHP 2.x contains many improvements to every layer of CakePHP including: Caching, Request Handling, Response output, PDO Support....

  • Post author:
  • Post published:June 23, 2015