[pmwiki-users] Request input on soon-coming FAST Data release

Dominique Faure dominique.faure at gmail.com
Mon Oct 9 09:46:49 CDT 2006


On 10/9/06, Crisses <crisses at kinhost.org> wrote:
>
> On Oct 9, 2006, at 9:45 AM, Crisses wrote:
>
> >
> > class Shoelaces {
> >       $tied = false;
> >       $double = false;
> > ...
> > }
>
>
> My syntax bad
>
> var $tied = false;
> var $double = false;
>
> Crisses
>

Here's some references which could be useful (everybody needs to learn
how to walk before trying to run):

* PHP 101: PHP FOR THE ABSOLUTE BEGINNER
  http://devzone.zend.com/node/view/id/627

  more precisely:
  PHP 101 (PART 7): THE BEAR NECESSITIES
  A gentle introduction to object oriented programming in PHP 4 and PHP 5.
  http://devzone.zend.com/node/view/id/638

* PHP Manual
  http://www.php.net/manual/en/

* And the *huge* material you may found on these subject with google...

Regards,
Dom




More information about the pmwiki-users mailing list