CakePHP 1.3 Application Development Cookbook

CakePHP 1.3 Application Development Cookbook
Author :
Publisher : Packt Publishing Ltd
Total Pages : 546
Release :
ISBN-10 : 9781849511933
ISBN-13 : 1849511934
Rating : 4/5 (33 Downloads)

Synopsis CakePHP 1.3 Application Development Cookbook by : Mariano Iglesias

"The recipes in this book give you instant results and will help you develop web applications, leveraging the CakePHP features that allow you to build robust and complex applications"--p. [1].

CakePHP Application Development

CakePHP Application Development
Author :
Publisher : Packt Publishing Ltd
Total Pages : 0
Release :
ISBN-10 : 1847193897
ISBN-13 : 9781847193896
Rating : 4/5 (97 Downloads)

Synopsis CakePHP Application Development by : Ahsanul Bari

Cake is a rapid development framework for PHP that uses well-known design patterns and provides a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss of flexibility. This book offers step-by-step instructions to learn the CakePHP framework and to quickly develop and deploy web-based applications. It introduces the MVC pattern and coding styles using practical examples. It takes the developer through setting up a CakePHP development and deployment environment, and develops an example application to illustrate all of the techniques you need to write a complete, non-trivial application in PHP. --from publisher description.

CakePHP 2 Application Cookbook

CakePHP 2 Application Cookbook
Author :
Publisher : Packt Publishing Ltd
Total Pages : 524
Release :
ISBN-10 : 9781782160090
ISBN-13 : 1782160094
Rating : 4/5 (90 Downloads)

Synopsis CakePHP 2 Application Cookbook by : James Watts

If you are a CakePHP developer looking to ease the burden of development, then this book is for you. As a headfirst dive into the framework, this collection of recipes will help you get the most out of CakePHP, and get your applications baked in no time. Even if you're not familiar with the framework, we'll take you from basic CRUD building to useful solutions that will aid in getting the job done quickly and efficiently.

Building PHP Applications with Symfony, CakePHP, and Zend Framework

Building PHP Applications with Symfony, CakePHP, and Zend Framework
Author :
Publisher : John Wiley & Sons
Total Pages : 576
Release :
ISBN-10 : 9780470887349
ISBN-13 : 0470887346
Rating : 4/5 (49 Downloads)

Synopsis Building PHP Applications with Symfony, CakePHP, and Zend Framework by : Bartosz Porebski

Presents a comparison of the three open source frameworks and how they can be used to create PHP Web sites.

Learn CakePHP

Learn CakePHP
Author :
Publisher : Apress
Total Pages : 133
Release :
ISBN-10 : 9781484212127
ISBN-13 : 1484212126
Rating : 4/5 (27 Downloads)

Synopsis Learn CakePHP by : Rādhārādhya Dāsa

Accelerate your development of PHP applications using the popular CakePHP web application development framework and unit testing. This short book shows you how to carry out test-driven development with fixtures, model tests, controller tests, mocks, and test suites. Learn CakePHP contains all you need to get started with the CakePHP framework to build faster, better PHP-based web applications. You'll learn about unit testing and how to implement it in CakePHP. This approach to coding leads to better code, better applications, and better programming habits. With this knowledge your PHP skills will go from strength to strength allowing you to write more and improved code. What you'll learn What is unit testing and CakePHP and how to put the two together What is clean coding What is TDD and the development cycle using this approach How to work with fixtures, model tests, text callbacks, controller tests, and more How to do mocks, test suites, testing from the command line and more How to work with code coverage, fixtures data, and private methods Who this book is for This book is for experienced PHP programmers and web developers who have little or no experience using CakePHP and/or unit testing.

Pro PHP MVC

Pro PHP MVC
Author :
Publisher : Apress
Total Pages : 478
Release :
ISBN-10 : 9781430241652
ISBN-13 : 1430241659
Rating : 4/5 (52 Downloads)

Synopsis Pro PHP MVC by : Chris Pitt

Model View Controller (MVC) is becoming the definitive architecture of website development frameworks due to the stability, extensibility and predictability it lends to development. It is not just the primary separation of database, business logic and interface components, but includes a wide range of considerations for building high-performing, scalable and secure applications. Deciding which MVC framework best suits the project you are about to begin is one of the biggest challenges you'll face as a developer. If you are part of a team, this decision has probably already been made for you; but in any event, you'll need to know how (and why) the framework authors made it work the way it does. Pro PHP MVC looks at the building blocks that make any good MVC framework, and how they apply to PHP. It exposes all considerations that many developers take for granted when using a popular framework, and teaches you how to make the framework your own. Over the course of reading this book, you will learn the theoretical implications of the choices you would make when writing your own MVC framework, and how to put the pieces together in a cohesive package. We take a look at the highly modular Zend Framework—how to use its collection of loosely coupled classes to build a unified system. We also look at CakePHP, learning from its automated build system (Bakery) and highly intuitive approach to rapid development. This book will lay bare all the secret parts of MVC for you.

