橫幅廣告

2012年11月15日 星期四

Joomla redirect with message

If you want to use redirect function with a message to display message on screen, we can use as following codes:

JFactory::getApplication()->redirect(JRoute::_('PATH'), 'your message');

2012年11月7日 星期三

取得Joomla的安裝路徑

JPATH_SITE 這個constant可以讓我們取得joomla的安裝位置
ex:
echo JPATH_SITE;

c:\AppServ\www\your_joomla