My CakePHP 3 Review – Still Fresh, Still Hot This past month, the CakePHP team announced the launch of the alpha release of CakeP...
As front-end developers, our job is, essentially, to turn designs into reality via code. Understanding, and being competent in, design is a...
Data Encoding: A Guide to UTF-8 for PHP and MySQL As a MySQL or PHP developer, once you step beyond the comfortable confines of Engl...
Create Simple jQuery Vertical slider HTML Part Creating vertical scroll using <ul> and <li> <div id="scrollConte...
Create and download Zip folder in php ini_set("memory_limit","1280000M"); ini_set('max_execution_time', 60000...
Access modifier in php Restricting access to properties PUBLIC PRIVATE PROTECTED Those class properties and class methods which...