Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Give small demo of writting OOP in PHP-mysql.



Give small demo of writting OOP in PHP-mysql...

Answer / prakash1991

class class_name extends base_class
{
function function_name()
{
// call base class function
$this->base_class_function();
// function body
}
}

call the function from out side whenever you use

//include the php file where you write the class
include_once 'class_file.php';

$variable_name = new class_name()

// set the variable value that you want to use in function
$variable_name->class_Variable = "";

//call the function
$variable_name->function_name();

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Is it worth learning php in 2019?

0 Answers  


What is the role of the .htaccess file in php?

0 Answers  


What are the disadvantages of php?

0 Answers  


How to pass an argument to a function?

0 Answers  


What is pdo in php why use?

0 Answers  


Tell me what is use of in_array() function in php?

0 Answers  


How a constant is defined in a php script?

0 Answers  


hi..this is kumar...how m,uch time req for php preparation?is any coaching avaiable in vizag for php?

3 Answers  


Explain type casting and type juggling.

0 Answers  


Inside a php function, what param needs to be set in order to access a global variable?

0 Answers  


How to retrieve the original query string?

0 Answers  


What are php variables?

0 Answers  


Categories