我無法按照本教程進行操作。以下是我的配置文件。我有正確的地方前端部分?我似乎無法得到這個工作。我到了我的網站/helloworld/index/index
,沒有任何反應。應該發生什麼?Alan Storm「helloworld」config.xml文件
應用程序/代碼/本地/ Alanstormdotcom/Hellowowrld的/ etc/config.xml中:
<config>
<modules>
<Alanstormdotcom_Helloworld>
<version>0.1.0</version>
</Alanstormdotcom_Helloworld>
</modules>
<frontend>
<routers>
<helloworld>
<use>standard</use>
<args>
<module>Alanstormdotcom_Helloworld</module>
<frontName>helloworld</frontName>
</args>
</helloworld>
</routers>
</frontend>
</config>
應用程序/代碼/本地/ Alanstormdotcom /的Helloworld /控制器/ IndexController.php:
class Alanstormdotcom_Helloworld_IndexController extends Mage_Core_Controller_Front_Action {
public function indexAction() {
echo 'Hello Index!';
}
}
應用程序的/ etc /模塊/ Alanstormdotcom_Helloworld.xml
<config>
<modules>
<Alanstormdotcom_Helloworld>
<active>true</active>
<codePool>local</codePool>
</Alanstormdotcom_Helloworld>
</modules>
</config>
在Stack Overflow上縮進代碼示例將確保它們的格式正確。該模塊允許您在訪問URL http://magento.example.com/helloworld時加載打印hello world的URL。總會發生一些事情,但不是你所期望的。描述你的期望與實際發生的事情,人們將能夠幫助你。 – 2011-05-02 19:21:38
我從這個問題中刪除了「storm」標記,但是對於Alan的記錄,它必須很高興擁有自己的標記:) – 2011-05-02 19:22:34
@joseph mastey如果我必須與一段廢話電話分享它,http:// stackoverflow.com/tags/storm – 2011-05-02 20:29:34