D
D
DrFreez2014-07-13 13:23:40
Yii
DrFreez, 2014-07-13 13:23:40

Yii. How to pass data from database to layout?

The layout has a certain block that should be on every page. It is filled with data from the database. Own question. What is the best way to do this?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
lawe, 2014-07-15
@DrFreez

Controller variables are available in layout. Make an assignment in the controller and echo $this->var in the layout. If necessary on all pages, we accordingly make an assignment in the controller, from which all the rest are inherited

I
Ivan, 2014-07-13
@0neS

DAO or AR depends on the data itself.

A
Alexander Zelenin, 2014-07-14
@zelenin

disassemble any application in yii, read the documentation, manual, writing a blog on offsite - data transfer to a view is used everywhere.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question