close-up-code-coding-1089440

Javascript

Q1. What is JavaScript? A: JavaScript is a client side scripting language, that can be inserted into HTML pages and is understood by web browsers. Q2. What is ‘this’ keyword? …

man-using-ballpoint-pen-374820

MySql

Q1. What is the difference between Where and having clause? A: HAVING specifies search condition for a group or an aggregate function used in SELECT statement. HAVING is typically used …

Ruby On Rails

Q1: What does ruby name refer to? – Ruby on Rails A: Ruby names refer to the classes, variables, methods, constants and modules that help in the creation of the …

Magento

Q1. Explain Magento’s MVC architecture? Q2. What is EAV in Magento? Q3. How Magento ORM works? A: ORM stands for Object Relational Mapping. It is programming technique used to convert …

pexels-compile

CodeIgniter

Q1. What are the features of codeigniter? Q2. Explain MVC in Codeigniter? Q3: What are the hooks in codeigniter? A: Hooks provides a means to tap into and modify the …

Joomla

Q1. If you have Joomla site with component named ‘hello’, model name as ‘hi’. What would be the model class name? A: HelloModelHi Q2.Does Joomla create MySql database during setup? …

pexels-photo-261662

WordPress

Administration & Content Management Q1. Can we schedule post for the future publishing date? Answer: Yes. In the “Publish” settings of the editor, change the date from “Immediately” to a future date. …

Core PHP

Q1. Who is the father of PHP?A: Rasmus Lerdorf. Q2: What is PHP?A: PHP stands for “Hypertext Preprocessor”.It’s a open source server-side scripting language that is widely used for web …