php - How to fetch data in View in Laravel 4 -
php - How to fetch data in View in Laravel 4 -
i have fetch mysql info in view in laravel 4.2.
not controller or routes. come view controller. need fetch info mysql again.
i know bad practice. need badly. possible?
thanks in advance.
yes possible access class anywhere in laravel. not recommended utilize in view directly. laravel mvc framework. break programming methodology. if application little , in development mode can utilize directly.
php mysql laravel-4
Comments
Post a Comment