search
HomeBackend DevelopmentPHP Tutorial基于thinkphp的cms内容管理系统有哪些?

比较成熟的 有哪些?或者说 只需要一些单一的功能就可以的  不要像dede那么多功能 导致 90%的功能都是摆设,最好是基于thinkphp的
基本功能  用户管理,权限管理,文章发布,注册登录,在线充值支付。。。

论坛的兄弟 给介绍几个吧


回复讨论(解决方案)

比较成熟的 有哪些?或者说 只需要一些单一的功能就可以的  不要像dede那么多功能 导致 90%的功能都是摆设,最好是基于thinkphp的
基本功能  用户管理,权限管理,文章发布,注册登录,在线充值支付。。。

论坛的兄弟 给介绍几个吧



tp现在有个应用栏目,里面都是基于tp的作品,cms(有个维度很好),商城,博客,自己去看看
http://www.thinkphp.cn/app/index.html

如果就是想做个cms建议用织梦!

引用 楼主 h420943302 的回复:比较成熟的 有哪些?或者说 只需要一些单一的功能就可以的  不要像dede那么多功能 导致 90%的功能都是摆设,最好是基于thinkphp的
基本功能  用户管理,权限管理,文章发布,注册登录,在线充值支付。。。

论坛的兄弟 给介绍几个吧

tp现在有个应用栏目,里面都是基于tp的作品,cms(有个维度很好),商城,……



打死我也不会用织梦,巨坑。。

引用 1 楼 myl315824 的回复:引用 楼主 h420943302 的回复:比较成熟的 有哪些?或者说 只需要一些单一的功能就可以的  不要像dede那么多功能 导致 90%的功能都是摆设,最好是基于thinkphp的
基本功能  用户管理,权限管理,文章发布,注册登录,在线充值支付。。。

论坛的兄弟 给介绍几个吧

tp现在有个应用栏目,里面都是基于……


让我打死你

引用 2 楼 Iamduoluo 的回复:引用 1 楼 myl315824 的回复:引用 楼主 h420943302 的回复:比较成熟的 有哪些?或者说 只需要一些单一的功能就可以的  不要像dede那么多功能 导致 90%的功能都是摆设,最好是基于thinkphp的
基本功能  用户管理,权限管理,文章发布,注册登录,在线充值支付。。。

论坛的兄弟 给介绍几个吧……

打呗

比较成熟的 有哪些?或者说 只需要一些单一的功能就可以的  不要像dede那么多功能 导致 90%的功能都是摆设,最好是基于thinkphp的
基本功能  用户管理,权限管理,文章发布,注册登录,在线充值支付。。。

论坛的兄弟 给介绍几个吧



你说的这几个功能, 就算是新手用drupal不到半天时间就可以完成全部功能.
美化和自定义界面就另说了.

使用ThinkPHP开发应用还是蛮快捷的,为了学习ThinkPHP,我尝试着用它写了个CMS,项目代码托管在Github上,地址为:https://github.com/phplaber/efucms,如果有兴趣可以看看,但不建议使用。:)

thinkcmf呀

Statement
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
Optimize PHP Code: Reducing Memory Usage & Execution TimeOptimize PHP Code: Reducing Memory Usage & Execution TimeMay 10, 2025 am 12:04 AM

TooptimizePHPcodeforreducedmemoryusageandexecutiontime,followthesesteps:1)Usereferencesinsteadofcopyinglargedatastructurestoreducememoryconsumption.2)LeveragePHP'sbuilt-infunctionslikearray_mapforfasterexecution.3)Implementcachingmechanisms,suchasAPC

PHP Email: Step-by-Step Sending GuidePHP Email: Step-by-Step Sending GuideMay 09, 2025 am 12:14 AM

PHPisusedforsendingemailsduetoitsintegrationwithservermailservicesandexternalSMTPproviders,automatingnotificationsandmarketingcampaigns.1)SetupyourPHPenvironmentwithawebserverandPHP,ensuringthemailfunctionisenabled.2)UseabasicscriptwithPHP'smailfunct

How to Send Email via PHP: Examples & CodeHow to Send Email via PHP: Examples & CodeMay 09, 2025 am 12:13 AM

The best way to send emails is to use the PHPMailer library. 1) Using the mail() function is simple but unreliable, which may cause emails to enter spam or cannot be delivered. 2) PHPMailer provides better control and reliability, and supports HTML mail, attachments and SMTP authentication. 3) Make sure SMTP settings are configured correctly and encryption (such as STARTTLS or SSL/TLS) is used to enhance security. 4) For large amounts of emails, consider using a mail queue system to optimize performance.

Advanced PHP Email: Custom Headers & FeaturesAdvanced PHP Email: Custom Headers & FeaturesMay 09, 2025 am 12:13 AM

CustomheadersandadvancedfeaturesinPHPemailenhancefunctionalityandreliability.1)Customheadersaddmetadatafortrackingandcategorization.2)HTMLemailsallowformattingandinteractivity.3)AttachmentscanbesentusinglibrarieslikePHPMailer.4)SMTPauthenticationimpr

Guide to Sending Emails with PHP & SMTPGuide to Sending Emails with PHP & SMTPMay 09, 2025 am 12:06 AM

Sending mail using PHP and SMTP can be achieved through the PHPMailer library. 1) Install and configure PHPMailer, 2) Set SMTP server details, 3) Define the email content, 4) Send emails and handle errors. Use this method to ensure the reliability and security of emails.

What is the best way to send an email using PHP?What is the best way to send an email using PHP?May 08, 2025 am 12:21 AM

ThebestapproachforsendingemailsinPHPisusingthePHPMailerlibraryduetoitsreliability,featurerichness,andeaseofuse.PHPMailersupportsSMTP,providesdetailederrorhandling,allowssendingHTMLandplaintextemails,supportsattachments,andenhancessecurity.Foroptimalu

Best Practices for Dependency Injection in PHPBest Practices for Dependency Injection in PHPMay 08, 2025 am 12:21 AM

The reason for using Dependency Injection (DI) is that it promotes loose coupling, testability, and maintainability of the code. 1) Use constructor to inject dependencies, 2) Avoid using service locators, 3) Use dependency injection containers to manage dependencies, 4) Improve testability through injecting dependencies, 5) Avoid over-injection dependencies, 6) Consider the impact of DI on performance.

PHP performance tuning tips and tricksPHP performance tuning tips and tricksMay 08, 2025 am 12:20 AM

PHPperformancetuningiscrucialbecauseitenhancesspeedandefficiency,whicharevitalforwebapplications.1)CachingwithAPCureducesdatabaseloadandimprovesresponsetimes.2)Optimizingdatabasequeriesbyselectingnecessarycolumnsandusingindexingspeedsupdataretrieval.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools