Hi,
In Yii 2.0 how to use find all condition in the layout file
I want to display the all project name in the layout file…
How to use find all condition in the layout file
My code in the Layout file main2.php
<?php $model = Project_manage::find()->all(); ?>
We use this code the following error will occur
Error (#1)
An internal server error occurred.(These Error are came)
Kindly help me to fix this,
Thanks