Skip to content

Commit

Permalink
fixed not rendering * in the guide
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Feb 18, 2013
1 parent 04395c4 commit 3385880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/blog/prototype.scaffold.txt
Expand Up @@ -54,7 +54,7 @@ On the `Model Generator` page, enter `tbl_user` (the user table name) in the `Ta

Repeat the same procedure for the rest of the database tables, including `tbl_post`, `tbl_comment`, `tbl_tag` and `tbl_lookup`.

> Tip: We can also enter an asterisk character '*' in the `Table Name` field. This will generate a model class for *every* database table in a single shot.
> Tip: We can also enter an asterisk character `*` in the `Table Name` field. This will generate a model class for *every* database table in a single shot.

At this stage, we will have the following newly created files:

Expand Down
2 changes: 1 addition & 1 deletion docs/blog/ru/prototype.scaffold.txt
Expand Up @@ -73,7 +73,7 @@ http://www.example.com/blog/index.php?r=gii
Повторим те же действия для всех остальных таблиц БД, включая
`tbl_post`, `tbl_comment`, `tbl_tag` и `tbl_lookup`.

> Tip|Подсказка: Также мы можем ввести '*' в поле `Table Name`. Так мы сгенерируем
> Tip|Подсказка: Также мы можем ввести `*` в поле `Table Name`. Так мы сгенерируем
модели для *каждой* таблицы БД за один раз.

На данном этапе у нас будут созданы следующие файлы:
Expand Down

0 comments on commit 3385880

Please sign in to comment.