Continued:
authorRoland Haeder <roland@mxchange.org>
Tue, 20 Jan 2015 21:45:58 +0000 (22:45 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 20 Jan 2015 21:45:58 +0000 (22:45 +0100)
commit75d22b262f62dd88e577ade6da3d6be9d34b9930
treea2ff7c0e7b1f3c58ca0dc28fd52c676b99631d35
parentf25daeb6fcd61e0ebd12dc45f228b426aa7f89d5
Continued:
- Added new field 'regularExpression' which can be used for validating data
- Added stub application for unit tests on the framework

Signed-off-by: Roland Häder <roland@mxchange.org>
13 files changed:
application/.htaccess [new file with mode: 0644]
application/tests/.htaccess [new file with mode: 0644]
application/tests/class_ApplicationHelper.php [new file with mode: 0644]
application/tests/config.php [new file with mode: 0644]
application/tests/data.php [new file with mode: 0644]
application/tests/debug.php [new file with mode: 0644]
application/tests/exceptions.php [new file with mode: 0644]
application/tests/init.php [new file with mode: 0644]
application/tests/loader.php [new file with mode: 0644]
application/tests/rand.php [new file with mode: 0644]
application/tests/starter.php [new file with mode: 0644]
inc/classes/main/class_BaseFrameworkSystem.php
index.php [new file with mode: 0644]