[Phphtmllib-devel] SF.net SVN: phphtmllib:[3319] trunk/phphtmllib/src/mvc/Controller.inc
Status: Beta
Brought to you by:
hemna
From: <he...@us...> - 2010-01-08 03:04:56
|
Revision: 3319 http://phphtmllib.svn.sourceforge.net/phphtmllib/?rev=3319&view=rev Author: hemna Date: 2010-01-08 03:04:39 +0000 (Fri, 08 Jan 2010) Log Message: ----------- make the execute method extendable Modified Paths: -------------- trunk/phphtmllib/src/mvc/Controller.inc Modified: trunk/phphtmllib/src/mvc/Controller.inc =================================================================== --- trunk/phphtmllib/src/mvc/Controller.inc 2010-01-07 20:37:29 UTC (rev 3318) +++ trunk/phphtmllib/src/mvc/Controller.inc 2010-01-08 03:04:39 UTC (rev 3319) @@ -153,7 +153,7 @@ * class * */ - public final function execute() { + public function execute() { $time = microtime(true); @@ -212,4 +212,4 @@ } -?> \ No newline at end of file +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |