Extjs 4.0上的PHP Mysql

时间:2011-12-19 17:39:01

标签: php mysql extjs4

你能否建议我使用Php / Mysql连接在Extjs4.0上使用一些编码技术的好网站链接。

我曾尝试检查sencha.com但无法链接到php / Mysql。

如果你已经做过,请建议我。

项目/ app / view / user / Edit.js中的initComponent()代码如下所示。

initComponent: function() {
    this.items = [
        {
            xtype: 'form',
            url : 'save.php',
            items: [
                {
                    xtype: 'textfield',
                    name : 'name',
                    fieldLabel: 'Name'
                },
                {
                    xtype: 'textfield',
                    name : 'email',
                    fieldLabel: 'Email'
                },
                {
                    xtype: 'textfield',
                    name : 'mobile',
                    fieldLabel: 'Mobile'
                }
            ]
        }
    ];

我没有将表单提交给save.php文件。

0 个答案:

没有答案