PHP Classes

Alright we have a class that spits out some HTML, but what's ...

Recommend this page to a friend!

      Easy HTML Class  >  All threads  >  Alright we have a class that spits...  >  (Un) Subscribe thread alerts  
Subject:Alright we have a class that spits...
Summary:Package rating comment
Messages:3
Author:pvdptje
Date:2014-03-14 14:38:52
Update:2014-03-14 16:24:28
 

pvdptje rated this package as follows:

Utility: Sufficient
Consistency: Sufficient
Examples: Sufficient

  1. Alright we have a class that spits...   Reply   Report abuse  
Picture of pvdptje pvdptje - 2014-03-14 14:38:52
Alright we have a class that spits out some HTML, but what's the advantage of using your static methods against plain html?

  2. Re: Alright we have a class that spits...   Reply   Report abuse  
Picture of Fauzi Gomez Fauzi Gomez - 2014-03-14 16:24:28 - In reply to message 1 from pvdptje
Hi pvdptje

the advantage should depend individually on each user, it might NOT be useful for some ones, and might be to others.

I really wanted to simplify my development needs and this methods allows me to focus more in the PHP, only have to touch the HTML part when I need a specific usage of HTML than the class do not support.

I just wanted to share, hopefully some one might find it useful.

Regards

  3. Re: Alright we have a class that spits...   Reply   Report abuse  
Picture of pvdptje pvdptje - 2014-11-27 15:37:51 - In reply to message 2 from Fauzi Gomez
Thats a clear answer. Thanks.