想学php项目开发,求推荐书籍!
各位前辈们好,现在自己觉得php基础学的差不多了,但是却连贯不起来,想完整的开发一个项目,不知从何做起。有没有什么专门记录项目开发的书籍,最好详细一点的,只要有项目开发的实例就行,基础的东西就不用了,有其他专门的基础书籍了。希望大家能够把自己看到过的好的书籍推荐一下,多谢了!
回复讨论(解决方案)
兄弟连的书不错吧
兄弟连的书不错吧
能不能具体点,我现在想要看跟项目相关的书籍,自己实际操作一下的!
最好是那种最近一两年出版的,所用技术不要太落后、代码比较严谨的,带有源码光盘最好。
要是基础差不多了,建议看几个使用者比较多的 框架 或者CMS 拿来练手吧。
框架和CMS学习从何下手,直接研究源码吗?
源码可以不用研究,看他的文档和例子即可。看完了可以做几个项目试试。
我觉得你可以去看下基于PHP的web应用开发。
没有看过初学者的好书。买过好几本php书,看都还不懂php编程。后我学会php后,才知道,哪些书作者根本不懂php。或者说,水平极菜,懂得很浅,误人子弟,误我很深的垃圾书:就是php100的创始人的书。php与其它语言不同地方,他几乎一条都没有讲。所以就算你看了他的书,自己还是无法写代码。因为php与其它语言java和net语法有本质不同。Java和.net的基本语法,理所当然的,php无法运行。真神奇。
想要短时间内精通php.建议去上个培训班。北京几个培训班都不错。比如传智。
源码可以不用研究,看他的文档和例子即可。看完了可以做几个项目试试。
版主说的文档是不是就是框架的学习手册?我想是的话就从CI开始好了。
源码可以不用研究,看他的文档和例子即可。看完了可以做几个项目试试。
版主说的文档是不是就是框架的学习手册?我想是的话就从CI开始好了。 是的
看书没有看视频快,学TP框架吧,上手快,国产的。学会MVC简单的CURD后接着研究缓存大数据,liunx,ajax都要学。慢慢来吧
推荐看看圣经,很不错的!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

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

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics











Multiple calls to session_start() will result in warning messages and possible data overwrites. 1) PHP will issue a warning, prompting that the session has been started. 2) It may cause unexpected overwriting of session data. 3) Use session_status() to check the session status to avoid repeated calls.

AI can help optimize the use of Composer. Specific methods include: 1. Dependency management optimization: AI analyzes dependencies, recommends the best version combination, and reduces conflicts. 2. Automated code generation: AI generates composer.json files that conform to best practices. 3. Improve code quality: AI detects potential problems, provides optimization suggestions, and improves code quality. These methods are implemented through machine learning and natural language processing technologies to help developers improve efficiency and code quality.

session_start()iscrucialinPHPformanagingusersessions.1)Itinitiatesanewsessionifnoneexists,2)resumesanexistingsession,and3)setsasessioncookieforcontinuityacrossrequests,enablingapplicationslikeuserauthenticationandpersonalizedcontent.

MySQL functions can be used for data processing and calculation. 1. Basic usage includes string processing, date calculation and mathematical operations. 2. Advanced usage involves combining multiple functions to implement complex operations. 3. Performance optimization requires avoiding the use of functions in the WHERE clause and using GROUPBY and temporary tables.

HTML5 brings five key improvements: 1. Semantic tags improve code clarity and SEO effects; 2. Multimedia support simplifies video and audio embedding; 3. Form enhancement simplifies verification; 4. Offline and local storage improves user experience; 5. Canvas and graphics functions enhance the visualization of web pages.

Composer is a dependency management tool for PHP, and manages project dependencies through composer.json file. 1) parse composer.json to obtain dependency information; 2) parse dependencies to form a dependency tree; 3) download and install dependencies from Packagist to the vendor directory; 4) generate composer.lock file to lock the dependency version to ensure team consistency and project maintainability.

Methods for configuring character sets and collations in MySQL include: 1. Setting the character sets and collations at the server level: SETNAMES'utf8'; SETCHARACTERSETutf8; SETCOLLATION_CONNECTION='utf8_general_ci'; 2. Create a database that uses specific character sets and collations: CREATEDATABASEexample_dbCHARACTERSETutf8COLLATEutf8_general_ci; 3. Specify character sets and collations when creating a table: CREATETABLEexample_table(idINT

typetraits are used in C for compile-time type checking and operation, improving code flexibility and type safety. 1) Type judgment is performed through std::is_integral and std::is_floating_point to achieve efficient type checking and output. 2) Use std::is_trivially_copyable to optimize vector copy and select different copy strategies according to the type. 3) Pay attention to compile-time decision-making, type safety, performance optimization and code complexity. Reasonable use of typetraits can greatly improve code quality.
