Re: Variable substitution

2009-09-17 Thread djogo
submission receipt needs project data, > > > > and there you go) > > > > > That's why I wanted to perform var subst in a variable contents.I > > > > don't need code evaluation (bad practice, as pointed outra). > > > > > Dfcp > >

Re: Variable substitution

2009-09-16 Thread euromark (munich)
l needs user info, project submission receipt needs project data, > > > and there you go) > > > > That's why I wanted to perform var subst in a variable contents.I > > > don't need code evaluation (bad practice, as pointed outra). > > > > Dfcp >

Re: Variable substitution

2009-09-16 Thread djogo
"euromark (munich)" > > wrote: > > > > thats what bbcode, placeholders etc. and sprintf(), replace functions > > > etc. are for > > > > On 14 Sep., 20:11, brian wrote: > > > > > On Mon, Sep 14, 2009 at 8:06 AM, djogo wrote: > >

Re: Variable substitution

2009-09-15 Thread Dr. Loboto
exactly the point, I want it to be in a database column, and > > > > allow the end-user to edit it. Therefore, $test would keep a HTML/RTF > > > > document with tags . > > > > > I want to get it, perform variable substitution, and then e-mail it, > > &g

Re: Variable substitution

2009-09-15 Thread brian
or >> >> On 14 Sep., 20:11, brian wrote: >> >> > On Mon, Sep 14, 2009 at 8:06 AM, djogo wrote: >> >> > > That's exactly the point, I want it to be in a database column, and >> > > allow the end-user to edit it. Therefore, $test would keep

Re: Variable substitution

2009-09-15 Thread djogo
in a database column, and > > > allow the end-user to edit it. Therefore, $test would keep a HTML/RTF > > > document with tags . > > > > I want to get it, perform variable substitution, and then e-mail it, > > > or save it in another database column, but I jus

Re: Variable substitution

2009-09-14 Thread euromark (munich)
it it. Therefore, $test would keep a HTML/RTF > > document with tags . > > > I want to get it, perform variable substitution, and then e-mail it, > > or save it in another database column, but I just don't want to > > display it. > > What do you mean by "all

Re: Variable substitution

2009-09-14 Thread brian
On Mon, Sep 14, 2009 at 8:06 AM, djogo wrote: > > That's exactly the point, I want it to be in a database column, and > allow the end-user to edit it. Therefore, $test would keep a HTML/RTF > document with tags . > > I want to get it, perform variable substitution, and th

Re: Variable substitution

2009-09-14 Thread Miles J
h tags . > > I want to get it, perform variable substitution, and then e-mail it, > or save it in another database column, but I just don't want to > display it. > > dfcp > > On Sep 13, 12:43 pm, brian wrote: > > > > > > > This is a bit confusing. Why

Re: Variable substitution

2009-09-14 Thread djogo
That's exactly the point, I want it to be in a database column, and allow the end-user to edit it. Therefore, $test would keep a HTML/RTF document with tags . I want to get it, perform variable substitution, and then e-mail it, or save it in another database column, but I just don'

Re: Variable substitution

2009-09-13 Thread brian
7;name']. > > Is there any class on cakephp to do it? Yeah, I'm currently using > Smarty for that, it allows me to perform variable substitution not > only in "view" files, but also in strings. > > And I feel that doing something like > > eval( "\$return

Variable substitution

2009-09-12 Thread djogo
s into the variable $destinatary ['Person']['name']. Is there any class on cakephp to do it? Yeah, I'm currently using Smarty for that, it allows me to perform variable substitution not only in "view" files, but also in strings. And I feel that doing something like