Re: [PHP-DEV] tidy->repairString and repairFile

2004-07-06 Thread John Coggeshall
On Sun, 4 Jul 2004, Nuno Lopes wrote: > > Maybe John has to make this methods static and they will work just like > the > > functions. As I just e-mailed Nuno, that's exactly what theyt should be (static methods). I've been away from e-mail for the past for days because of my move to NYC, but

Re: [PHP-DEV] tidy->repairString and repairFile

2004-07-04 Thread Andrey Hristov
Quoting Nuno Lopes <[EMAIL PROTECTED]>: > > Maybe John has to make this methods static and they will work just like > the > > functions. > > > > Regards, > > Andrey > > > Thats a good idea! But as we already have the non-OO function, I don't know > if it worth to create the static methods. > Nuno

Re: [PHP-DEV] tidy->repairString and repairFile

2004-07-04 Thread Nuno Lopes
> Maybe John has to make this methods static and they will work just like the > functions. > > Regards, > Andrey Thats a good idea! But as we already have the non-OO function, I don't know if it worth to create the static methods. Nuno -- PHP Internals - PHP Runtime Development Mailing List To

Re: [PHP-DEV] tidy->repairString and repairFile

2004-07-04 Thread Andrey Hristov
Nuno Lopes wrote: Hello, Today I was finishing writing the tidy docs and I've noted that the functions $tidy->repairString() and $tidy->repairFile() simply don't work! And I think these functions should be removed. I'll explain: non-OO way: OO way: repairString($html)); echo $html; ?> The non-OO w

[PHP-DEV] tidy->repairString and repairFile

2004-07-04 Thread Nuno Lopes
Hello, Today I was finishing writing the tidy docs and I've noted that the functions $tidy->repairString() and $tidy->repairFile() simply don't work! And I think these functions should be removed. I'll explain: non-OO way: OO way: repairString($html)); echo $html; ?> The non-OO way is very si