English 中文(简体)
Magento 扩展扩展设置
原标题:Magento extension settings
  • 时间:2012-05-25 14:24:34
  •  标签:
  • php
  • magento

如何在 Magento 扩展名中添加“ 设置 ”? 比如, 给它一套用户在安装时设定的“ 设置 ” ( 编辑 XML) 的“ 设置 ” 独有的证书 。

我读到< a href=> http://inchoo.net/ecommerce/ mergicial/ morgio/create- configisation-for-your-mexito-extension/" rel="nofollow" > this 您必须创建一个“全球”设置文件, system.xml , 但我更希望有一个投放文件, 以便于安装 。

有任何帮助吗 干杯

问题回答

阅读此教程后, 它会详细解释给您听 :

http://arantorm.com/custom_mgentro_system_configation" rel=“nofollow'>http://alantorm.com/custom_mgentro_system_configation

如有问题,请通知我,但是,在这个链接中,这个问题解释得非常清楚。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签