舉報

會員
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
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- 機器學習系統:設計和實現
- Python爬蟲開發:從入門到實戰(微課版)
- MATLAB 2020 從入門到精通
- DevOps Automation Cookbook
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Mastering ROS for Robotics Programming
- ExtJS高級程序設計
- Kubernetes進階實戰
- Java Web從入門到精通(第2版)
- STM8實戰
- Hacking Android
- Web開發的平民英雄:PHP+MySQL
- iOS Development with Xamarin Cookbook
- 前端程序員面試算法寶典
- WCF編程(第2版)
- Spring MVC Cookbook
- Expert Angular
- Cloud Native Python
- matplotlib Plotting Cookbook
- Clojure編程實戰(原書第2版)
- C++程序設計實驗教程
- Building Large-Scale Web Applications with Angular
- Python大數據分析算法與實例
- JavaScript入門經典(第7版)
- Java編程入門:任務式學習指南
- Visual FoxPro 6.0程序設計實驗指導
- UX for the Web
- 計算機常用工具軟件入門與應用
- Learn Python in 7 Days