Two frameworks at once

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
mellowman
Forum Commoner
Posts: 62
Joined: Sat Nov 22, 2008 5:37 pm

Two frameworks at once

Post by mellowman »

So i have been working on a project and i have been wondering if it is at all possible to be using to different types of frameworks like mootools and prototype?
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: Two frameworks at once

Post by Darhazer »

First of all, those are javascript frameworks, and there is a forum for JavaScript here.
Second, you have to be extremely carefull when you are using more than one framework. Both prototype and jQuery for example use the $ and you have to use the full jQuery() call and to leave the $ to the prototype... and if you don't have good reasons to mix the frameworks, better do not do that (at home(c))
mellowman
Forum Commoner
Posts: 62
Joined: Sat Nov 22, 2008 5:37 pm

Re: Two frameworks at once

Post by mellowman »

ok..and sorry for the mix up im using the frameworks for php request so i forgot to put this is javascipt
Post Reply