From: <ru...@us...> - 2010-06-08 08:23:02
|
Revision: 7493 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7493&view=rev Author: rurban Date: 2010-06-08 08:22:56 +0000 (Tue, 08 Jun 2010) Log Message: ----------- document new php5 version Modified Paths: -------------- trunk/lib/HtmlElement.php Modified: trunk/lib/HtmlElement.php =================================================================== --- trunk/lib/HtmlElement.php 2010-06-08 08:22:22 UTC (rev 7492) +++ trunk/lib/HtmlElement.php 2010-06-08 08:22:56 UTC (rev 7493) @@ -4,6 +4,7 @@ * @author: Jeff Dairiki * * This code is now php5 compatible. --2004-04-19 23:51:43 rurban + * php-5.3 uses now HtmlElement5.php with public static * * Todo: Add support for a JavaScript backend, a php2js compiler. * HTML::div(array('onClick' => 'HTML::div(...)')) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |