RE: [nyphp-talk] Ruby gets another framework

2008-01-31 Thread Peter Sawczynec
It is absolutely true, you must keep up on your ace primary coding language and you probably should know one or two other primaries quite well. But, try to keep in mind that your career is your job and not your life and you must make efforts to collar your job a bit and meanwhile concurrently get i

Re: [nyphp-talk] Ruby gets another framework

2008-01-31 Thread Ajai Khattri
On Sat, 26 Jan 2008, tedd wrote: > I have a client who thinks Ruby is the ultimate leading edge of programming. Right about now, they all do... There's nothing in Ruby per se that you can't do in PHP but its hip right now. > Arr -- I'm getting tired of learning. Welcome to the "sick-of-le

RE: [nyphp-talk] heredoc help please?

2008-01-31 Thread dirn
print nl2br(<>>Doesn't the closing EOD need a trailing ";"?The closing parenthesis apparently takes care of the statement >>closure. Actually, I believe adding one will throw an error. >>You are absolutely correct. I don't understand why

Re: [nyphp-talk] heredoc help please?

2008-01-31 Thread Steve Manes
Urb LeJeune wrote: BTW there is no after "lines." The fact that there is no nl following the last line of the document has always been a mystery to me. PHP supposedly allows white spaces in most places. I could also never understand why spaces are not allowed after the opening or closi

Re: [nyphp-talk] heredoc help please?

2008-01-31 Thread Urb LeJeune
print nl2br( << Doesn't the closing EOD need a trailing ";"? The closing parenthesis apparently takes care of the statement closure. Actually, I believe adding one will throw an error. You are absolutely correct. I don't understand why however :-) The here doc structure is a param

Re: [nyphp-talk] heredoc help please?

2008-01-31 Thread Steve Manes
Urb LeJeune wrote: print nl2br( << Doesn't the closing EOD need a trailing ";"? The closing parenthesis apparently takes care of the statement closure. Actually, I believe adding one will throw an error. ___ New York PHP Community Talk Mailing L

Re: [nyphp-talk] heredoc help please?

2008-01-31 Thread Urb LeJeune
print nl2br( << Doesn't the closing EOD need a trailing ";"? Urb Dr. Urban A. LeJeune, President E-Government.com 609-294-0320 800-204-9545 ~ E-Government.com lowers you costs while increasing your expectations. _

Re: [nyphp-talk] heredoc help please?

2008-01-31 Thread Steve Manes
-- rada -- wrote: Hello all, Can anyone help me with heredoc? I have this code: print nl2br( <