Just to clarify, the reason I need to change the output in a specific column is because the data from that column is used in several blocks of text across a site.
Example:
My best friend has a 'cat' for a pet that he feeds 'cat'food to on a daily basis at 9am.
My friends 'cat' only likes a certain brand of 'cat'food.
On another page its, a section with specifics that I do not want the word 'cat' to appear. instead something like 'pet' as placeholder text while I edit the row data to actually have a value instead of currently being empty so that once the column has data in it, I do not have to go in and edit the HTML or code on the page:
Animal Type: 'cat'
Brand: BrandName
Cost: $12
Some rows do not have a value in them for 'cat' so until I get a value in there, I just want to use a generic word so that the page still 'reads' correctly, even if there is no specific data being displayed.
So whether the word is dog, cat, fish, etc I want to use 'zombie' (or 'pet') as the word being displayed hence changing the output data without actually changing the entire data set, because what is in there, is correct for the other pages.
|