Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在努力创建一个脚本,它可以让程序按照 Magento 的方式自行设置。
我的意思是我想让用户在输入框中输入他的主机名、用户名、密码、数据库名称,然后将其与我的文件一起存储在某个地方。
我完全不知道我应该直接编写一个代码来为自己创建一个 connect.php 文件,或者我应该将值存储在文本或任何具有某种 xyz 格式的 soe 文件中,然后每次都访问它以建立连接数据库。
无论哪种情况,请帮助我。
您需要通过模块 system.xml 文件进行一些存储配置。然后您可以通过 Magento Administration 保存配置,并通过Mage:getStoreConfig().
Mage:getStoreConfig()
Alan Storm 对此有一个很好的教程,因此无需再解释:
http://alanstorm.com/custom_magento_system_configuration