Foundation 4 Js Conflicts

I want to use Foundation 4 in my Yii project. If I make a new layout that registers jQuery from Foundation instead of the one used in Yii, will I get any conflicts, or will Yii happily use the jQuery I tell it to?

I did it the other way around. I registered yii’s Jquery as usually and Foundation is working perfectly with it.

In standard markup Foundation 4 is trying to register Jquery or Zepto. I’m not sure how Yii will work with the latter.