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 |
|
 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?
 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
 pvdptje - 2014-11-27 15:37:51 - In reply to message 2 from Fauzi Gomez
Thats a clear answer. Thanks.
|