Always welcome.

Thanks and regards,
Arun
--- "Jodi.AU" <[EMAIL PROTECTED]> wrote:


---------------------------------
hello Arun

thanks for your correction, I tried it and works fine.
and it also give me new knowledge about OOP-PHP coding

Regards
Jodi

arunmohan kamalakannan wrote:

>Dear Jodi,
>Comple the following your modified code which works
>correctly:
><?php
>
>class abjad
>{
>    var $a;
>  
>      function setA()
>    {
>        $this->a = "first alpha";
>    }
>
>    function showA()
>    {
>        echo $this->a."\n";
>    }
>}
>
>$alpha = new abjad();
>$alpha->setA();
>$alpha->showA();
>
>?>
>Just add this pointer to variable.
>
>Thanks and regards,
>Arun
>



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list

      

      SPONSORED LINKS  
                                                Php
mysql                                    Job postings 
                                     
    
---------------------------------
  YAHOO! GROUPS LINKS

  
    Visit your group "php-list" on the web.
   
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
   
    Your use of Yahoo! Groups is subject to the Yahoo!
Terms of Service.

  
---------------------------------





                
__________________________________________________________ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/HKFolB/TM
--------------------------------------------------------------------~-> 

Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to