Welcome Guest, Not a member yet? Register   Sign In
Problem with parser
#3

(08-31-2018, 08:57 AM)Pertti Wrote: Haven't used it myself, but over here https://www.codeigniter.com/userguide3/l...sage-notes looks like you need to set seo_book_title first in array, then follow-ups that might be in the first string after that.

PHP Code:
$data = [
 
  'seo_book_title' => $SeoBooks->title,
 
  'site_name' => $ConfigurationSite->name,
 
  'seo_title' => $ConfigurationSite->title
]; 

No, it doesn't work, I don't know if I've been able to explain myself properly.
I have this stored in my database: "Buy on {site_name}" and I want you to show me on the new label(seo_book_title) what I have in the database, It should work, since site_name is already defined, but it shows text as I have it in the database.
Reply


Messages In This Thread
Problem with parser - by Decibel150 - 08-31-2018, 08:11 AM
RE: Problem with parser - by Pertti - 08-31-2018, 08:57 AM
RE: Problem with parser - by Decibel150 - 08-31-2018, 09:50 AM
RE: Problem with parser - by ciadmin - 08-31-2018, 10:51 AM
RE: Problem with parser - by Decibel150 - 08-31-2018, 12:53 PM
RE: Problem with parser - by ciadmin - 08-31-2018, 03:03 PM
RE: Problem with parser - by John_Betong - 08-31-2018, 08:42 PM
RE: Problem with parser - by Decibel150 - 09-01-2018, 07:09 AM
RE: Problem with parser - by ciadmin - 09-01-2018, 07:44 AM
RE: Problem with parser - by Decibel150 - 09-01-2018, 08:41 AM
RE: Problem with parser - by John_Betong - 09-01-2018, 11:03 PM



Theme © iAndrew 2016 - Forum software by © MyBB