work fine before,but when i include the xajax file,it will get error....(part
1)

class IndexController extends Zend_Controller_Action
{
        function indexAction()
        {
               require_once('library/xajax/xajax_core/xajax.inc.php');
//part 1
               $xajax = new xajax();  
             .......
             }
           ..............
}

Strict Standards: Assigning the return value of new by reference is
deprecated in
E:\AppServ\www\zf-tutorial\library\xajax\xajax_core\xajax.inc.php on line
351

Strict Standards: Assigning the return value of new by reference is
deprecated in
E:\AppServ\www\zf-tutorial\library\xajax\xajax_core\xajax.inc.php on line
1254


after $xajax->processRequests(); will get more errors....

Strict Standards: Only variables should be assigned by reference in
E:\AppServ\www\zf-tutorial\library\xajax\xajax_core\xajaxPluginManager.inc.php
on line 268

Strict Standards: is_a(): Deprecated. Please use the instanceof operator in
E:\AppServ\www\zf-tutorial\library\xajax\xajax_core\xajaxPluginManager.inc.php
on line 269

Strict Standards: is_a(): Deprecated. Please use the instanceof operator in
E:\AppServ\www\zf-tutorial\library\xajax\xajax_core\plugin_layer\xajaxFunctionPlugin.inc.php
on line 133

Strict Standards: Only variables should be assigned by reference in
E:\AppServ\www\zf-tutorial\library\xajax\xajax_core\xajaxPluginManager.inc.php
on line 268

Strict Standards: is_a(): Deprecated. Please use the instanceof operator in
E:\AppServ\www\zf-tutorial\library\xajax\xajax_core\xajaxPluginManager.inc.php
on line 269

Fatal error: Call to undefined method xajax::processRequests() in
E:\AppServ\www\zf-tutorial\application\controllers\IndexController.php on
line 15

i can not find out the reason....(ZF-1.0.3+SMARTY-2.6x+XAJAX-0.5b4)

i just want to  ZF+SMARTY+AJAX....  the prototype made me trouble...
before, the XAJAX make me trouble now ..... and there is not example for me
to trying the jquery....

who can help me ~~~~~~~~:,(
-- 
View this message in context: 
http://www.nabble.com/can-not-include-the-xajax.ini.php-tp14362091s16154p14362091.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to