舉報

會員
Building a Web Application with PHP and MariaDB:A Reference Guide
最新章節:
Index
Thisisastep-by-step,tutorialguidedesignedtohelpreaderstransitionfrombeginnerstomoreexperienceddevelopersusingclearexplanations.Thevarietyofexampleswillhelpreadersbuild,secure,andhostreal-timewebapplications.IfyouareadeveloperwhowantstousePHPandMariaDBtobuildwebapplications,thisbookisidealforyou.Beginnerscanusethisbooktostartwiththebasicsandlearnhowtobuildandhostwebapplications.SeasonedPHPDeveloperscanusethisbooktogetfamiliarwiththenewfeaturesofPHP5.4and5.5,unittesting,caching,security,andperformanceoptimization.
目錄(81章)
倒序
- coverpage
- Building a Web Application with PHP and MariaDB: A Reference Guide
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files eBooks discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. CRUD Operations Sorting Filtering and Joins
- String datatypes
- Number datatypes
- Date datatypes
- The students table
- Inserting data
- Retrieving data
- Sorting data
- Filtering data
- Updating data
- Deleting data
- Joins
- Summary
- Chapter 2. Advanced Programming with MariaDB
- Enhancing the existing tables
- Working with stored procedures
- Working with stored routines
- Working with triggers
- Summary
- Chapter 3. Advanced Programming with PHP
- New features in PHP 5.4 and 5.5
- Unit testing
- Working with MariaDB
- Summary
- Chapter 4. Setting Up Student Portal
- Setting up the nuts and bolts of our application
- Setting up MVC
- Adding a student
- Listing all students
- Adding a course
- Listing all courses
- Registering a student to a course
- Viewing all registrations
- Summary
- Chapter 5. Working with Files and Directories
- Data imports
- Data exports
- Logging
- Summary
- Chapter 6. Authentication and Access Control
- Authentication
- Access controls
- User roles
- Summary
- Chapter 7. Caching
- Introduction to caching
- Caching in the database
- Caching in the application
- Advanced caching techniques
- Summary
- Chapter 8. REST API
- What is REST?
- Generating XML feeds
- Generating JSON feeds
- Summary
- Chapter 9. Security
- Securing the Apache web server
- Securing MariaDB
- Securing PHP
- Summary
- Chapter 10. Performance Optimization
- Performance optimization for the Apache web server
- Performance optimization for MariaDB
- Performance optimization for PHP
- CDN reverse proxy and database replication
- Summary
- Index 更新時間:2021-07-16 11:37:11
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- R語言游戲數據分析與挖掘
- C語言程序設計
- Python忍者秘籍
- C語言程序設計實驗指導 (第2版)
- Julia 1.0 Programming Complete Reference Guide
- 深入理解C指針
- 時空數據建模及其應用
- Mastering Elasticsearch(Second Edition)
- SpringBoot從零開始學(視頻教學版)
- WebStorm Essentials
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Wearable:Tech Projects with the Raspberry Pi Zero
- Java程序設計入門(第2版)
- Mobile Test Automation with Appium
- Python深度學習入門:從零構建CNN和RNN
- Go語言從入門到進階實戰(視頻教學版)
- OpenCV輕松入門:面向Python
- 片上系統設計思想與源代碼分析
- Bootstrap for ASP.NET MVC(Second Edition)
- MySQL高可用實踐
- AVR單片機C語言應用100例
- C++設計模式
- Learning Angular for .NET Developers
- Node.js Design Patterns(Second Edition)
- Visual FoxPro 6.0程序設計實驗指導
- PHP 7從入門到精通(視頻教學版)(第2版)
- 程序是怎樣跑起來的
- INSTANT PostgreSQL Starter
- 程序設計與問題求解:C語言