The difference between thinkphp and bootstrap

(*-*)浩
Release: 2019-08-12 17:55:53
Original
4700 people have browsed it

thinkPHP is a development framework, and bootstrap is an html style framework. The former is mainly used for the back-end (server, server), and the latter is mainly used for the front-end (user, client).

The difference between thinkphp and bootstrap

##thinkPHP mainly controls product business and data processing, while bootstrap is mainly responsible for the aesthetics of the interface seen by users (rendering page).

ThinkPHP (Recommended learning: Bootstrap video tutorial)

ThinkPHP is designed to simplify enterprise-level application development and agile WEB application development born.

was first born in early 2006. It was officially renamed ThinkPHP on New Year's Day 2007, and was released under the Apache2 open source agreement.

ThinkPHP has been adhering to the simple and practical design principle since its birth. While maintaining excellent performance and minimal code, it also focuses on ease of use. And it has many original functions and features. With the active participation of the community team, it is continuously optimized and improved in terms of ease of use, scalability and performance.

ThinkPHP is a fast, compatible and simple lightweight domestic PHP development framework. It is transplanted from the Struts structure and improved and perfected. It also draws on many excellent foreign frameworks and patterns, using object-oriented The development structure and MVC mode integrate the ideas of Struts and TagLib (tag library), RoR's ORM mapping and ActiveRecord mode.

ThinkPHP can support server environments such as windows/Unix/Linux. The official version requires PHP5.0 or above. It supports MySql, PgSQL, Sqlite databases and PDO extensions. The ThinkPHP framework itself has no special module requirements. The specific application system operating environment requirements depend on the modules involved in development.

Bootstrap

Bootstrap is a simple, intuitive and powerful front-end development framework based on HTML, CSS and JavaScript developed by designers Mark Otto and Jacob Thornton of the American Twitter company. , making Web development faster.

Bootstrap provides elegant HTML and CSS specifications, which are written in the dynamic CSS language Less.

Bootstrap has been very popular since its launch and has been a popular open source project on GitHub, including NASA's MSNBC (Microsoft National Broadcasting Company) Breaking News.

Some frameworks that are familiar to domestic mobile developers, such as the WeX5 front-end open source framework, are also performance optimized based on the Bootstrap source code.

For more technical articles related to Bootstrap, please visit the

Bootstrap Tutorial column to learn!

The above is the detailed content of The difference between thinkphp and bootstrap. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!