[puntoengine] r95 committed - * Deleted import reference in Object class...

0 views
Skip to first unread message

punto...@googlecode.com

unread,
Nov 1, 2011, 4:34:46 PM11/1/11
to punto...@googlegroups.com
Revision: 95
Author: jba...@gmail.com
Date: Tue Nov 1 13:34:09 2011
Log: * Deleted import reference in Object class
* Added documentation for HttpController
http://code.google.com/p/puntoengine/source/detail?r=95

Added:
/trunk/puntoengine/core/http/HttpController.php
Modified:
/trunk/puntoengine/core/Object.php

=======================================
--- /dev/null
+++ /trunk/puntoengine/core/http/HttpController.php Tue Nov 1 13:34:09 2011
@@ -0,0 +1,26 @@
+<?php
+/**
+ * Source code of HttpController class
+ * @category puntoengine
+ * @package core
+ * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @since 0.4.0
+ */
+
+
+
+/**
+ * HttpController is a base controller class.
+ * The controller who are the request, have a differents methods
+ * to catch the differents types of request and others utilities methods
+ * same throw error, load a template or redirect to other page.
+ * @category puntoengine
+ * @package core
+ * @subpackage http
+ * @author Juan Benavides Romero <juan.benav...@gmail.com>
+ * @since 0.4.0
+ */
+class HttpController extends Object {
+
+}//HttpController
+?>
=======================================
--- /trunk/puntoengine/core/Object.php Tue Nov 1 13:25:38 2011
+++ /trunk/puntoengine/core/Object.php Tue Nov 1 13:34:09 2011
@@ -6,7 +6,6 @@
* @author Juan Benavides Romero <juan.benav...@gmail.com>
* @since 0.4.0
*/
-Kernel::import('core.exceptions');

Reply all
Reply to author
Forward
0 new messages