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, 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.


Many of the things you mention are not new in PHP5. This will help:

http://www.zend.com/php5/migration.php

If you want a book:

http://www.oreilly.com/catalog/upgradephp5/

Marcus
--
Marcus Bointon
Synchromedia Limited: Putting you in the picture
[EMAIL PROTECTED] | http://www.synchromedia.co.uk

--
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 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 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 easiest as possible.
>
> http://www.php.net/
>



--
dpc


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: http://www.php.net/unsub.php



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 anyone nows, a website
or a simple tutorial or explained samples, in order that the transition from
PHP4 and PHP5 were easiest as possible.


dictionary.com ('nows'? you mean 'knows'?)

and for the rest, please pull a digit from you deriere and visit a search 
engine:
http://www.google.nl/search?q=php5+beginners+tutorial

there is no substitute for reading the manual - no instant matrix-like download
straight into your head. so given you know everything you want is in the manual
f***ing read it.

actually there is an alternative - find a good php5 programmer and pay him/her
to teach you. (@ 50-100 euros/hour) makes the manual look more appealing if
nothing else.



 Thanks

--
dpc



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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 website
or a simple tutorial or explained samples, in order that the transition from
PHP4 and PHP5 were easiest as possible.
 Thanks

--
dpc