Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
Yii Bootstrap 3
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Common
Yii Bootstrap 3
Commits
7ac79a37
Commit
7ac79a37
authored
Mar 27, 2012
by
niskac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected some info in the demo
parent
bf9d668e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
index.php
demo/protected/views/site/index.php
+1
-1
No files found.
demo/protected/views/site/index.php
View file @
7ac79a37
...
...
@@ -457,9 +457,9 @@ Yii::app()->user->setFlash('error', '<strong>Oh snap!</strong> Change a few thin
~~~
[php]
<?php
\$
this->widget('bootstrap.widgets.BootGridView', array(
'type'=>'striped bordered condensed',
'dataProvider'=>
\$
gridDataProvider,
'template'=>
\"
{
items
}
\"
,
'itemsCssClass'=>'table table-striped table-bordered table-condensed',
'columns'=>array(
array('name'=>'id', 'header'=>'#'),
array('name'=>'firstName', 'header'=>'First name'),
...
...
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