Home
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 - Joomlajoomla1
Authentication - LDAPldap2
Authentication - GMailgmail4
Authentication - OpenIDopenid3
User - Joomla!joomla0
Search - Contentcontent1
Search - Contactscontacts3
Search - Categoriescategories4
Search - Sectionssections5
Search - Newsfeedsnewsfeeds6


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}