Laravel: Up & Running

Laravel: Up & Running
Author :
Publisher : O'Reilly Media
Total Pages : 555
Release :
ISBN-10 : 9781492041184
ISBN-13 : 1492041181
Rating : 4/5 (84 Downloads)

Synopsis Laravel: Up & Running by : Matt Stauffer

What sets Laravel apart from other PHP web frameworks? Speed and simplicity, for starters. This rapid application development framework and its ecosystem of tools let you quickly build new sites and applications with clean, readable code. Fully updated to cover Laravel 5.8, the second edition of this practical guide provides the definitive introduction to one of today’s mostpopular web frameworks. Matt Stauffer, a leading teacher and developer in the Laravel community, delivers a high-level overview and concrete examples to help experienced PHP web developers get started with this framework right away. This updated edition also covers Laravel Dusk and Horizon and provides information about community resources and other noncore Laravel packages. Dive into features, including: Blade, Laravel’s powerful custom templating tool Tools for gathering, validating, normalizing, and filtering user-provideddata The Eloquent ORM for working with application databases The role of the Illuminate request object in the application lifecycle PHPUnit, Mockery, and Dusk for testing your PHP code Tools for writing JSON and RESTful APIs Interfaces for filesystem access, sessions, cookies, caches, and search Tools for implementing queues, jobs, events, and WebSocket event publishing

Yii 1.1 Application Development Cookbook

Yii 1.1 Application Development Cookbook
Author :
Publisher : Packt Publishing Ltd
Total Pages : 599
Release :
ISBN-10 : 9781849515498
ISBN-13 : 1849515492
Rating : 4/5 (98 Downloads)

Synopsis Yii 1.1 Application Development Cookbook by : Alexander Makarov

Over 80 recipes to help you master using the Yii PHP framework.

Modern PHP

Modern PHP
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 251
Release :
ISBN-10 : 9781491904992
ISBN-13 : 1491904992
Rating : 4/5 (92 Downloads)

Synopsis Modern PHP by : Josh Lockhart

PHP is experiencing a renaissance, though it may be difficult to tell with all of the outdated PHP tutorials online. With this practical guide, you’ll learn how PHP has become a full-featured, mature language with object-orientation, namespaces, and a growing collection of reusable component libraries. Author Josh Lockhart—creator of PHP The Right Way, a popular initiative to encourage PHP best practices—reveals these new language features in action. You’ll learn best practices for application architecture and planning, databases, security, testing, debugging, and deployment. If you have a basic understanding of PHP and want to bolster your skills, this is your book. Learn modern PHP features, such as namespaces, traits, generators, and closures Discover how to find, use, and create PHP components Follow best practices for application security, working with databases, errors and exceptions, and more Learn tools and techniques for deploying, tuning, testing, and profiling your PHP applications Explore Facebook’s HVVM and Hack language implementations—and how they affect modern PHP Build a local development environment that closely matches your production server

Boost C++ Application Development Cookbook

Boost C++ Application Development Cookbook
Author :
Publisher : Packt Publishing Ltd
Total Pages : 433
Release :
ISBN-10 : 9781787284838
ISBN-13 : 1787284832
Rating : 4/5 (38 Downloads)

Synopsis Boost C++ Application Development Cookbook by : Antony Polukhin

Learn to build applications faster and better by leveraging the real power of Boost and C++ About This Book Learn to use the Boost libraries to simplify your application development Learn to develop high quality, fast and portable applications Learn the relations between Boost and C++11/C++4/C++17 Who This Book Is For This book is for developers looking to improve their knowledge of Boost and who would like to simplify their application development processes. Prior C++ knowledge and basic knowledge of the standard library is assumed. What You Will Learn Get familiar with new data types for everyday use Use smart pointers to manage resources Get to grips with compile-time computations and assertions Use Boost libraries for multithreading Learn about parallel execution of different task Perform common string-related tasks using Boost libraries Split all the processes, computations, and interactions to tasks and process them independently Learn the basics of working with graphs, stacktracing, testing and interprocess communications Explore different helper macros used to detect compiler, platform and Boost features In Detail If you want to take advantage of the real power of Boost and C++ and avoid the confusion about which library to use in which situation, then this book is for you. Beginning with the basics of Boost C++, you will move on to learn how the Boost libraries simplify application development. You will learn to convert data such as string to numbers, numbers to string, numbers to numbers and more. Managing resources will become a piece of cake. You'll see what kind of work can be done at compile time and what Boost containers can do. You will learn everything for the development of high quality fast and portable applications. Write a program once and then you can use it on Linux, Windows, MacOS, Android operating systems. From manipulating images to graphs, directories, timers, files, networking – everyone will find an interesting topic. Be sure that knowledge from this book won't get outdated, as more and more Boost libraries become part of the C++ Standard.