Defines a complete reports/documents system for WAMP applications
...This system is DB driven, using 2 tables to define all templates
To add a new document is only required to update DB.
Sources in github https://github.com/msillano/odtReportSQL
Install:
download all files in www/my_app/
see install.txt file
MongoLantern is an open source full text search server using MongoDB as index storage, which allows MongoLantern to migrate any changes very easily into account using MongoDB API. It's written originally written in PHP can be migrated to any desired language as required using it's future APIs.
MongoLantern 0.7 - Stable/Production Release:
1. MongoLantern API support enabled.
2. CSV indexer added as a plugin.
3. node.js API client added.
PHP-Index uses a plain text file as an index for a efficient search on data. The index is a simple ordered list, so a binary search can be performed. Current implementation supports a XML document as database.