Joomla Extensions
IOS and Android
eCommerce Templates
Hosting + Joobi Apps + eCommerce Theme
The following lines of code need to be called in order to use Joobi functions or classes in other applications.
These lines of code will load the bear minimum Joobi library necessary to call a class or another Joobi piece of code. Anything else required will automatically loaded when necessary.
if ( ! defined('JOOBI_READY') ) { $joobiEntryPoint = '' ; $status = include( ABSPATH . 'joobi' . DIRECTORY_SEPARATOR . 'entry.php' ); if ( !$status ) { echo "We were unable to load the joobi library."; }//endif }//endif
if ( ! defined('JOOBI_READY') ) { $joobiEntryPoint = '' ; $status = include( JPATH_ROOT . DIRECTORY_SEPARATOR . 'joobi' . DIRECTORY_SEPARATOR . 'entry.php' ); if ( !$status ) { echo "We were unable to load the joobi library."; }//endif }//endif
if ( ! defined('JOOBI_READY') ) { $joobiEntryPoint = '' ; $status = include( $mosConfig_absolute_path . DIRECTORY_SEPARATOR . 'joobi' . DIRECTORY_SEPARATOR . 'entry.php' ); if ( !$status ) { echo "We were unable to load the joobi library."; }//endif }//endif
Joobi uses "evaluate before you buy" approach, we do NOT issue refunds after a subscription is purchased. All basic plan (3 months) includes a back-link to Joobi.org
Use the 30 days trial period before buying Test-drive Joobi products using the demo website For Mobile apps, check our iOS and Android demo