How do you call a constructor for a parent class?


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

Post New Answer

More PHP Interview Questions

How can we destroy the cookie?

4 Answers  


What is the advantge and disadvantage of mysql_connet() and mysql_pconnect() ? in which condition will you use mysql_connect() and mysql_pconnect().

2 Answers   Avanigoradia,


What is the main difference between require() and include()?

0 Answers  


does PHP support foreign key and Rollback?yes or not.if not then why. how will you done these concept in php?

1 Answers   Avanigoradia, Primus Global,


client side scripting language Vs server side scripting language

7 Answers   IBM, IRT,






What is cookies php?

0 Answers  


Does php have block scope?

0 Answers  


In how many ways we can retrieve the date in the result set of mysql using PHP?

5 Answers   Yahoo,


What are the difference between array_keys() and array_key_exists() in php?

0 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  


•How to upload files using PHP?

3 Answers  


How to enable cURL in PHP?

0 Answers   HCL,


Categories