> class RowAlternator
> {
> private $on;
> private $off;
> private $state;
>
oops, I only half removed PHP5 only syntax.
class RowAlternator
{
var $on;
var $off;
var $state;
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

