Re: How to a list link?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



hi,
you can find classes to do a linked list on PHP Classes
(http://www.phpclasses.org).

bye,
Paolo 



2005/9/3, Oreste Attanasio <attanasio@xxxxxxxxx>:
>  Probably he's talking about linked lists ... If so an approach in php
>  would be the OO one:
>  
>  class List {
>  
>  var previous;
>  var next;
>  var contents;
>  
>    function List ( $p, $n, $c) {
>     $this->previous = $p;
>     $this->next = $n;
>     $this->contents = $c;
>  }
>  
>  
>  
>  that's the simplest (very exendable way)
>  
>  greet
>  
>  
>  }
>  
>  -- 
>  Oreste Attanasio
>  
> 
>  PHP Data object relational mapping generator -
> http://www.meta-language.net/ 
> 
>  
> 
>  
>  SPONSORED LINKS 
>  Php developer Basic programming language Computer programming languages 
>  Programming languages Object oriented programming tutorial Java programming
> language 
>  
>  ________________________________
>  YAHOO! GROUPS LINKS 
>  
>  
>  Visit your group "php-objects" on the web.
>   
>  To unsubscribe from this group, send an email to:
>  php-objects-unsubscribe@xxxxxxxxxxxxxxx
>   
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
>  
>  ________________________________
>




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

PHP Data object relational mapping generator - http://www.meta-language.net/ 
Yahoo! Groups Links

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

<*> To unsubscribe from this group, send an email to:
    php-objects-unsubscribe@xxxxxxxxxxxxxxx

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



[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux