Does php support inheritance?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

What is a php session?

0 Answers  


How can we convert asp pages to PHP pages?

3 Answers   Agile Software,


How you can update memcached when you make changes to php?

0 Answers  


Is age nominal or ordinal?

0 Answers  


In How many ways can u represent Not equal?Give Syntax of all ways..

3 Answers  






class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line

1 Answers  


can anyone explain about stored procedure,Triggers and transaction in php?

2 Answers  


What is php's mysqli extension?

0 Answers  


How can we extract string ?allinterview.com ? from a string ?http://info@allinterview.com? using regular expression of PHP?

6 Answers  


I created a new joomla module for administrator. when am going to install this, it is going "joomla/modules" path. but, i want to install this in the "joomla/administration/modules" path.

2 Answers  


What are the 3 scope levels available in php and how would you define them?

0 Answers  


Define about declare construct?

0 Answers  


Categories