Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
webbasics
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
webbasics
Commits
64ab8c75
Commit
64ab8c75
authored
Jul 16, 2012
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed usless @version tags from all files.
parent
3ad171b6
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1 addition
and
8 deletions
+1
-8
autoloader.php
autoloader.php
+0
-1
base.php
base.php
+0
-1
collection.php
collection.php
+1
-2
logger.php
logger.php
+0
-1
node.php
node.php
+0
-1
router.php
router.php
+0
-1
template.php
template.php
+0
-1
No files found.
autoloader.php
View file @
64ab8c75
...
...
@@ -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
*/
...
...
base.php
View file @
64ab8c75
...
...
@@ -3,7 +3,6 @@
* Commonly used classes used in the WebBasics package.
*
* @author Taddeus Kroes
* @version 1.0
* @date 13-07-2012
*/
...
...
collection.php
View file @
64ab8c75
<?php
/**
* Collection functions, mainly used to manipulate lists of PHPActiveRecord models.
* Collection functions, mainly used to manipulate lists of PHP
ActiveRecord models.
*
* @author Taddeus Kroes
* @version 1.0
* @date 13-07-2012
*/
...
...
logger.php
View file @
64ab8c75
...
...
@@ -3,7 +3,6 @@
* Logging functions.
*
* @author Taddeus Kroes
* @version 1.0
* @date 13-07-2012
*/
...
...
node.php
View file @
64ab8c75
...
...
@@ -3,7 +3,6 @@
* Tree data structure, used for rendering purposes.
*
* @author Taddeus Kroes
* @version 1.0
* @date 13-07-2012
*/
...
...
router.php
View file @
64ab8c75
...
...
@@ -4,7 +4,6 @@
* function (the 'route' to the corresponding output).
*
* @author Taddeus Kroes
* @version 1.0
* @date 14-07-2012
*/
...
...
template.php
View file @
64ab8c75
...
...
@@ -3,7 +3,6 @@
* HTML template rendering functions.
*
* @author Taddeus Kroes
* @version 1.0
* @date 14-07-2012
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment