Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
93
result(s) for
"COMPUTERS / Programming Languages / PHP"
Sort by:
Mastering the Faster Web with PHP, MySQL, and JavaScript
by
Caya, Andrew
in
COM051260 COMPUTERS / Programming Languages / JavaScript
,
COM060080 COMPUTERS / Web / General
,
COMPUTERS / Programming Languages / PHP
2018
The Faster Web is quickly changing the way we think about Web development. The Web has changed considerably in recent years and is now built upon many new technologies: the HTTP/2 protocol, asynchronous programming, PHP tools like Blackfire.io and server monitoring tools like the TICK stack. This book will help you take a deep dive into these.
The PHP Workshop
by
Martinez, Jordi
,
Tonu, M. A. Hossain
,
Carr, David
in
COMPUTERS / Internet / Application Development
,
COMPUTERS / Programming / Open Source
,
COMPUTERS / Programming Languages / PHP
2019
Filled with practical examples, this PHP book will get you up to speed with the key aspects of PHP that you need to become a confident web developer. Following a hands-on approach, you'll build the knowledge and skills required to create your own dynamic websites.
WordPress Development Quick Start Guide
by
Ratnayake, Rakhitha Nimesh
in
Application software-Development
,
COMPUTERS / Programming Languages / PHP
,
COMPUTERS / Web / Content Management Systems
2018
WordPress is the most used CMS in the world and it is the ideal way to share your knowledge with a large community as well as build a profitable business. Getting started with WordPress development has often been a challenge for novice developers, and this book will help you find your way.
Moodle 3 e-Learning Course Development
by
Rice, William
,
Nash, Susan Smith
in
COM060080 COMPUTERS / Web / General
,
Computer-assisted instruction-Computer programs
,
COMPUTERS / Programming Languages / PHP
2018
Moodle is a learning platform or Course Management System (CMS) that is easy to install and use, but the real challenge is in developing a learning process that leverages its power and maps the learning objectives to content and assessments for an integrated and effective course. Moodle 3.x E-Learning Course Development guides you through.
Zend Framework 2 cookbook
by
Callaars, Josephus
in
Application software--Development
,
Open source software
,
PHP (Computer program language)
2013
Zend Framework 2 is the latest creation of World Wide Web infrastructure company Zend Technologies Ltd. This new PHP framework comes with tons of features and an attractive way of creating applications. Not only is the overall usability of the technology much better, but it also makes your applications more testable, something that is often overlooked. \"Zend Framework 2 Cookbook\" will show you how applications are set up in Zend Framework 2 and how you can develop successfully in this massive framework. You will master features like Modules, Views, Controllers, and Authentication. The book also discusses the Event Manager, unit testing, and how to optimize your application. The book begins with a discussion about setting up Zend Framework 2, and you will also look at how the framework itself works. By the end of this book, you will be able to create entire secure applications on your own and make sure they are tested and optimized for performance as well. You will learn about sending and receiving e-mails, translation and localization of the application, and how to set up the framework on a Linux web server. You will also learn how to display data from the application to the user by using different display strategies and renderings. The creation of modules will also be discussed. Then, you will move on to look at how to authenticate users and make sure the developer knows how to pick the best method available. Unit testing, debugging, and enhancing the performance will also be covered in this book. \"Zend Framework 2 Cookbook\" is a perfect book for anyone who wants to start developing with Zend Framework 2.
Instant hands-on testing with PHPUnit how-to
by
Lively, Michael
in
Application Development
,
COMPUTERS / General
,
COMPUTERS / Programming Languages / PHP
2013
No developer wants to accept the inherent difficulty of writing software as an excuse for not finding the bugs in our code before anyone else does. PHPUnit is a framework that was created to allow developers to solve that very problem. It provides a feature-rich environment with most of the tools necessary to provide adequate tests for any project. \"Instant Hands-on Testing with PHPUnit How-to\" provides a thorough overview of the functionality provided by the PHPUnit framework. It shows how the plethora of features in the framework can be used to write tests for real world projects to ensure they function and will continue to function in the ways that you expect. This book will show how you can set up the scaffolding necessary to run unit tests in your project with PHPUnit. It will walk you through the process of how to write a basic test and how to maintain your project’s test suite. You will learn how to use some of the more advanced features of PHPUnit and then see how you can use mock objects to isolate the code you are testing. We will then discover how to create tests that verify your interaction with databases and even see how you can use PHPUnit to understand which code you are actually testing. At the end of the book you will have all of the basic understanding necessary to begin adding tests to your project. This book provides a great foundation for becoming a expert at writing unit tests.