CodeIgniter4
CodeIgniter4 へようこそ
インストール
Tutorial
CodeIgniter4 Overview
一般的なトピック
Controllers and Routing
Building Responses
Working With Databases
Modeling Data
Managing Databases
ライブラリリファレンス
Helpers
Testing
Command Line Usage
Extending CodeIgniter
The MIT License (MIT)
Change Logs
CodeIgniter4
Docs
»
CodeIgniter4 ユーザガイド
CodeIgniter4 ユーザガイド
¶
CodeIgniter4 へようこそ
CodeIgniter4 へようこそ
必要動作環境
クレジット
PSR への追従
Getting Started
¶
インストール
Manual Installation
Composer Installation
Git Installation
Running Your App
Upgrading From a Previous Version
トラブルシューティング
CodeIgniter Repositories
Tutorial
Static pages
News section
Create news items
Conclusion
Overview & General Topics
¶
CodeIgniter4 Overview
Application Structure
Models, Views, and Controllers
ファイルのオートローディング
サービス
Working With HTTP Requests
Security Guidelines
一般的なトピック
設定ファイルの操作
CodeIgniter の URL
Helper Functions
Global Functions and Constants
ログ情報
エラーハンドリング
Web Page Caching
Code Modules
Managing your Applications
Handling Multiple Environments
Request Handling
¶
Controllers and Routing
コントローラ
URI ルーティング
コントローラフィルタ
HTTP Messages
Request Class
IncomingRequest Class
Content Negotiation
HTTP Method Spoofing
Building Responses
ビュー
ビューセル
ビューレンダラ
View Layouts
ビューパーサ
HTTP Responses
API Response Trait
Localization
Alternate PHP Syntax for View Files
Handling Databases
¶
Working With Databases
クイックスタート: 使い方のサンプル
データベース設定
データベースへの接続
クエリの実行
クエリ結果の生成
クエリヘルパメソッド
クエリビルダクラス
トランザクション
メタデータの取得
Custom Function Calls
Database Events
Database Utilities
Modeling Data
CodeIgniter のモデルの利用
Using Entity Classes
Managing Databases
Database Manipulation with Database Forge
データベースのマイグレーション
Database Seeding
Libraries & Helpers
¶
ライブラリリファレンス
Caching Driver
CURLRequest Class
Working with Files
Honeypot Class
Image Manipulation Class
Pagination
Throttler
Dates and Times
Typography
Working with Uploaded Files
Working with URIs
User Agent Class
Validation
Helpers
Array Helper
Cookie Helper
Date Helper
Filesystem Helper
Form Helper
HTML Helper
Inflector Helper
Number Helper
Security Helper
Text Helper
URL Helper
XML Helper
Advanced Topics
¶
Testing
Getting Started
Database
Controller Testing
HTTP Testing
Benchmarking
Debugging Your Application
Command Line Usage
Running via the Command Line
Custom CLI Commands
CLI Library
CLIRequest Class
Extending CodeIgniter
Creating Core System Classes
Events
Extending the Controller
Contributing to CodeIgniter