-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello I am trying use this:
phpQuery::ajax(array(
'type' => 'GET',
'url' => $url,
'data' => array('prova'=>'ciao'),
'success' => getJsCallback($doc),
'dataType' => 'json',
));
But it satys :
Warning: require_once(Zend/Json.php): failed to open stream: No such file or directory in /home/giuseppe/homeProj/phpQuery/phpQuery/phpQuery/Zend/Json/Decoder.php
So I added manually from ZendFramework
Zend/Json.php
Zend/Json/Expr.php
And it gives me :
Fatal error: Uncaught exception 'Zend_Json_Exception' with message 'Illegal Token'
Could you check please?
Thankls
Metadata
Metadata
Assignees
Labels
No labels