|
Posted by Jay on 11/28/05 01:39
Newbie alert.
Is the standard php library exclusively for PHP5 or is there one for PHP4?
How do I start using it? Is there a require or include directive needed in
order to make use of it?
Same question for PEAR. Is there a PEAR for PHP4 or only for PHP5? How do I
start using its facilities? Is there a require or include directive?
Lastly, I'd like to start using templates. From what I've read, they
simplify code so I don't have to play quoting games like:
echo "foo=\"blah\"" . $foo['bar'] . 'blah' . "bar$foo=\"blah\"";
which is a real drag. I can usually simplify lines like above, but they
never completely simplify to my satisfaction. Googling revealed a bunch of
template libraries. Is there a generally accepted standard one?
I'm using Debian testing/PHP4/Apache/mysql (but thinking of switching to PHP5
and postgresql).
Thanks!
Navigation:
[Reply to this message]
|