1-What is Codeigniter? Codeigniter based on the MVC pattern is an open sourced framework which develops websites for PHP. 2-What are Hooks in Codeigniter ? Hooks are a feature in codeigniter which help the user to change the inner working without having to change the core files. They are represented by application/config/hooks.php.file. Hooks are more …
Category : Interview Questions and Answers
12 posts
1) What is PHP? PHP is a web language based on scripts that allow developers to dynamically create generated web pages. 2) What do the initials of PHP stand for? PHP means PHP: Hypertext Preprocessor. 3) Which programming language does PHP resemble? PHP syntax resembles Perl and C 4) What does PEAR stand for? PEAR …