[puntoengine] r104 committed - Delete all close php tag

0 views
Skip to first unread message

punto...@googlecode.com

unread,
Nov 4, 2011, 8:34:13 PM11/4/11
to punto...@googlegroups.com
Revision: 104
Author: jba...@gmail.com
Date: Fri Nov 4 17:33:02 2011
Log: Delete all close php tag
http://code.google.com/p/puntoengine/source/detail?r=104

Modified:
/trunk/puntoengine/controllers/ExampleController.php
/trunk/puntoengine/core/Kernel.php
/trunk/puntoengine/core/Object.php
/trunk/puntoengine/core/database/Database.php
/trunk/puntoengine/core/exceptions/CoreException.php
/trunk/puntoengine/core/exceptions/ExceptionCodes.php
/trunk/puntoengine/core/exceptions/IOException.php
/trunk/puntoengine/core/exceptions/NotImplementedException.php
/trunk/puntoengine/core/exceptions/XmlException.php
/trunk/puntoengine/core/http/HttpController.php
/trunk/puntoengine/core/http/HttpMethods.php
/trunk/puntoengine/core/http/HttpRequest.php
/trunk/puntoengine/core/http/HttpResponse.php
/trunk/puntoengine/core/http/HttpServlet.php
/trunk/puntoengine/core/http/HttpWebConnection.php
/trunk/puntoengine/core/http/Url.php
/trunk/puntoengine/core/plugin/Hook.php
/trunk/puntoengine/core/plugin/HookTypes.php
/trunk/puntoengine/core/plugin/Plugin.php
/trunk/puntoengine/core/plugin/PluginManager.php
/trunk/puntoengine/core/xml/XmlDocument.php
/trunk/puntoengine/core/xml/XmlNode.php

