Does php support inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
What is a php session?
How can we convert asp pages to PHP pages?
How you can update memcached when you make changes to php?
Is age nominal or ordinal?
In How many ways can u represent Not equal?Give Syntax of all ways..
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
can anyone explain about stored procedure,Triggers and transaction in php?
What is php's mysqli extension?
How can we extract string ?allinterview.com ? from a string ?http://info@allinterview.com? using regular expression of PHP?
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.
What are the 3 scope levels available in php and how would you define them?
Define about declare construct?