[PHP] Newbie to PHP5

2005-11-15 Thread Danny
Hi there, I´m familiar with PHP syntax, but I´ve been reading some sample scripts, in PHP5 and i´ve seen some strange things, like diferent ways to read a collection of rows, magic functions, wrapers, and operators like :: and -. I know that all is the manual, but before that anyone nows, a

Re: [PHP] Newbie to PHP5

2005-11-15 Thread Jochem Maas
Danny wrote: Hi there, I´m familiar with PHP syntax, but I´ve been reading some sample scripts, in PHP5 and i´ve seen some strange things, like diferent ways to read a collection of rows, magic functions, wrapers, and operators like :: and -. I know that all is the manual, but before that

Re: [PHP] Newbie to PHP5

2005-11-15 Thread Raz
-. I know that all is the manual, but before that anyone nows, a website or a simple tutorial or explained samples, in order that the transition from PHP4 and PHP5 were easiest as possible. http://www.php.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Newbie to PHP5

2005-11-15 Thread Danny
Thanks. Any other source (some resume pdf or something like What´s new) On 11/15/05, Raz [EMAIL PROTECTED] wrote: -. I know that all is the manual, but before that anyone nows, a website or a simple tutorial or explained samples, in order that the transition from PHP4 and PHP5 were

Re: [PHP] Newbie to PHP5

2005-11-15 Thread Raz
http://uk2.php.net/manual/en/migration5.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Newbie to PHP5

2005-11-15 Thread Marcus Bointon
On 15 Nov 2005, at 10:06, Danny wrote: I´m familiar with PHP syntax, but I´ve been reading some sample scripts, in PHP5 and i´ve seen some strange things, like diferent ways to read a collection of rows, magic functions, wrapers, and operators like :: and -. I know that all is the manual,