summaryrefslogtreecommitdiff
path: root/include/array.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-14 09:39:14 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-14 09:39:14 +0100
commitc9274ab3c422390998e628820afc6a27c12a1a57 (patch)
tree7f416700947dfea34428c1e2ff8d0ebfba69dfd5 /include/array.h
parent684f81e8bcbadc3d522e6557161275deaad4fd3b (diff)
introduced super globals Php::POST, Php::GET, et cetera, fixed setting array members, introduced Value::attach() method
Diffstat (limited to 'include/array.h')
-rw-r--r--include/array.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/include/array.h b/include/array.h
index dcd5e5f..26fec24 100644
--- a/include/array.h
+++ b/include/array.h
@@ -12,7 +12,7 @@
* Set up namespace
*/
namespace Php {
-
+
/**
* Class definition
*/
@@ -124,11 +124,6 @@ public:
};
/**
- * Define for arrays and objects
- */
-using Array = Array;
-
-/**
* End of namespace
*/
}