Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
r104 committed - Delete all close php tag
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
puntoeng...@googlecode.com  
View profile  
 More options Nov 4 2011, 8:34 pm
From: puntoeng...@googlecode.com
Date: Sat, 05 Nov 2011 00:34:13 +0000
Local: Fri, Nov 4 2011 8:34 pm
Subject: [puntoengine] r104 committed - Delete all close php tag
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
-?>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »