初学thinkphp 怎么这么晕啊
一点都不明白,好晕啊
到底应该怎么学啊,老板催的紧啊
上学的时候泡妞去了
刚找到工作就让做项目啊
伤不起啊
项目不大但是所有的功能都有啊
首先增删改查还有权限业务流畅等等的
这是完整的项目,我应该怎么办啊
回复讨论(解决方案)
教你个方法
现在开始阅读thinkphp手册
重点内容
1.入口文件
2.action
3.如何操作数据库,有固定的方法;
4.传值方式,模版怎么接收,如何分页
5.访问方式,url模式
然后下载一个完整教程,我指的教程是小项目教程,一晚上先把思路搞定
然后自己仔细缕一缕思路。刚开始比较困难,那证明你在进步!
首先,入口文件我知道
action 模模糊糊有这么东西
操作数据库的那些东西我也模模糊糊知道
传值 我也是模模糊糊知道
这些东西都默默呼呼的知道,但是,没做过东西,一点不知道怎么下手啊
最简单快捷的方法是看thinkphp视频,好几个人都有讲,很快就可以理清楚头绪,之后再求提高
看手册,视频,多实践,实践才能出真理
好晕啊!
那就对了
使用框架的目的就在于:你不必考虑事件的关系,一门心思弄好当前的业务处理
看书 看视频 敲代码 别的应该没什么捷径
确实是,配置了个AMP环境就花了我好几天的时间,请高手指点
确实是,配置了个AMP环境就花了我好几天的时间,请高手指点
刚入门的话暂时整个集成的环境
像APMServ5.2.6 wamp 之类的
在本地配置个thinkphp的环境,折腾呗,你肯定是不动手
感觉这也不会,那也不懂,当你做的过程中,遇到问题查手册,看教程
自然就解决了,多实践下,不可能一蹴而就,也不可能谁一句话就能让你立刻做出一个项目
加油吧骚年!
不懂,就查资料,但是要勤于练习。

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

AI Hentai Generator
Generate AI Hentai for free.

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



Laravel simplifies handling temporary session data using its intuitive flash methods. This is perfect for displaying brief messages, alerts, or notifications within your application. Data persists only for the subsequent request by default: $request-

The PHP Client URL (cURL) extension is a powerful tool for developers, enabling seamless interaction with remote servers and REST APIs. By leveraging libcurl, a well-respected multi-protocol file transfer library, PHP cURL facilitates efficient execution of various network protocols, including HTTP, HTTPS, and FTP. This extension offers granular control over HTTP requests, supports multiple concurrent operations, and provides built-in security features.

Laravel provides concise HTTP response simulation syntax, simplifying HTTP interaction testing. This approach significantly reduces code redundancy while making your test simulation more intuitive. The basic implementation provides a variety of response type shortcuts: use Illuminate\Support\Facades\Http; Http::fake([ 'google.com' => 'Hello World', 'github.com' => ['foo' => 'bar'], 'forge.laravel.com' =>

Do you want to provide real-time, instant solutions to your customers' most pressing problems? Live chat lets you have real-time conversations with customers and resolve their problems instantly. It allows you to provide faster service to your custom

PHP logging is essential for monitoring and debugging web applications, as well as capturing critical events, errors, and runtime behavior. It provides valuable insights into system performance, helps identify issues, and supports faster troubleshoot

Article discusses late static binding (LSB) in PHP, introduced in PHP 5.3, allowing runtime resolution of static method calls for more flexible inheritance.Main issue: LSB vs. traditional polymorphism; LSB's practical applications and potential perfo

The article discusses adding custom functionality to frameworks, focusing on understanding architecture, identifying extension points, and best practices for integration and debugging.

Article discusses essential security features in frameworks to protect against vulnerabilities, including input validation, authentication, and regular updates.
