Page 1 of 1

Module Request: Generic SQL Query Page

Posted: Wed Apr 18, 2007 10:12 am
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