¡@

Home 

php Programming Glossary: jimport

Joomla Menu In External Page

http://stackoverflow.com/questions/12018778/joomla-menu-in-external-page

put the following code where you want the put that menu jimport 'joomla.application.module.helper' module JModuleHelper getModules..

How to Save Uploaded File's Name on Database

http://stackoverflow.com/questions/12927464/how-to-save-uploaded-files-name-on-database

'files' 'array' path JPATH_BASE Make the file name safe. jimport 'joomla.filesystem.file' file 'name' 'invoice' JFile makeSafe.. 'Restricted access' import Joomla controllerform library jimport 'joomla.application.component.controllerform' GoNewsletter Controller.. Uploading the file Neccesary libraries and variables jimport 'joomla.filesystem.folder' jimport 'joomla.filesystem.file'..

How to log into joomla through an external script?

http://stackoverflow.com/questions/2075335/how-to-log-into-joomla-through-an-external-script

the Application mainframe JFactory getApplication 'site' jimport 'joomla.plugin.helper' credentials array credentials 'username'..

how to use Jquery AJAX in Joomla Components?

http://stackoverflow.com/questions/3157488/how-to-use-jquery-ajax-in-joomla-components

direct access defined '_JEXEC' or die 'Restricted access' jimport 'joomla.application.component.view' HTML View class for the..

Logging in Joomla platform 11 JLog

http://stackoverflow.com/questions/7586142/logging-in-joomla-platform-11-jlog

changed a bit indeed in Joomla 1.7 Include the JLog class. jimport 'joomla.log.log' Add the logger. JLog addLogger Pass an array..