我正在開發一個joomla3.2組件。 爲了使用標籤,我已經加入了JTableObserverTags我JTable,像這樣: class FoodAndDeliveryTableItem extends JTable
{
public function __construct(&$db)
{
parent::__construct('#__foodanddeli
我想將模塊的參數發送給Joomla 3中的組件(它是顯示其文章的日期)。 所以我通過GET方法發送的日期是這樣的: <a href="http://127.0.0.1/web43/archives.html?date=2014-12-29&option=com_arch&Itemid=10371">
list of articles on 2014/12/29
</a>
一切正常。