DineshGudikandula
30 Oct 2012, 2:36 AM
Hi all...
I have a problem...
In ExtJs button component have handler..In this handler i want call the PHP class function code like...
Myscript.js:
xtype :'button',
text:'Click',
handler:function( btn ){
//some js code..
//here i want handle the php function...
//some code
}
MyPhp.php:
<?php echo Myclass::getValues ($this->product); ?>
Pls help...
I have a problem...
In ExtJs button component have handler..In this handler i want call the PHP class function code like...
Myscript.js:
xtype :'button',
text:'Click',
handler:function( btn ){
//some js code..
//here i want handle the php function...
//some code
}
MyPhp.php:
<?php echo Myclass::getValues ($this->product); ?>
Pls help...