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
836eb5bc
Commit
836eb5bc
authored
Feb 02, 2014
by
Larry Ullman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Very minor edits
parent
b437b892
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
overview.md
docs/guide/overview.md
+6
-6
No files found.
docs/guide/overview.md
View file @
836eb5bc
...
@@ -15,8 +15,8 @@ PHP 5.4.0 or greater.
...
@@ -15,8 +15,8 @@ PHP 5.4.0 or greater.
For developers who want to use Yii, understanding object-oriented
For developers who want to use Yii, understanding object-oriented
programming (OOP) is very helpful, because Yii is a pure OOP framework.
programming (OOP) is very helpful, because Yii is a pure OOP framework.
Yii 2.0 also makes use of the latest features of PHP such as
[
namespaces
](
http://www.php.net/manual/en/language.namespaces.php
)
Yii 2.0 also makes use of the latest features of PHP such as
[
namespaces
](
http://www.php.net/manual/en/language.namespaces.php
)
,
so you should be familiar with how they work.
so you should be familiar with how they work
, too
.
What is Yii Best for?
What is Yii Best for?
...
@@ -24,16 +24,16 @@ What is Yii Best for?
...
@@ -24,16 +24,16 @@ What is Yii Best for?
Yii is a generic Web programming framework that can be used for developing
Yii is a generic Web programming framework that can be used for developing
virtually any type of Web application. Because it is light-weight and
virtually any type of Web application. Because it is light-weight and
equipped with sophisticated caching mechanisms,
it
is especially suited
equipped with sophisticated caching mechanisms,
Yii
is especially suited
to high-traffic applications
,
such as portals, forums, content
to high-traffic applications such as portals, forums, content
management systems (CMS), e-commerce projects,
etc
.
management systems (CMS), e-commerce projects,
and so on
.
How does Yii Compare with Other Frameworks?
How does Yii Compare with Other Frameworks?
-------------------------------------------
-------------------------------------------
-
Like most PHP frameworks, Yii is uses the MVC (Model-View-Controller) design approach.
-
Like most PHP frameworks, Yii is uses the MVC (Model-View-Controller) design approach.
-
Yii is a fullstack framework providing many solutions and components, such as logging, session management, caching etc.
-
Yii is a fullstack framework providing many solutions and components, such as logging, session management, caching
,
etc.
-
Yii strikes a good balance between simplicity and features.
-
Yii strikes a good balance between simplicity and features.
-
Syntax and overall development usability are taken seriously by the Yii development team.
-
Syntax and overall development usability are taken seriously by the Yii development team.
-
Performance is one of the key goals for the Yii framework.
-
Performance is one of the key goals for the Yii framework.
...
...
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