- Programming with CodeIgniterMVC
- Eli Orr Yehuda Zadik
- 227字
- 2021-08-06 16:48:03
Chapter 1. Getting Started
This chapter covers the basics of the CI development framework and its usage by reviewing some fundamental web application examples. We will start with a basic hello world example and move to an interactive contact-form integration with a database. We will construct the CI applications by following a step-by-step method. Throughout this chapter, we need to remember that the CI development framework is an MVC-based development architecture (for more information, refer to the Wikipedia definition at http://en.wikipedia.org/wiki/Model-view-controller).
This chapter will primarily focus on the following topics:
- The CI project directory tree framework
- Configurations (routing and autoloading are covered in this chapter, while the other issues are covered in Chapter 2, Configurations and Naming Conventions)
- Example 1: hello world
- Example 2: passing parameters to a view
- Example 3: the database query by a model rendering results to a view
- Example 4: interactive contact forms
By reviewing these examples, we will get the basics of using CI resources. We will begin by briefly reviewing the CI resources used. Then we will review a web application code that loads a static view page. Next we will use the model to retrieve data from a database and show it in a view. Finally, we'll add a view with a contact form to enter input and save it by calling a controller method into the database.
- Practical Data Analysis Cookbook
- C語言程序設(shè)計(jì)教程
- Mastering ServiceStack
- Oracle Exadata性能優(yōu)化
- C# 從入門到項(xiàng)目實(shí)踐(超值版)
- 從0到1:HTML+CSS快速上手
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)
- Active Directory with PowerShell
- Service Mesh實(shí)戰(zhàn):基于Linkerd和Kubernetes的微服務(wù)實(shí)踐
- Learning Unreal Engine Android Game Development
- Visualforce Developer’s guide
- Mastering Concurrency Programming with Java 9(Second Edition)
- Android 游戲開發(fā)大全(第二版)
- 軟技能2:軟件開發(fā)者職業(yè)生涯指南
- Java Script從入門到精通(第5版)