vote up -7 vote down star

Is it something like jQuery?

flag

63% accept rate
5  
It appears to be a MVC framework project with no code in its CVS or SVN repository and very little available information. Are you hoping to promote the project via this question? – Tim Post Oct 31 at 12:18
4  
Why on earth would a project with "PHP" in its name be "like jQuery"? – ceejayoz Oct 31 at 12:29

closed as not a real question by eyze, Ngu Soon Hui, Tim Post, ceejayoz, Espo Oct 31 at 12:46

3 Answers

vote up 5 vote down

google helps - ThinkPHP is a Fast,Compatible & Simple OOP MVC PHP Framework,support UTF-8PlugIns,and Multi- databases support.

link

UPD: it's not like jquery

link|flag
vote up 4 vote down

No, it is something quite far away from jQuery. ThinkPhp is a php mvc framework for server side logic, while jQuery is a javascript framework for client side logic. So php is executed on the server and the result are handed over to the client (like your browser). When the result is loaded, jQuery can start to do its job in your brower, like animations, drag drop, and a lot of other great things (use google of you are curious).

On the other hand, they are both used in web development, so they do share the fact that a web developer typically needs to work on both!

link|flag
vote up 1 vote down

It is like JQuery in so far as it's a framework that helps you organise and reuse code. Beyond that, the similarities probably end.

It might help your understanding to read these Wikipedia articles:

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.