]> git.mxchange.org Git - core.git/commit - inc/config.php
Added basic classes (and unimplemented) for file-based indexes.
authorRoland Haeder <roland@mxchange.org>
Mon, 19 May 2014 19:56:23 +0000 (21:56 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 19 May 2014 19:56:23 +0000 (21:56 +0200)
commit33a077568f330392f1a57f953cc8d94d89b6f949
tree8f3a77d39ce2c4ee82279158144bfccaf16d62b1
parentd59f797828e302b83385c81187f38588931b3967
Added basic classes (and unimplemented) for file-based indexes.

Signed-off-by: Roland Häder <roland@mxchange.org>
14 files changed:
inc/classes/interfaces/index/.htaccess [new file with mode: 0644]
inc/classes/interfaces/index/class_Indexable [new file with mode: 0644]
inc/classes/interfaces/index/class_Indexable.php [new file with mode: 0644]
inc/classes/interfaces/index/stack/.htaccess [new file with mode: 0644]
inc/classes/interfaces/index/stack/class_IndexableStack.php [new file with mode: 0644]
inc/classes/main/factories/index/.htaccess [new file with mode: 0644]
inc/classes/main/factories/index/class_FileStackIndexFactory.php [new file with mode: 0644]
inc/classes/main/index/.htaccess [new file with mode: 0644]
inc/classes/main/index/class_ [new file with mode: 0644]
inc/classes/main/index/class_BaseIndex.php [new file with mode: 0644]
inc/classes/main/index/file_stack/.htaccess [new file with mode: 0644]
inc/classes/main/index/file_stack/class_FileStackIndex.php [new file with mode: 0644]
inc/classes/main/stacker/file/class_BaseFileStack.php
inc/config.php