Zend Framework, Zend_JSON, and JQuery? I'm clueless.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
DaveTheAve
Forum Contributor
Posts: 385
Joined: Tue Oct 03, 2006 2:25 pm
Location: 127.0.0.1
Contact:

Zend Framework, Zend_JSON, and JQuery? I'm clueless.

Post by DaveTheAve »

I'll admit I'm clueless when it comes to using JQuery unless it a simple plugin; however, my question tonight is: How does one use Zend_Json to interact with JQuery?

I have googled and no luck, hoping for more lucky here. ::cough:: Huggins ::cough:: :D

Thanks guys, when I release the product to the public I'll be able to convince my boss to buy me the JQuery book. Till then, any help is better than none.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

You can rename $jQuery, I believe by calling noconflict() or something like that. I remember reading something about it in their documentation.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
DaveTheAve
Forum Contributor
Posts: 385
Joined: Tue Oct 03, 2006 2:25 pm
Location: 127.0.0.1
Contact:

Post by DaveTheAve »

That was my bad, I asked the question wrong. What i'm trying to do it add some Ajax elements to my project; however, I needed to learn how to make Zend_Json and Jquery play together to achieve this effect.
Post Reply