php Programming Glossary: mainframe
Accessing session data outside Joomla http://stackoverflow.com/questions/1175598/accessing-session-data-outside-joomla JPATH_BASE . DS . 'includes' . DS . 'framework.php' mainframe JFactory getApplication 'site' The above is the basic script..
Joomla Menu In External Page http://stackoverflow.com/questions/12018778/joomla-menu-in-external-page require_once JPATH_BASE .DS.'includes'.DS.'framework.php' mainframe JFactory getApplication 'site' mainframe initialise Second Create.. mainframe JFactory getApplication 'site' mainframe initialise Second Create a menu module for your desired menu..
Access Joomla 2.5 from external script to get article by id http://stackoverflow.com/questions/15042262/access-joomla-2-5-from-external-script-to-get-article-by-id echo JPATH_BASE .DS.'includes'.DS.'framework.php' mainframe JFactory getApplication 'site' mainframe initialise echo mainframe.. mainframe JFactory getApplication 'site' mainframe initialise echo mainframe getCfg 'sitename' articleId JRequest.. JFactory getApplication 'site' mainframe initialise echo mainframe getCfg 'sitename' articleId JRequest getInt 'Itemid' db JFactory..
How to log into joomla through an external script? http://stackoverflow.com/questions/2075335/how-to-log-into-joomla-through-an-external-script Create the Application mainframe JFactory getApplication 'site' jimport 'joomla.plugin.helper'.. '' 'method' 'passwd' perform the login action error mainframe login credentials user JFactory getUser now you are logged in..
How to get current Joomla user with external PHP script http://stackoverflow.com/questions/2445549/how-to-get-current-joomla-user-with-external-php-script .DS.'includes'.DS.'framework.php' Create the Application mainframe JFactory getApplication 'site' Make sure we are logged in at..
what is the “::” notation in php used for? http://stackoverflow.com/questions/6313783/what-is-the-notation-in-php-used-for what it means...also what the the in the front of the call mainframe JFactory getApplication 'site' sql SELECT rt.member_id rt.commission..
include Jfactory class in an external php file, Joomla http://stackoverflow.com/questions/9459430/include-jfactory-class-in-an-external-php-file-joomla . DS . 'libraries' . DS . 'joomla' . DS . 'factory.php' mainframe JFactory getApplication 'site' EDIT You can include only two..
|