#1
First of all totally new to php.

I am trying to get website details from database table web_settings, like website title, description, favicon, logo, and other details. How i can read these details from mysql in welcome module and then show into the welcome view.
example

Thanks.
#2
Hello and Welcome,
First thing you need to do is go through the Learn link.
This will show you how to do what you want.
https://trongate.io/training/beginner
#3
In the welcome controller file.



then in the welcome view file.



and or