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
5c01e23e
Commit
5c01e23e
authored
Nov 13, 2011
by
mdomba (mdlap)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos and my note
parent
2272c97f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
7 deletions
+14
-7
review_2011_11_12_alex.md
docs/review_2011_11_12_alex.md
+5
-0
readme.md
readme.md
+8
-6
upgrade.md
upgrade.md
+1
-1
No files found.
docs/review_2011_11_12_alex.md
View file @
5c01e23e
...
...
@@ -35,6 +35,11 @@ where possible.
> The purpose of evaluateExpression() is to provide a way of evaluating a PHP expression
> in the context of an object. Will remove it before release if we find no use of it.
>> mdomba:
>> As eval() is controversial, and anonymous functions can replace all Yii 1 usage of eval()
>> how about removing it from the beginning and add it only if we find it necessary.
>> This way we would not be tempted to stick with eval() and will be forced to first try to find alternatives
### Object::create()
#### `__construct` issue
...
...
readme.md
View file @
5c01e23e
...
...
@@ -16,7 +16,7 @@ directory. You shall see the following files and directories:
changelog.md describing changes in every Yii release
license.md license of Yii
readme.md this file
up
dgrade.md
upgrading instructions
up
grade.md
upgrading instructions
REQUIREMENTS
...
...
@@ -38,13 +38,15 @@ QUICK START
Yii comes with a command line tool called "yiic" that can create
a skeleton Yii application for you to start with.
On command line, type in the following commands:
On
a
command line, type in the following commands:
$ cd YiiPath/framework (Linux)
cd YiiPath\framework (Windows)
for Linux
$ cd YiiPath/framework
$ ./yiic webapp ../testdrive
$ ./yiic webapp ../testdrive (Linux)
yiic webapp ..\testdrive (Windows)
for Windows
cd YiiPath
\f
ramework
yiic webapp ..
\t
estdrive
The new Yii application will be created at "YiiPath/testdrive".
You can access it with the following URL:
...
...
upgrade.md
View file @
5c01e23e
...
...
@@ -9,7 +9,7 @@ version B between A and C, you need to following the instructions
for both A and B.
General upgrade intructions
General upgrade in
s
tructions
---------------------------
-
Make a backup.
...
...
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