Adam Griffiths - CodeIgniter 1.7 Professional Development
Год выпуска: 2010 Автор: Adam Griffiths Издательство: Packt Publishing ISBN: 1849510903 Формат: PDF Качество: eBook (изначально компьютерное) Количество страниц: 300
Описание: CodeIgniter is an open source PHP framework with a small footprint and exceptional performance. It gives you a rich set of libraries for common tasks, with a simple interface to access them. There are several unexplored aspects of CodeIgniter that can help developers build applications more easily and quickly. In this book, you will learn the intricacies of the framework and explore some of its hidden gems.If you want to get the most out of CodeIgniter, this book is for you. It teaches you what you need to know to use CodeIgniter on a daily basis. You will create mini-applications that teach a specific technique and let you build on top of the base.
What you will learn from this book?
Learn the Model-View-Controller design pattern to structure your code
Create more readable and maintainable queries using the Active Record implementation
Create and maintain database tables using the Database Forge class
Authenticate users using Twitter oAuth and Facebook Connect
Create your own Authentication Library for more control over your user accounts
Secure your application using CodeIgniter’s built-in functionality and some quick tips to help further
Build a RESTful Web Service, opening up your application to third-party developers
Create extended Controllers, grouping functionality into multiple Controllers helping to keep repeated code to a minimum
Learn techniques used by professionals to scale CodeIgniter over multiple servers
Learn top tips for releasing code to the community and giving support to the developers using your code