CodeIgniter for Rapid PHP Application Development

David Upton

  • 出版商: Packt Publishing
  • 出版日期: 2007-07-31
  • 售價: $1,710
  • 貴賓價: 9.5$1,625
  • 語言: 英文
  • 頁數: 220
  • 裝訂: Paperback
  • ISBN: 1847191746
  • ISBN-13: 9781847191748
  • 相關分類: PHP
  • 無法訂購

買這商品的人也買了...

商品描述

Description

This book explains how to work with CodeIgniter in a clear logical way. It is not a detailed guide to the syntax of CodeIgniter, but makes an ideal complement to the existing online CodeIgniter user guide, helping you grasp the bigger picture and bringing together many ideas to get your application development started as smoothly as possible.
What you will learn from this book:
- Setting up the CI package on your web server;
- Understanding the Model-View-Controller (MVC) pattern for organizing a dynamic website;
- Understanding the structure of a CI site;
- Designing better views and controllers;
- Object-oriented aspects of CI;
- Integrating databases such as MySQL and simplifying your database access;
- Making your site more robust and professional by using CI's built-in classes;- Creating and validating HTML forms with CI form helpers;
- Handling files, images, and sessions with CI;
- Sending email from CI;
- Using CI for testing your code with error handling, unit testing, benchmarking, and profiling;
- Getting an XML-RPC server and client working;
- Generating Create, Update, Delete, and Read (C.R.U.D) entries on each database table.