Cargando…

Building a web application with PHP and MariaDB : a reference guide /

This is a step-by-step, tutorial guide designed to help readers transition from beginners to more experienced developers using clear explanations. The variety of examples will help readers build, secure, and host real-time web applications. If you are a developer who wants to use PHP and MariaDB to...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2014.
Colección:Community experience distilled
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBSCO_ocn881828246
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 140626s2014 enk o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d IDEBK  |d E7B  |d OCLCF  |d COO  |d YDXCP  |d EBLCP  |d DEBSZ  |d OCLCQ  |d D6H  |d FEM  |d K6U  |d AGLDB  |d OCLCQ  |d OCLCO  |d ICA  |d OCLCQ  |d OCLCO  |d CCO  |d PIFFA  |d FVL  |d ZCU  |d MERUC  |d OCLCQ  |d U3W  |d REB  |d STF  |d OCLCQ  |d VTS  |d ICG  |d NLE  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d OCLCO  |d WYU  |d G3B  |d TKN  |d OCLCQ  |d OCLCO  |d DKC  |d AU@  |d OCLCQ  |d UKAHL  |d OCLCQ  |d OCLCO  |d QGK  |d OCLCQ 
016 7 |a 018006886  |2 Uk 
019 |a 883566072  |a 907251584  |a 961696025  |a 962729864  |a 968031225  |a 969049478  |a 1259129539 
020 |a 9781783981632  |q (electronic bk.) 
020 |a 1783981636  |q (electronic bk.) 
020 |a 9781783981625 
020 |a 1783981628 
029 1 |a AU@  |b 000062545599 
029 1 |a CHNEW  |b 000698572 
029 1 |a CHNEW  |b 000887595 
029 1 |a CHVBK  |b 374465126 
029 1 |a DEBBG  |b BV043609264 
029 1 |a DEBSZ  |b 410546283 
029 1 |a DEBSZ  |b 484724827 
029 1 |a DKDLA  |b 820120-katalog:999934641705765 
029 1 |a UKMGB  |b 018006886 
035 |a (OCoLC)881828246  |z (OCoLC)883566072  |z (OCoLC)907251584  |z (OCoLC)961696025  |z (OCoLC)962729864  |z (OCoLC)968031225  |z (OCoLC)969049478  |z (OCoLC)1259129539 
037 |a 9781783981632  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.73 .P224 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.13  |2 23 
049 |a UAMI 
245 0 0 |a Building a web application with PHP and MariaDB :  |b a reference guide /  |c Sai Srinivas Sriparasa. 
264 1 |a Birmingham :  |b Packt Publishing,  |c 2014. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 0 |a Community experience distilled 
500 |a Title from PDF title page (viewed on June 26, 2014). 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: CRUD Operations, Sorting, Filtering, and Joins; String datatypes; Number datatypes; Date datatypes; The students table; The courses table; The students_courses 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. 
505 8 |a Chapter 3: Advanced Programming with PHPNew features in PHP 5.4 and 5.5; Updated array declaration; The array dereferencing function; The list() function in the foreach statement; Availability of this in closures; Class member access on instantiation; Generators; Traits; Addition of the finally block to exception handing; Unit testing; Installing PHPUnit; Working with MariaDB; PHP -- mysqli; PHP -- PDO; Summary; Chapter 4: Setting Up Student Portal; Setting up the nuts and bolts of our application; Setting up URL rewrite; Setting up MVC; Adding a student; Listing all students; Adding a course. 
505 8 |a Listing all coursesRegistering 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; Hiding server information. 
505 8 |a Server configuration limitsSecuring MariaDB; Password-protected access; Building views to restrict access; Creating users and granting access; Securing PHP; Summary; Chapter 10: Performance Optimization; Performance optimization for the Apache web server; Disabling unused modules; Using compression; Caching; Performance optimization for MariaDB; Best practices for data retrieval; Understanding query execution; Query optimization and indexing; Performance optimization for PHP; CDN, reverse proxy, and database replication; Summary; Index. 
520 |a This is a step-by-step, tutorial guide designed to help readers transition from beginners to more experienced developers using clear explanations. The variety of examples will help readers build, secure, and host real-time web applications. If you are a developer who wants to use PHP and MariaDB to build web applications, this book is ideal for you. Beginners can use this book to start with the basics and learn how to build and host web applications. Seasoned PHP Developers can use this book to get familiar with the new features of PHP 5.4 and 5.5, unit testing, caching, security, and performa. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
630 0 0 |a MariaDB. 
630 0 7 |a MariaDB.  |2 fast  |0 (OCoLC)fst01786766 
650 0 |a PHP (Computer program language) 
650 0 |a Database management. 
650 0 |a Client/server computing. 
650 6 |a PHP (Langage de programmation) 
650 6 |a Bases de données  |x Gestion. 
650 6 |a Architecture client-serveur (Informatique) 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a Client/server computing.  |2 fast  |0 (OCoLC)fst00864205 
650 7 |a Database management.  |2 fast  |0 (OCoLC)fst00888037 
650 7 |a PHP (Computer program language)  |2 fast  |0 (OCoLC)fst01049847 
776 0 8 |i Print version:  |a Sriparasa, Sai Srinivas.  |t Building a web application with PHP and MariaDB : a reference guide.  |d Birmingham, England : Packt Publishing, ©2014  |h 183 pages  |z 9781783981625 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=799678  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26843977 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1688630 
938 |a ebrary  |b EBRY  |n ebr10886393 
938 |a EBSCOhost  |b EBSC  |n 799678 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28515684 
938 |a YBP Library Services  |b YANK  |n 11898117 
994 |a 92  |b IZTAP