Custom page with content

Permalink
I have a couple clients that have a lot of information stored in a database. For example, if they have a big annual meeting, and they need to show sessions, hosts, classes, etc. So they have a db table that has hosts, another with classes, and another with sessions. I would like them to be able to add that information in the admin. They can create a list of teachers, then when they go to a class and then select from a dropdown menu the list of teachers, then enter in class information, etc etc.

Any help in direction would be much appreciated. Even if it's as simple as terms that I can look up and explore the options :)

baskettcase
 
frz replied on at Permalink Reply
frz
go looking at how to make a custom block in documentation, that's how we'd do this.
baskettcase replied on at Permalink Reply
baskettcase
That would be for the admin interface also?
kalaiprakash replied on at Permalink Reply
kalaiprakash
You can check this free addon Database manager,http://www.concrete5.org/marketplace/addons/database-manager/...

It adds a new menu to admin dashboard using single pages technique. Similarly, in that view.php modify it as per your needs to add/edit/delete records of your database table.
baskettcase replied on at Permalink Reply
baskettcase
Cool thanks, Ill check it out! Thanks both of you! :)

So I would be able to have multiple instances of this? Looks like it has potential.

Thanks!