[jifty-devel] Questions on style, janitorial practice

Jesse Vincent jesse at bestpractical.com
Wed Mar 7 14:15:20 EST 2007




On Sat, Mar 03, 2007 at 05:36:04PM +0000, mraptor wrote:
> I don't know about you but using :
> 
> Jifty->web->out()
> 
> to print in the web page, reminds me alot to Java ;(...
> 
> System.out.println()
> 
> isn't there a way so we can just have :
> 
> out()
> 
> like global thing ;).

When are you using Jifty->web->out() from your own code? I wouldn't
expect it to be needed that much.  In Template::Declare, our new UI
system, you have 'outs()', which should do what you mean ;)


> Talking about this, does Jifty have a notion of ApplicationStart and
> ApplicationEnd ?

What do those mean?


More information about the jifty-devel mailing list