モジュールを手動でインストールしようとしています。システムを学び、理解しようとしています。このディレクトリを作成したため、多少機能します
/modules/Wowproducts/views/view.list.php
class WowproductsViewList extends ViewList
{
public function display()
{
echo 'test';
$GLOBALS['mod_strings'] = return_module_language($GLOBALS['current_language'], 'Calendar');
//require_once('modules/Calendar/index.php');
}
}
入力すると test という単語が表示されます
index.php?module=Wowproducts&action=index
そして私はそれを見る
ただし、エントリポイントファイルが検出されません
Wowproducts.php