PHP is one of the most popular choices for backend developers to build customized solutions for clients. Nowadays the usage of PHP frameworks has been increased as they will boost the process of web development. Laravel vs CodeIgniter is the most famous difference between the PHP framework. While developing a…
Block directory browsing in PHP
It is very important part for any web application. At one side, when we are taking care a lot to prevent our code to be copied, why we forget to implement Directory Browsing. At least you can save your client side scripts and images. By implementing this mechanism your application…
Create a Custom config file for Codeigniter
By default, CodeIgniter has one primary config file, located at “application/config/config.php” What if we want to have a custom configuration file? What if we want to create custom config array with desired name? Codeigniter allows a developer to create custom file but developer has to define values with $config array…