Page 1 of 1

Where is page content? {solved}

Posted: Mon Jun 07, 2010 2:47 pm
by christophera
I'm trying to find the files or table that holds the page content.  

I need to do a search and replace on some text site wide.  Seems it would be easiest to do on the files or database than page by page.  But I can't find the content...  the actual text and html that's created when the page content is saved.

Thanks for any assistance -  Chris

Re: Where is page content?

Posted: Mon Jun 07, 2010 4:07 pm
by reneh
this is a database driven cms....
so data is in database
try to look in yourtrefix_content.... tables

Re: Where is page content?

Posted: Mon Jun 07, 2010 6:35 pm
by christophera
It seems like I should be able to find this easy enough. 

I'm using phpMyAdmin and browsing the table: cms_content  and don't see it in there.

Also looked in  cms_content_props,  cms_content_props_seq,  cms_content_seq

Re: Where is page content?

Posted: Mon Jun 07, 2010 6:42 pm
by christophera
Oh, I missed it, it's in the  cms_content_props table.  There's a lot of stuff in there, so I missed it the first couple of times I looked.

Thank you,  Chris