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
cc1dde02
Commit
cc1dde02
authored
Nov 06, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5940 from aminking2005/patch-4
Update structure-extensions.md [ci skip]
parents
5b2c544d
4a3c8338
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
structure-extensions.md
docs/guide/structure-extensions.md
+1
-1
No files found.
docs/guide/structure-extensions.md
View file @
cc1dde02
...
...
@@ -243,7 +243,7 @@ To avoid name collisions and make the classes in your extension autoloadable, yo
name the classes in your extension by following the
[
PSR-4 standard
](
http://www.php-fig.org/psr/psr-4/
)
or
[
PSR-0 standard
](
http://www.php-fig.org/psr/psr-0/
)
.
You class namespaces should start with
`vendorName\extensionName`
, where
`extensionName`
is similar to the project name
You
r
class namespaces should start with
`vendorName\extensionName`
, where
`extensionName`
is similar to the project name
in the package name except that it should not contain the
`yii2-`
prefix. For example, for the
`yiisoft/yii2-imagine`
extension, we use
`yii\imagine`
as the namespace its classes.
...
...
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