Posted by astrapils on 06/16/07 09:44
Have you read this?
http://www.php.net/manual/en/language.oop5.basic.php
pelon wrote:
> Hey!
>
> I'm new to OO in PHP but somewhat familiar with this paridigm in
> JAVA....
>
> So I was wondering if it is possible to have within a PHP script
> something equivalent to a main method as it is possible in JAVA....
>
> For example:
>
> class myclass{
> //my class's code
> }
>
> //Here is where I want to create a main method... or a function that
> gets automatically called when the script is executed... that way this
> "main" method would create instances of "myclass" and use them...
>
>
> Cheers!
>
> Jose
Navigation:
[Reply to this message]
|