책 이미지
eBook 미리보기
책 정보
· 제목 : Pro PHP 8 MVC: Model View Controller Architecture-Driven Application Development (Paperback, 2) 
· 분류 : 외국도서 > 컴퓨터 > 웹 > 웹프로그래밍
· ISBN : 9781484269565
· 쪽수 : 367쪽
· 출판일 : 2021-05-27
· 분류 : 외국도서 > 컴퓨터 > 웹 > 웹프로그래밍
· ISBN : 9781484269565
· 쪽수 : 367쪽
· 출판일 : 2021-05-27
목차
1. Before we start...
1. What is MVC
2. What should we focus on?
3. Ways to learn PHP
2. Ways to use PHP
1. Setting it up locally
2. Running it through VirtualBox
3. Running it through Docker
4. Hosting it in the cloud
5. Running it on a tablet
3. Writing our first bit of framework code
1. Handling a request
2. Responding with HTML
3. Redirecting to another URL
4. Showing an error page
4. Building a router
1. What routers are used for
2. Some features we could build
3. Putting it together
4. What popular routers are out there?
5. Building a template engine
1. What template engines do
2. Some features we could build3. Putting it together
4. What popular template engines are in use, today?
6. Building a validator
1. Why would we want to validate?
2. Features we could build into our validator
3. Let's get building!
4. What popular validation libraries could we use, instead?7. Building a database library
1. What database libraries are used for
2. Common functionality they usually implement
3. Putting ours together
4. Well-supported alternatives to using our own
8. Building an Object-Relational Mapper
1. Why not stop at just building a database library?
2. Features that would be useful for us to build
3. Putting it together
4. ORMs that inspire and delight
9. Building a testing framework
1. Why should we test our code?
2. Ways in which we should test our code
3. Building our helper classes
4. Learning from the best
10. Building a service locator
1. Dealing with disorganisation
2. What does a good service locator look like?
3. Putting it into practise
4. Looking at the competition
11. Drivers, Managers, Providers: oh boy!
1. The trouble with flexibility
2. Structuring libraries to allow for drivers
3. Resolving drivers through the service locator
4. Building a config driver
12. Implementing sessions, cache, filesystems
1. Let's pick some popular drivers
2. Building and testing the session drivers
3. Building and testing the cache drivers
4. Building and testing the filesystem drivers
5. Things to remember
13. Implementing queues, logging, mails
1. Let's pick some popular services
2. Building and testing the queue drivers
3. Building and testing the logging drivers
4. Building and testing the mail drivers
5. Things to remember
14. Putting the code on Packagist
15. Wrapping up
Except for the first and last chapters; every follows a similar pattern:
1. What does it do?
2. What features should we build
3. Building those features
4. Reviewing the popular libraries that do this, from the PHP community
저자소개
추천도서
분야의 베스트셀러 >














