Is it something like jQuery?
|
|
|||||||||
|
closed as not a real question by eyze, Ngu Soon Hui, Tim Post, ceejayoz, Espo Oct 31 at 12:46 |
|
|
google helps - ThinkPHP is a Fast,Compatible & Simple OOP MVC PHP Framework,support UTF-8PlugIns,and Multi- databases support. UPD: it's not like jquery |
||
|
|
|
|
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! |
||
|
|
|
|
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: |
||
|
|
