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
8cb701ae
Commit
8cb701ae
authored
Jan 15, 2014
by
Klimov Paul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Missing "md" extension added for "Using 3rd-Party Libraries" guide part
parent
0cd98678
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
using-3rd-party-libraries.md
docs/guide/using-3rd-party-libraries.md
+1
-1
No files found.
docs/guide/using-3rd-party-libraries
→
docs/guide/using-3rd-party-libraries
.md
View file @
8cb701ae
...
@@ -32,7 +32,7 @@ Using Yii2 with Yii1
...
@@ -32,7 +32,7 @@ Using Yii2 with Yii1
Yii2 can be used along with Yii1 at the same project.
Yii2 can be used along with Yii1 at the same project.
Since Yii2 uses namespaced class names they will not conflict with any class from Yii1.
Since Yii2 uses namespaced class names they will not conflict with any class from Yii1.
However there is single class, which name is used both in Yii1 and Yii2, it named 'Yii'.
However there is single class, which name is used both in Yii1 and Yii2, it named 'Yii'.
In order to use both Yii1 and Yii2 you need to resolve this colli
t
ion.
In order to use both Yii1 and Yii2 you need to resolve this colli
s
ion.
To do so you need to define your own 'Yii' class, which will combine content of 'Yii' from 1.x
To do so you need to define your own 'Yii' class, which will combine content of 'Yii' from 1.x
and 'Yii' from 2.x.
and 'Yii' from 2.x.
...
...
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