@@ -3,7 +3,6 @@
* A tool for autoloading PHP classes within a root directory and namespace.
*
* @author Taddeus Kroes
- * @version 1.0
* @date 13-07-2012
*/
* Commonly used classes used in the WebBasics package.
@@ -1,9 +1,8 @@
<?php
/**
- * Collection functions, mainly used to manipulate lists of PHPActiveRecord models.
+ * Collection functions, mainly used to manipulate lists of PHP ActiveRecord models.
* Logging functions.
* Tree data structure, used for rendering purposes.
@@ -4,7 +4,6 @@
* function (the 'route' to the corresponding output).
* @date 14-07-2012
* HTML template rendering functions.