Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
f647b65a
Commit
f647b65a
authored
Jan 23, 2015
by
Nobuo Kihara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs/guide-ja/intro-upgrade-from-v1.md - refined [ci skip]
parent
d0ab9f5d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
docs/guide-ja/README.md
+2
-2
intro-upgrade-from-v1.md
docs/guide-ja/intro-upgrade-from-v1.md
+0
-0
intro-yii.md
docs/guide-ja/intro-yii.md
+1
-1
No files found.
docs/guide-ja/README.md
View file @
f647b65a
Yii 2.0 決定版ガイド
====================
このチュートリアルは
[
Yii ドキュメント許
容
条件
](
http://www.yiiframework.com/doc/terms/
)
の下にリリースされています。
このチュートリアルは
[
Yii ドキュメント許
諾
条件
](
http://www.yiiframework.com/doc/terms/
)
の下にリリースされています。
All Rights Reserved.
...
...
@@ -74,7 +74,7 @@ All Rights Reserved.
データベースの取り扱い
----------------------
*
[
データアクセスオブジェクト
](
db-dao.md
)
: データベースへの接続、基本的なクエリ、トランザクション、および、スキーマ操作
*
[
データ
ベース
アクセスオブジェクト
](
db-dao.md
)
: データベースへの接続、基本的なクエリ、トランザクション、および、スキーマ操作
*
[
クエリビルダ
](
db-query-builder.md
)
: シンプルな抽象レイヤを使ってデータベースに対してクエリを行う
*
[
アクティブレコード
](
db-active-record.md
)
: アクティブレコード ORM、レコードの読み出しと操作、リレーションの定義
*
[
マイグレーション
](
db-migrations.md
)
: チーム開発環境においてデータベースにバージョンコントロールを適用
...
...
docs/guide-ja/intro-upgrade-from-v1.md
View file @
f647b65a
This diff is collapsed.
Click to expand it.
docs/guide-ja/intro-yii.md
View file @
f647b65a
...
...
@@ -21,7 +21,7 @@ Yii を他のフレームワークと比べると
-
ほとんどの PHP フレームワーク同様、Yii は MVC (Model-View-Controller) デザインパターンを実装し、このパターンに基づいたコードの組織化を推進しています。
-
Yii は、コードはシンプルかつエレガントに書かれるべきである、という哲学を採用しています。
何らかのデザインパターンの厳密な遵守を主
目的とする凝りすぎた設計には、Yii は決して手を出し
ません。
何らかのデザインパターンの厳密な遵守を主
な目的とする凝りすぎた設計を、Yii がしようと試みることは決してあり
ません。
-
Yii はフル装備のフレームワークです。
クエリビルダ、リレーショナルデータベースと NoSQL データベースの双方のためのアクティブレコード、RESTful API 開発サポート、多層構成のキャッシュサポート、その他、検証済みで直ちに使える多数の機能を提供します。
-
Yii は極めて拡張性の高いフレームワークです。あなたはコアのコードのほとんど全ての要素をカスタマイズしたり置き換えたりすることが出来ます。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment