i want to use zendx jquery with CI, but i see that it used zend view with it. please let me know can i use it as standalone package like many other zend library.
Asked
Active
Viewed 138 times
1 Answers
2
You cannot use ZendX_JQuery lib without Zend_View and/or Zend_Form components. They are really meant to be helpers for those. See http://framework.zend.com/manual/en/zendx.jquery.html

Gordon
- 312,688
- 75
- 539
- 559
-
is any think out there like ZendX_JQuery lib, i can use with CI or raw php – php.khan Jul 27 '11 at 10:15
-
@user first result on Google is http://jquery.hohli.com/ - I have never used that and cannot say if it is similar to what ZF offers, but I'd be surprised if there isnt any other libs like that. – Gordon Jul 27 '11 at 10:20