Re: [PHP] Array length

2002-02-06 Thread pioneer

On Wed, 6 Feb 2002, David Orn Johannsson wrote:

> Isin’t there a function to determine the length of an array? I can’t
> seem to find it in the manual

http://www.php.net/manual/en/function.count.php

--
Nick Winfield.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] classes & $this->

2002-02-01 Thread pioneer


On Fri, 1 Feb 2002, Phil Schwarzmann wrote:

> Can anyone direct me to a nice site that will take my hand and walk me
> through the basics of classes and $this->
>
> Ive written a few really good PHP sites and haven't had to use either of
> the two and Im sure Im missing out on some essentials to good coding.
>
> Thanks!
>

I've written a small tutorial on OOP which I intend to expand - I'm not a
great teacher, but people who have used it said it helped them understand
some of the fundamentals.


http://www.pi0.org/php.php


Cheers,

Nick Winfield.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]