Can I use the Joomla method of retrieving data to populate some dropdown lists I'm using in my forms using database tables located within my Joomla installation?
It seems that using the following statement fails because it can't find the class.
$database =& JFactory::getDBO();
php error: Fatal error: Class 'JFactory' not found
What do I need to include within my chronoform to use the Joomla database methods to access tables to build my form??
Thanks..
It seems that using the following statement fails because it can't find the class.
$database =& JFactory::getDBO();
php error: Fatal error: Class 'JFactory' not found
What do I need to include within my chronoform to use the Joomla database methods to access tables to build my form??
Thanks..