CJOE'S PROGRAM NOTE - Do Something Cool
橫幅廣告
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
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)