Welcome Guest, Not a member yet? Register   Sign In
how dynamic titles
#1

How can I show dynamic titles for my application posts? I already red the docs. But I cant achive that for exampe I created a blog but in every post does not change the title. I wrote this config['page_title'] = "my title", but that title is showing in every post.
Reply
#2

Can you post some portion of your codes?. You tried to put 'page_title' in config and call it to view then obviously
it is same for all pages anyway
Reply
#3

Hi, the basic concept is:
  1. Save data to database.
  2. Read data in model from database (read about models).
  3. Get data in controler from model (read about controllers).
  4. Pass data to view from controller (read about views).
  5. Show data in view.
I hope this will help you a little bit.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB