Yii2 By Example

Download Yii2 By Example PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1785283677
Total Pages : 344 pages
Book Rating : 4.7/5 (852 download)

DOWNLOAD NOW!


Book Synopsis Yii2 By Example by : Fabrizio Caldarelli

Download or read book Yii2 By Example written by Fabrizio Caldarelli and published by Packt Publishing Ltd. This book was released on 2015-09-29 with total page 344 pages. Available in PDF, EPUB and Kindle. Book excerpt: Develop complete web applications from scratch through practical examples and tips for beginners and more advanced users About This Book Improve your programming experience and become a full stack developer Master real-life web applications, and create and manage four different projects Step-by-step guidance to develop real-world web applications smoothly Who This Book Is For This book is for anyone who wants to discover and explore Yii Framework. Basic programming experience with PHP and object oriented programming is assumed. What You Will Learn Understand basic concepts, along with the installation and customization of Yii Discover models, controllers, and views—concepts applied in a web context—and how they are employed in Yii Use ActiveRecord to manipulate a database Add access control to your web application through authentication and authorization Install and customize an advanced template for multiple applications in the same project Create a RESTful Web Service to allow remote access to data Develop a console application to launch a command in the console as an automated task (cron job) Make code reusable through widgets and components and localize text messages to make a multilanguage web app In Detail Yii is a high-performance PHP framework best for developing Web 2.0 applications. It provides fast, secure, and professional features to create robust projects, however, this rapid development requires the ability to organize common tasks together to build a complete application. It's all too easy to get confused; this is where this book comes in. This book contains a series of practical project examples for developers starting from scratch. Each section contains the most relevant theories for every topic as you walk through developing each project, focusing on key aspects that commonly confuse users. The book starts with all the framework's basic concepts, such as controllers and views, to introduce you to Yii and creating your first application, a simple news reader. You will be learn to configure URL rules to make a pretty URL, essential for search engine optimization. Next, you will walk through Model and ActiveRecord, key concepts in database interaction. The second application you will develop is a reservation system that allows you to manage rooms, customers, and reservations. For this, you will use database connection through SQL and ActiveRecord. More complex than the first one, this application will introduce you to the advanced template of Yii 2, splitting the app into two parts: a frontend for all visitors and a backend for the admin. Finally, you will move on to the last two applications: one that allows connections from remote clients, through RESTful components of Yii 2, and another that creates and organizes automatic tasks using the console application structure of Yii 2. Style and approach This is a step-by-step guide with each topic introduced in the context of real-world applications, highlighting common cases where users may encounter difficulties.

Yii 1.1 Application Development Cookbook

Download Yii 1.1 Application Development Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1849515492
Total Pages : 599 pages
Book Rating : 4.8/5 (495 download)

DOWNLOAD NOW!


Book Synopsis Yii 1.1 Application Development Cookbook by : Alexander Makarov

Download or read book Yii 1.1 Application Development Cookbook written by Alexander Makarov and published by Packt Publishing Ltd. This book was released on 2011-08-25 with total page 599 pages. Available in PDF, EPUB and Kindle. Book excerpt: Over 80 recipes to help you master using the Yii PHP framework.

Web Application Development with Yii 2 and PHP

Download Web Application Development with Yii 2 and PHP PDF Online Free

Author :
Publisher :
ISBN 13 : 9781783981885
Total Pages : 406 pages
Book Rating : 4.9/5 (818 download)

DOWNLOAD NOW!


Book Synopsis Web Application Development with Yii 2 and PHP by : Mark Safronov

Download or read book Web Application Development with Yii 2 and PHP written by Mark Safronov and published by . This book was released on 2014 with total page 406 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is for professional PHP developers who wish to master the powerful Yii 2 application framework. It is assumed that you have knowledge of object-oriented programming. The previous version of the Yii framework is only briefly mentioned, but it'll be even easier to grasp Yii 2 with the knowledge of Yii 1.1.x.

Yii2 Application Development Cookbook

Download Yii2 Application Development Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1785281496
Total Pages : 585 pages
Book Rating : 4.7/5 (852 download)

DOWNLOAD NOW!


Book Synopsis Yii2 Application Development Cookbook by : Andrew Bogdanov

Download or read book Yii2 Application Development Cookbook written by Andrew Bogdanov and published by Packt Publishing Ltd. This book was released on 2016-11-09 with total page 585 pages. Available in PDF, EPUB and Kindle. Book excerpt: Discover 100 useful recipes that will bring the best out of the Yii2 framework and be on the bleeding edge of web development today About This Book Learn how to use Yii2 efficiently through clear examples and core features, and see how to use tests, create reusable code snippets, core widgets, deployment, and more This book provides you with a wide space for practice approaches and helps you to learn about the new Yii2 framework. Understand the difference between the Yii 1.x.x versions using useful examples from real web applications Who This Book Is For This book is for developers with good PHP5 knowledge and MVC-frameworks who have tried to develop applications using the Yii 1.x.x version. This book will very useful for all those who would like to try Yii2, or those who are afraid to move from Yii 1.x.x. to Yii2. If you have still not tried Yii2, this book is definitely for you! What You Will Learn See the new version of the Yii2 framework and application development practices Write your applications more efficiently using shortcuts, Yii's core functionality, and the best practices in Web 2.0 Get data from a database, and deal with Active Record, migrations, widgets, and core features Easily update your skills from the previous version of the framework Explore how to use Yii with different JavaScript frameworks and libraries such as WebSockets, Angular, Ember, Backbone and React Learn how to keep your application secure according to the general web application security principle "filter input, escape output. Write RESTfull Web Services using Yii2 and built-in features Correctly install and use official extensions in your projects Effectively create and implement your own Yii extension, and also ensure your extension is reusable and useful for the community In Detail Yii is a free, open source web application development framework written in PHP5 that promotes clean DRY design and encourages rapid development. It works to streamline your application development time and helps to ensure an extremely efficient, extensible, and maintainable end product. Being extremely performance optimized, Yii is a perfect choice for any size project. However, it has been built with sophisticated, enterprise applications in mind. You have full control over the configuration from head-to-toe (presentation-to-persistence) to conform to your enterprise development guidelines. It comes packaged with tools to help test and debug your application, and has clear and comprehensive documentation. This book is a collection of Yii2 recipes. Each recipe is represented as a full and independent item, which showcases solutions from real web-applications. So you can easily reproduce them in your environment and learn Yii2 fast and without tears. All recipes are explained with step-by-step code examples and clear screenshots. Yii2 is like a suit that looks great off the rack, but is also very easy to tailor to fit your needs. Virtually every component of the framework is extensible. This book will show how to use official extensions, extend any component, or write a new one. This book will help you create modern web applications quickly, and make sure they perform well using examples and business logic from real life. You will deal with the Yii command line, migrations, and assets. You will learn about role-based access, security, and deployment. We'll show you how to easily get started, configure your environment, and be ready to write web applications efficiently and quickly. Style and approach The chapters of this book are independent and offer a practical approach to Yii development. You can start reading from the chapter you need most, be it Ajax and jQuery, RESTful Web Services, Database, Active Record, or Official Extensions

Learning Yii Testing

Download Learning Yii Testing PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 178439811X
Total Pages : 222 pages
Book Rating : 4.7/5 (843 download)

DOWNLOAD NOW!


Book Synopsis Learning Yii Testing by : Matteo Pescarin

Download or read book Learning Yii Testing written by Matteo Pescarin and published by Packt Publishing Ltd. This book was released on 2015-04-28 with total page 222 pages. Available in PDF, EPUB and Kindle. Book excerpt: Developers who have a solid pre-existing knowledge of Yii's core concepts will find this book an ideal introduction to learning to write tests using Yii 2's tools. You'll learn to create faster and more reliable applications with less time and effort.

Mastering Yii

Download Mastering Yii PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1785888641
Total Pages : 380 pages
Book Rating : 4.7/5 (858 download)

DOWNLOAD NOW!


Book Synopsis Mastering Yii by : Charles R. Portwood II

Download or read book Mastering Yii written by Charles R. Portwood II and published by Packt Publishing Ltd. This book was released on 2016-01-28 with total page 380 pages. Available in PDF, EPUB and Kindle. Book excerpt: Advance your modern web application development skills with Yii Framework 2 About This Book Learn to work with the key aspects of Yii Framework 2 Explore how to create RESTful APIs with Yii Incorporate codeception with Yii2 to test your code thoroughly Who This Book Is For This book is for Yii Framework developers who want to quickly master Yii2. This book assumes some familiarity with Yii2, PHP 5, and HTML5. What You Will Learn Explore Yii2's conventions and learn how to properly configure Yii2 Create both web and console applications Reduce development time by learning to create classes automatically with Gii, Yii2's automatic code generation tool Use Yii2's database migration tool Manage and access databases with Active Record, DAO, and Query Builder Handle user authentication and authorization within Yii2 Create RESTful APIs with Yii Framework 2 Test applications automatically with codeception In Detail The successor of Yii Framework 1.1, Yii2 is a complete rewrite of Yii Framework, one of the most popular PHP 5 frameworks for making modern web applications. The update embraces the best practices and protocols established with newer versions of PHP, while still maintaining the simple, fast, and extendable behavior found in its predecessor. This book has been written to enhance your skills and knowledge with Yii Framework 2. Starting with configuration and how to initialize new projects, you'll learn how to configure, manage, and use every aspect of Yii2 from Gii, DAO, Query Builder, Active Record, and migrations, to asset manager. You'll also discover how to automatically test your code using codeception. With this book by your side, you'll have all the skills you need to quickly create rich modern web and console applications with Yii2. Style and approach This book is a step-by-step guide to mastering every aspect of Yii Framework 2. Each chapter outlines a new set of tools along with code that can be used to efficiently create modern web and console applications

Web Application Development with Yii and PHP

Download Web Application Development with Yii and PHP PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 9781849518727
Total Pages : 0 pages
Book Rating : 4.5/5 (187 download)

DOWNLOAD NOW!


Book Synopsis Web Application Development with Yii and PHP by : Jeffrey Winesett

Download or read book Web Application Development with Yii and PHP written by Jeffrey Winesett and published by Packt Publishing Ltd. This book was released on 2012 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: This is a step-by-step tutorial for developing web applications using Yii. This book follows the test-first, incremental, and iterative approach to software development while developing a project task management application. If you are a PHP programmer with knowledge of object oriented programming and want to rapidly develop modern, sophisticated web applications, then this book is for you. No prior knowledge of Yii is required to read this book.

Integrating PHP Projects with Jenkins

Download Integrating PHP Projects with Jenkins PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1449309437
Total Pages : 57 pages
Book Rating : 4.4/5 (493 download)

DOWNLOAD NOW!


Book Synopsis Integrating PHP Projects with Jenkins by : Sebastian Bergmann

Download or read book Integrating PHP Projects with Jenkins written by Sebastian Bergmann and published by "O'Reilly Media, Inc.". This book was released on 2011-09-23 with total page 57 pages. Available in PDF, EPUB and Kindle. Book excerpt: Today's web applications require frequent updates, not just by adding or upgrading features, but by maintaining and improving the software’s existing code base as well. This concise book shows PHP developers how to use Jenkins, the popular continuous integration server, to monitor various aspects of software quality throughout a project’s lifecycle. You'll learn how to implement continuous integration to automate processes for building and deploying regular software releases. The book also shows you how to use Jenkins to monitor and improve your application through continuous inspection. You'll come to understand why reducing complexity and eliminating duplicate code is just as important as introducing new functionality. Learn how to use Apache Ant to automate your software builds Create a job for your PHP project in Jenkins and set up a continuous integration environment Add static code analysis tools to your build for continuous inspection Use specialized PHP and Jenkins tools to simplify the automated build and continuous integration of your project Explore additional processes and techniques, such as adding automated integration tests

