PHP Classes

Correction

Recommend this page to a friend!

      pConfig  >  All threads  >  Correction  >  (Un) Subscribe thread alerts  
Subject:Correction
Summary:Error in test_config.php
Messages:2
Author:Jack
Date:2005-03-06 20:05:30
Update:2005-03-07 02:01:38
 

  1. Correction   Reply   Report abuse  
Picture of Jack Jack - 2005-03-06 20:05:30
echo (($config->hasChild("child2")) ? "Tem" : "Não tem")." childs<br />";

should be:

echo (($config->hasChilds("child2")) ? "Tem" : "Não tem")." childs<br />";

  2. Re: Correction   Reply   Report abuse  
Picture of Guilherme Blanco Guilherme Blanco - 2005-03-07 02:01:38 - In reply to message 1 from Jack
Thanks for the tip, Jack.

I really apreciate when other people check out my work and even comment about it. =)
If possible, I wanna know your feedback about this class. My mail address is inside the header.

Cheers