=======================================
--- /trunk/puntoengine/controllers/ExampleController.php Fri Nov 4
17:23:09 2011
+++ /trunk/puntoengine/controllers/ExampleController.php Fri Nov 4
17:33:02 2011
@@ -39,4 +39,3 @@
//Process the action, connect to database, etc
}//otherAction
}//ExampleController
-?>
=======================================
--- /trunk/puntoengine/core/Kernel.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/Kernel.php Fri Nov 4 17:33:02 2011
@@ -450,4 +450,3 @@
die;
}//exceptionHandler
}//Kernel
-?>
=======================================
--- /trunk/puntoengine/core/Object.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/Object.php Fri Nov 4 17:33:02 2011
@@ -168,4 +168,3 @@
throw new NotImplementedException(__CLASS__ . '::' . __METHOD__);
}//toXml
}//Object
-?>
=======================================
--- /trunk/puntoengine/core/database/Database.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/database/Database.php Fri Nov 4 17:33:02 2011
@@ -78,4 +78,3 @@
return mysql_fetch_assoc($this->results);
}//fetch
}//Database
-?>
=======================================
--- /trunk/puntoengine/core/exceptions/CoreException.php Fri Nov 4
17:23:09 2011
+++ /trunk/puntoengine/core/exceptions/CoreException.php Fri Nov 4
17:33:02 2011
@@ -31,4 +31,3 @@
parent::__construct($message, $code);
}//__construct
}//CoreException
-?>
=======================================
--- /trunk/puntoengine/core/exceptions/ExceptionCodes.php Fri Nov 4
17:23:09 2011
+++ /trunk/puntoengine/core/exceptions/ExceptionCodes.php Fri Nov 4
17:33:02 2011
@@ -55,4 +55,3 @@
*/
const XML_NODENOTFOUND = 1201;
}//ExceptionCodes
-?>
=======================================
--- /trunk/puntoengine/core/exceptions/IOException.php Fri Nov 4 17:23:09
2011
+++ /trunk/puntoengine/core/exceptions/IOException.php Fri Nov 4 17:33:02
2011
@@ -35,4 +35,3 @@
parent::__construct($code, $message);
}//CoreException
}//IOException
-?>
=======================================
--- /trunk/puntoengine/core/exceptions/NotImplementedException.php Fri Nov
4 17:23:09 2011
+++ /trunk/puntoengine/core/exceptions/NotImplementedException.php Fri Nov
4 17:33:02 2011
@@ -31,4 +31,3 @@
parent::__construct($code, $message);
}//__construct
}//NotImplementedException
-?>
=======================================
--- /trunk/puntoengine/core/exceptions/XmlException.php Fri Nov 4 17:23:09
2011
+++ /trunk/puntoengine/core/exceptions/XmlException.php Fri Nov 4 17:33:02
2011
@@ -31,4 +31,3 @@
parent::__construct($code, $message);
}//__construct
}//XmlException
-?>
=======================================
--- /trunk/puntoengine/core/http/HttpController.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/http/HttpController.php Fri Nov 4 17:33:02 2011
@@ -81,4 +81,3 @@
$this->master = $masterpage;
}//setMasterPage
}//HttpController
-?>
=======================================
--- /trunk/puntoengine/core/http/HttpMethods.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/http/HttpMethods.php Fri Nov 4 17:33:02 2011
@@ -35,4 +35,3 @@
*/
const SERVICE = 'SERVICE';
}//HttpMethods
-?>
=======================================
--- /trunk/puntoengine/core/http/HttpRequest.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/http/HttpRequest.php Fri Nov 4 17:33:02 2011
@@ -123,4 +123,3 @@
$this->params[$key] = $value;
}
}//HttpRequest
-?>
=======================================
--- /trunk/puntoengine/core/http/HttpResponse.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/http/HttpResponse.php Fri Nov 4 17:33:02 2011
@@ -196,4 +196,3 @@
return $out;
}//addTemplate
}//HttpResponse
-?>
=======================================
--- /trunk/puntoengine/core/http/HttpServlet.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/http/HttpServlet.php Fri Nov 4 17:33:02 2011
@@ -392,4 +392,3 @@
$this->out = $html;
}//processException
}//HttpServlet
-?>
=======================================
--- /trunk/puntoengine/core/http/HttpWebConnection.php Fri Nov 4 17:23:09
2011
+++ /trunk/puntoengine/core/http/HttpWebConnection.php Fri Nov 4 17:33:02
2011
@@ -71,4 +71,3 @@
return $response;
}//connect
}//HttpWebConnection
-?>
=======================================
--- /trunk/puntoengine/core/http/Url.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/http/Url.php Fri Nov 4 17:33:02 2011
@@ -74,4 +74,3 @@
return $controllers;
}//getControllers
}//Url
-?>
=======================================
--- /trunk/puntoengine/core/plugin/Hook.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/plugin/Hook.php Fri Nov 4 17:33:02 2011
@@ -188,4 +188,3 @@
$this->hookType = $hookType;
}//setHookType
}//Hook
-?>
=======================================
--- /trunk/puntoengine/core/plugin/HookTypes.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/plugin/HookTypes.php Fri Nov 4 17:33:02 2011
@@ -52,4 +52,3 @@
*/
const CALL_DO_BASE_SERVICE = 'CALL_DO_BASE_SERVICE';
}//HookTypes
-?>
=======================================
--- /trunk/puntoengine/core/plugin/Plugin.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/plugin/Plugin.php Fri Nov 4 17:33:02 2011
@@ -45,4 +45,3 @@
*/
abstract public function declareHooks();
}//Plugin
-?>
=======================================
--- /trunk/puntoengine/core/plugin/PluginManager.php Fri Nov 4 17:23:09
2011
+++ /trunk/puntoengine/core/plugin/PluginManager.php Fri Nov 4 17:33:02
2011
@@ -89,4 +89,3 @@
}
}//executeHook
}//HookManager
-?>
=======================================
--- /trunk/puntoengine/core/xml/XmlDocument.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/xml/XmlDocument.php Fri Nov 4 17:33:02 2011
@@ -126,4 +126,3 @@
return $nodes;
}//selectNodes
}//XmlDocument
-?>
=======================================
--- /trunk/puntoengine/core/xml/XmlNode.php Fri Nov 4 17:23:09 2011
+++ /trunk/puntoengine/core/xml/XmlNode.php Fri Nov 4 17:33:02 2011
@@ -45,4 +45,3 @@
return $this->node->nodeValue;
}//getValue
}//XmlNode
-?>

Reply all
Reply to author
Forward
0 new messages