Yii Project Blueprints

Download Yii Project Blueprints PDF Online Free

Author :
Publisher :
ISBN 13 : 9781783287734
Total Pages : 320 pages
Book Rating : 4.2/5 (877 download)

DOWNLOAD NOW!


Book Synopsis Yii Project Blueprints by : Charles R. Portwood II

Download or read book Yii Project Blueprints written by Charles R. Portwood II and published by . This book was released on 2014-09-25 with total page 320 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book is for intermediate-to-advanced level Yii developers who want to master the Yii framework and develop real-world applications. You should have experience of working with Yii, PHP 5, HTML, CSS, and JavaScript.

An Introduction to Stochastic Modeling

Download An Introduction to Stochastic Modeling PDF Online Free

Author :
Publisher : Academic Press
ISBN 13 : 1483269272
Total Pages : 410 pages
Book Rating : 4.4/5 (832 download)

DOWNLOAD NOW!


Book Synopsis An Introduction to Stochastic Modeling by : Howard M. Taylor

Download or read book An Introduction to Stochastic Modeling written by Howard M. Taylor and published by Academic Press. This book was released on 2014-05-10 with total page 410 pages. Available in PDF, EPUB and Kindle. Book excerpt: An Introduction to Stochastic Modeling provides information pertinent to the standard concepts and methods of stochastic modeling. This book presents the rich diversity of applications of stochastic processes in the sciences. Organized into nine chapters, this book begins with an overview of diverse types of stochastic models, which predicts a set of possible outcomes weighed by their likelihoods or probabilities. This text then provides exercises in the applications of simple stochastic analysis to appropriate problems. Other chapters consider the study of general functions of independent, identically distributed, nonnegative random variables representing the successive intervals between renewals. This book discusses as well the numerous examples of Markov branching processes that arise naturally in various scientific disciplines. The final chapter deals with queueing models, which aid the design process by predicting system performance. This book is a valuable resource for students of engineering and management science. Engineers will also find this book useful.

Yii Project Blueprints

Download Yii Project Blueprints PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 320 pages
Book Rating : 4.:/5 (111 download)

DOWNLOAD NOW!


Book Synopsis Yii Project Blueprints by : Charles Portwood

Download or read book Yii Project Blueprints written by Charles Portwood and published by . This book was released on 2014 with total page 320 pages. Available in PDF, EPUB and Kindle. Book excerpt: From conception to production, learn how to develop real-world applications with the Yii framework In Detail The Yii framework is a high-performance, fast, open source, and a rapid development PHP framework that can be used to develop modern web applications. It provides the toolkit for developing both personal projects and enterprise applications. Yii's component-based architecture lets developers build modules so that they aren't customizing the underlying code base and so that anything they build is easy to use in different projects. This book is a step-by-step guide to developing reusable real-world applications using the Yii framework. The book will guide you through several projects from the project conception through to planning your project and implementation. You will explore the key features of the framework and learn how to use it efficiently and effectively to build solid core applications that you'll be able to reuse in real-world projects. At the end of each project, you'll have a better understanding of Yii and a working application that you can use in the future. What You Will Learn Organize and structure your projects from start to finish Create applications from scratch and use Gii to create models Use Yii database migrations to create database agnostic applications and manage your database changes Create secure multiuser role-based applications that use Bcrypt password hashing Integrate with third-party libraries using Composer Develop console applications that seamlessly integrate with your applications Utilize SendGrid to send and receive e-mails within your application Downloading the example code for this book. You can download the example code files for all Packt books you have purchased from your account at http://www.PacktPub.com. If you purchased this book elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.

