This page shows the example of combining Art Data plugins together: Art SQL Table to get data from database and Art Flexigid to display data in nice table
| Name | Element | Ordering |
|---|
| Authentication - Joomla | joomla | 1 | | Authentication - LDAP | ldap | 2 | | Authentication - GMail | gmail | 4 | | Authentication - OpenID | openid | 3 | | User - Joomla! | joomla | 0 | | Search - Content | content | 1 | | Search - Contacts | contacts | 3 | | Search - Categories | categories | 4 | | Search - Sections | sections | 5 | | Search - Newsfeeds | newsfeeds | 6 |
The plugin code is:
{artflexigrid title="Getting data from database and displaying in Art Flexigrid"}
{artsqltable query="SELECT name, element, ordering from #__plugins LIMIT 0,10" headerNames="Name, Element, Ordering" headers="name,element,ordering"}
{/artsqltable}
{/artflexigrid}
|