How can I use ZendX Jquery outside zend, like in CI or raw PHP?
i want to use zendx jquery with CI, but i see that it used zend view with it开发者_JAVA百科. please let me know can i use it as standalone package like many other zend library.
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
精彩评论