<?php /* * Demo page. * @version 1.0 * @copyright 2012 Naeem Mahmood * @author Naeem Mahmood (email: link.naeem@gmail.com) * @link http://www.naeemrana.com */ //include the main class file include 'taxonomy.php'; // Initialze Taxonomy class and pass prefix to Taxnomy construct or empty $taxObj = new Taxonomy('prefix_'); //getting data $description = $taxObj->Description(); $image_address = $taxObj->TaxImage('image'); $web_link = $developer->TaxMeta('color'); $web_link = $developer->TaxMeta('web_link');