Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/267.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Extjs4.0上的PHPMysql_Php_Mysql_Extjs4 - Fatal编程技术网

Extjs4.0上的PHPMysql

Extjs4.0上的PHPMysql,php,mysql,extjs4,Php,Mysql,Extjs4,你能给我推荐一些关于使用Php/Mysql连接的Extjs4.0编码技术的好网站链接吗 我试图在sencha.com上查看,但无法链接到php/Mysql 如果你已经做过,请告诉我 下面给出了project/app/view/user/Edit.js中的initComponent()代码 initComponent: function() { this.items = [ { xtype: 'form', url : 'sa

你能给我推荐一些关于使用Php/Mysql连接的Extjs4.0编码技术的好网站链接吗

我试图在sencha.com上查看,但无法链接到php/Mysql

如果你已经做过,请告诉我

下面给出了project/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'
                }
            ]
        }
    ];

我没有收到表单submit to save.php文件。

不清楚您的意思。您应该在问题中添加更多细节我只是想知道一个关于如何使用后端Php/Mysql的好教程,通过使用Extjs保持前端。我试图按照链接上的指南进行修改,但未能成功地将表单提交到特定的URL,然后获取发布的值。你能帮我把表格交上来,然后拿到帖子的价值吗。