Module Request: Generic SQL Query Page

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
blast

Module Request: Generic SQL Query Page

Post by blast »

Hi all,
first of all I want to thanks all CMSMS developer and community for the great job already done.

Testing CMSMS I can't find a way to display generic data inside DB on a page eg.
Data table

 
    id
    office
    phone
    fax
 
 
    1
    sales
    555-43825 
    555-43821
 
 
    2
    marketing
    555-43824 
    555-43822
 
 
    3
    it
    555-43826 
    555-43828
 



I want to create a common template for "office details" that display the above data on relative page. eg.
www.example.com/index.php?page=office1
or
www.example.com/index.php?page=office2
or
www.example.com/index.php?page=office3

I've already tried with UTM but I don't know how to develop a template with  query and parameters.

Any suggestion?
Regards
blast
Post Reply

Return to “Developers Discussion”