am developing a plugin which needs it's own database to work. so please someone please tell me how to integrate the database with the plugin........
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- ihayredinov@ihayredinov

ihayredinov - 0 likes
- Matt Beckett@Beck24

Matt Beckett - 0 likes
You must log in to post replies.It's usually a very bad idea to use your own tables. We have had to rewrite several projects we have inherited from other developer teams to convert custom tables into Elgg entities.
I can think of very few cases where that would be justified. First explore existing data model - entities, metadata, annotations and relationships. Most likely you can achieve your goals without having to maintain a separate table. You are bound to run into performance issues, access-related problems etc.
If you still have to, take a look at hypeGeo. It uses a custom table.
Seconded ^