Domain-Driven Design in PHP

Download Domain-Driven Design in PHP PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1787288463
Total Pages : 387 pages
Book Rating : 4.7/5 (872 download)

DOWNLOAD NOW!


Book Synopsis Domain-Driven Design in PHP by : Carlos Buenosvinos

Download or read book Domain-Driven Design in PHP written by Carlos Buenosvinos and published by Packt Publishing Ltd. This book was released on 2017-06-14 with total page 387 pages. Available in PDF, EPUB and Kindle. Book excerpt: Real examples written in PHP showcasing DDD Architectural Styles, Tactical Design, and Bounded Context Integration About This Book Focuses on practical code rather than theory Full of real-world examples that you can apply to your own projects Shows how to build PHP apps using DDD principles Who This Book Is For This book is for PHP developers who want to apply a DDD mindset to their code. You should have a good understanding of PHP and some knowledge of DDD. This book doesn't dwell on the theory, but instead gives you the code that you need. What You Will Learn Correctly design all design elements of Domain-Driven Design with PHP Learn all tactical patterns to achieve a fully worked-out Domain-Driven Design Apply hexagonal architecture within your application Integrate bounded contexts in your applications Use REST and Messaging approaches In Detail Domain-Driven Design (DDD) has arrived in the PHP community, but for all the talk, there is very little real code. Without being in a training session and with no PHP real examples, learning DDD can be challenging. This book changes all that. It details how to implement tactical DDD patterns and gives full examples of topics such as integrating Bounded Contexts with REST, and DDD messaging strategies. In this book, the authors show you, with tons of details and examples, how to properly design Entities, Value Objects, Services, Domain Events, Aggregates, Factories, Repositories, Services, and Application Services with PHP. They show how to apply Hexagonal Architecture within your application whether you use an open source framework or your own. Style and approach This highly practical book shows developers how to apply domain-driven design principles to PHP. It is full of solid code examples to work through.

Applied Linear Statistical Models

Download Applied Linear Statistical Models PDF Online Free

Author :
Publisher : McGraw-Hill Education
ISBN 13 : 9780071122214
Total Pages : 1396 pages
Book Rating : 4.1/5 (222 download)

DOWNLOAD NOW!


Book Synopsis Applied Linear Statistical Models by : Michael H. Kutner

Download or read book Applied Linear Statistical Models written by Michael H. Kutner and published by McGraw-Hill Education. This book was released on 2005 with total page 1396 pages. Available in PDF, EPUB and Kindle. Book excerpt: Applied Linear Statistical Models 5e is the long established leading authoritative text and reference on statistical modeling. For students in most any discipline where statistical analysis or interpretation is used, ALSM serves as the standard work. The text includes brief introductory and review material, and then proceeds through regression and modeling for the first half, and through ANOVA and Experimental Design in the second half. All topics are presented in a precise and clear style supported with solved examples, numbered formulae, graphic illustrations, and "Notes" to provide depth and statistical accuracy and precision. Applications used within the text and the hallmark problems, exercises, and projects are drawn from virtually all disciplines and fields providing motivation for students in virtually any college. The Fifth edition provides an increased use of computing and graphical analysis throughout, without sacrificing concepts or rigor. In general, the 5e uses larger data sets in examples and exercises, and where methods can be automated within software without loss of understanding, it is so done.

Patterns of Enterprise Application Architecture

Download Patterns of Enterprise Application Architecture PDF Online Free

Author :
Publisher : Addison-Wesley
ISBN 13 : 0133065219
Total Pages : 558 pages
Book Rating : 4.1/5 (33 download)

DOWNLOAD NOW!


Book Synopsis Patterns of Enterprise Application Architecture by : Martin Fowler

