3062 Posts in 864 Topics by 646 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 289 Views |
-
[Solved] Question about automatic & created

22 September 2011 at 10:45pm
public function Title(){
$replace = $this->Title;
$replace = str_replace(' ',' ',$replace);
return $replace;
}I am trying to display titles without being split.
What I get however, is the actual showing up and not turned to html.
-
Re: [Solved] Question about automatic & created

23 September 2011 at 1:34am
$Title.RAW
Achieves the issue I was having
-
Re: [Solved] Question about automatic & created

23 September 2011 at 4:16pm Last edited: 23 September 2011 4:20pm
I'm taking down the [Solved] on the title, because this function produces quite a mess everywhere. In the backend, I still see "ampnbs" everywhere because I cannot program in {Title.RAW} everywhere the DataObject column shows up.
However....
I just switch the function to
public function Title2RAW(){...
and in the calling page
$Title2RAW.RAW
Cheers!
| 289 Views | ||
|
Page:
1
|
Go to Top |

