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.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is session data?

963


What does a dependant variable mean?

1024


How to get complete current page url in php?

1060


What is the purpose of break and continue statement?

980


What is xss and csrf?

937


what are interfaces and Abstart classes

1999


Which functions are used to count the total number of array elements in php?

1027


Can you use php and javascript together?

1028


Tell me what does the scope of variables means?

943


Will a comparison of an integer 12 and a string "13" work in php?

952


> symbol is used to redirect the output of a command. State Whether True or False?

1156


Tell me what sized websites have you worked on in the past?

897


What is $_ request in php?

894


How do you use end in python?

1042


What is a php session?

1055