Now that the official support of the Magento 1 platform has come to its end, the question of Magento migration is more debated than ever. Especially keeping in mind the complexity of the “moving” process from the technical perspective on the one side and the outstanding advancement opportunities that it can bring, including the chance … Read More “Magento 2 Migration: An Interview With an Expert” »
Tag: PHP
Interview, Magento, PHP
Codeigniter Interview Questions, MVC, PHP
In code igniter hooks are the points before and after the execution where we can call some specific functions. These functions are called hooks and points where we call hooks are called hook point. Hooks are useful when we have to make some changes through out the application , then we can do this without … Read More “What is Hook in CodeIgniter?” »
Codeigniter Interview Questions, Interview, PHP, PHP Interview Questions
What is hook? CodeIgniter’s Hooks feature modify the core functionalities of the framework without changing the core files. For example, If you want to run a script right before your controllers get loaded, or right after or at any other location, you can use Hook. How many types of hooks are there in Code Igniter? … Read More “Top 10 Codeigniter Interview Questions for Experienced” »