Re: [Koha] A database table-driven Koha OPAC Page

2016-10-07 Thread Barton Chittenden
On Thu, Oct 6, 2016 at 1:32 PM, Admire Mutsikiwa wrote: > Mutsikiwa Mr. Mutsikiwa, You may want to look at Koha plugins, which allow for extension of Koha without modifying the base modules. It's entirely possible to create tables in a plugin as well. See https://github.com/bywatersolutions/

[Koha] A database table-driven Koha OPAC Page

2016-10-06 Thread Admire Mutsikiwa
Hi I would like to create an additional Koha OPAC page that would be populated by a database table using perl programming language. I have followed the wiki https://wiki.koha-community.org/wiki/Koha_as_a_CMS and for static HTML pages, I have managed to create an additional page. Any pointers wi