How do I get the count() value for an array?
I have the following loop:
bc
foreach($this->objAllyAllies as $alliesArray
.bc
But before I enter it, I want to know what the total is, I think there is just a count method but can't find it in my generated code.
Thanks.