Download or read book Patterns of Enterprise Application Architecture written by Martin Fowler and published by Addison-Wesley. This book was released on 2012-03-09 with total page 558 pages. Available in PDF, EPUB and Kindle. Book excerpt: The practice of enterprise application development has benefited from the emergence of many new enabling technologies. Multi-tiered object-oriented platforms, such as Java and .NET, have become commonplace. These new tools and technologies are capable of building powerful applications, but they are not easily implemented. Common failures in enterprise applications often occur because their developers do not understand the architectural lessons that experienced object developers have learned. Patterns of Enterprise Application Architecture is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology--from Smalltalk to CORBA to Java to .NET--the same basic design ideas can be adapted and applied to solve common problems. With the help of an expert group of contributors, Martin distills over forty recurring solutions into patterns. The result is an indispensable handbook of solutions that are applicable to any enterprise application platform. This book is actually two books in one. The first section is a short tutorial on developing enterprise applications, which you can read from start to finish to understand the scope of the book's lessons. The next section, the bulk of the book, is a detailed reference to the patterns themselves. Each pattern provides usage and implementation information, as well as detailed code examples in Java or C#. The entire book is also richly illustrated with UML diagrams to further explain the concepts. Armed with this book, you will have the knowledge necessary to make important architectural decisions about building an enterprise application and the proven patterns for use when building them. The topics covered include · Dividing an enterprise application into layers · The major approaches to organizing business logic · An in-depth treatment of mapping between objects and relational databases · Using Model-View-Controller to organize a Web presentation · Handling concurrency for data that spans multiple transactions · Designing distributed object interfaces

Modern PHP

Download Modern PHP PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1491904992
Total Pages : 270 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Modern PHP by : Josh Lockhart

Download or read book Modern PHP written by Josh Lockhart and published by "O'Reilly Media, Inc.". This book was released on 2015-02-16 with total page 270 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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

Mastering Yii

Download Mastering Yii PDF Online Free

Author :
Publisher :
ISBN 13 : 9781785882425
Total Pages : 380 pages
Book Rating : 4.8/5 (824 download)

DOWNLOAD NOW!


Book Synopsis Mastering Yii by : Charles R Portwood II

Download or read book Mastering Yii written by Charles R Portwood II and published by . This book was released on 2016-01-28 with total page 380 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Handbook of Metric Fixed Point Theory

Download Handbook of Metric Fixed Point Theory PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 9401717486
Total Pages : 702 pages
Book Rating : 4.4/5 (17 download)

DOWNLOAD NOW!


Book Synopsis Handbook of Metric Fixed Point Theory by : W.A. Kirk

Download or read book Handbook of Metric Fixed Point Theory written by W.A. Kirk and published by Springer Science & Business Media. This book was released on 2013-04-17 with total page 702 pages. Available in PDF, EPUB and Kindle. Book excerpt: Metric fixed point theory encompasses the branch of fixed point theory which metric conditions on the underlying space and/or on the mappings play a fundamental role. In some sense the theory is a far-reaching outgrowth of Banach's contraction mapping principle. A natural extension of the study of contractions is the limiting case when the Lipschitz constant is allowed to equal one. Such mappings are called nonexpansive. Nonexpansive mappings arise in a variety of natural ways, for example in the study of holomorphic mappings and hyperconvex metric spaces. Because most of the spaces studied in analysis share many algebraic and topological properties as well as metric properties, there is no clear line separating metric fixed point theory from the topological or set-theoretic branch of the theory. Also, because of its metric underpinnings, metric fixed point theory has provided the motivation for the study of many geometric properties of Banach spaces. The contents of this Handbook reflect all of these facts. The purpose of the Handbook is to provide a primary resource for anyone interested in fixed point theory with a metric flavor. The goal is to provide information for those wishing to find results that might apply to their own work and for those wishing to obtain a deeper understanding of the theory. The book should be of interest to a wide range of researchers in mathematical analysis as well as to those whose primary interest is the study of fixed point theory and the underlying spaces. The level of exposition is directed to a wide audience, including students and established researchers.