DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PHP
php call method from another class
$classA
=
new
ClassA
(
)
;
$name
=
$classA
->
getName
(
)
;
echo
$name
;
//Prints John
PREVIOUS
NEXT
Tagged:
#php
#call
#method
#class
ADD COMMENT
Topic
COMMENT
Name
1+2 =
Submit