PHP Classes

Its the first time I see a php class methods returning (strin...

Recommend this page to a friend!

      PHPBB 3 Integration class  >  All threads  >  Its the first time I see a php class...  >  (Un) Subscribe thread alerts  
Subject:Its the first time I see a php class...
Summary:Package rating comment
Messages:1
Author:Eddy Vlad
Date:2009-10-27 08:03:51
 

Eddy Vlad rated this package as follows:

Utility: Insufficient
Consistency: Sufficient
Examples: Insufficient

  1. Its the first time I see a php class...   Reply   Report abuse  
Picture of Eddy Vlad Eddy Vlad - 2009-10-27 08:03:51
Its the first time I see a php class methods returning (string)SUCCESS or (string)FAIL instead of (bool)TRUE or (bool)FALSE. Not ideal.

The user_add method should integrate tightly into ucp module rather than handling the users variables manually.

I ended up not using the class at all.