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
cd7e51df
Commit
cd7e51df
authored
Mar 10, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2682 from jacekk/guide-not-found-links
Guide not found links
parents
f7a5c29e
0702a091
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
4 deletions
+4
-4
data-grid.md
docs/guide/data-grid.md
+1
-1
extensions.md
docs/guide/extensions.md
+1
-1
README.md
extensions/elasticsearch/README.md
+1
-1
README-debug.png
extensions/elasticsearch/images/README-debug.png
+0
-0
README.md
extensions/faker/README.md
+1
-1
No files found.
docs/guide/data-grid.md
View file @
cd7e51df
...
@@ -2,7 +2,7 @@ Data grid
...
@@ -2,7 +2,7 @@ Data grid
=========
=========
Data grid or GridView is one of the most powerful Yii widgets. It is extremely useful if you need to quickly build admin
Data grid or GridView is one of the most powerful Yii widgets. It is extremely useful if you need to quickly build admin
section of the system. It takes data from
[
data provider
](
data-provider.md
)
and renders each row using a set of columns
section of the system. It takes data from
[
data provider
](
data-provider
s
.md
)
and renders each row using a set of columns
presenting data in a form of a table.
presenting data in a form of a table.
Each row of the table represents the data of a single data item, and a column usually represents an attribute of
Each row of the table represents the data of a single data item, and a column usually represents an attribute of
...
...
docs/guide/extensions.md
View file @
cd7e51df
...
@@ -37,7 +37,7 @@ There should be a `readme.md` file, written in English. This file should clearly
...
@@ -37,7 +37,7 @@ There should be a `readme.md` file, written in English. This file should clearly
It is a good idea to include some screenshots as part of the documentation, especially if your extension provides a widget.
It is a good idea to include some screenshots as part of the documentation, especially if your extension provides a widget.
It is recommended to host your extensions at
[
Github
](
github.com
)
.
It is recommended to host your extensions at
[
Github
](
https://
github.com
)
.
Extensions should also be registered at
[
Packagist
](
https://packagist.org
)
in order to be installable via Composer.
Extensions should also be registered at
[
Packagist
](
https://packagist.org
)
in order to be installable via Composer.
...
...
extensions/elasticsearch/README.md
View file @
cd7e51df
...
@@ -190,7 +190,7 @@ enabled, it is sufficient to just add the panels configuration):
...
@@ -190,7 +190,7 @@ enabled, it is sufficient to just add the panels configuration):
// ...
// ...
```
```
![
elasticsearch DebugPanel
](
README-debug.png
)
![
elasticsearch DebugPanel
](
images/
README-debug.png
)
Relation definitions with records whose primary keys are not part of attributes
Relation definitions with records whose primary keys are not part of attributes
...
...
extensions/elasticsearch/README-debug.png
→
extensions/elasticsearch/
images/
README-debug.png
View file @
cd7e51df
File moved
extensions/faker/README.md
View file @
cd7e51df
...
@@ -129,7 +129,7 @@ php yii fixture/generate all --templatePath='@app/path/to/my/custom/templates'
...
@@ -129,7 +129,7 @@ php yii fixture/generate all --templatePath='@app/path/to/my/custom/templates'
php
yii
fixture
/
generate
all
--
fixtureDataPath
=
'@tests/acceptance/fixtures/data'
php
yii
fixture
/
generate
all
--
fixtureDataPath
=
'@tests/acceptance/fixtures/data'
```
```
You also can create your own data providers for custom tables fields, see
[
Faker
](
(https://github.com/fzaninotto/Faker
)
) library guide for more info;
You also can create your own data providers for custom tables fields, see
[
Faker
](
https://github.com/fzaninotto/Faker
)
library guide for more info;
After you created custom provider, for example:
After you created custom provider, for example:
```
php
```
php
...
...
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