voten-co / voten

The code that powers voten.co
https://voten.co
Apache License 2.0
1.26k stars 233 forks source link

Data output from MYSQL to template #368

Closed amiller911 closed 4 years ago

amiller911 commented 5 years ago

Could you tell me please as to withdraw from MYSQL data in pattern? (view.php)

You need to display the name of the channel. How can I do that?

saleh-old commented 5 years ago

I don't understand the question. Please explain better.

amiller911 commented 5 years ago

I don't understand the question. Please explain better.

I don't want to use Vue.

Me need a template to display the title of the article and the link of the article (In the database is the

Submission - Title

and

Submission - Slug

How to display the name in the template (submission.view)? I try

{{ $submission->title }}

in view template, but i get error

ErrorException (E_ERROR) Undefined variable: submission

Thank you.