On Mon, December 21, 2009 11:41 am, Christian Grobmeier wrote:
>> But: What exactly do you want to learn? Do you want to learn how to
>> use
>> it better or "academic reasons" or something else? - Depending on
>> all
>> that the focus of the learning might be quite different.
>
> I don't want to start with PHP development itself. I just want to be
> able to learn how to use the language best. For example, I can tell
> you quite good when to use what in java world, because I know how an
> object is being created. This helps me with writing performant code
> and with debugging. I want to getthat ability with PHP too.

I really don't think you need to understand PHP internals at the same
level as Java to get performant code.

Most of your performance issues are either A) obvious (long loops with
expensive bodies), or B) outside of PHP (i.e., the DB, network calls,
disk access).

The core language of PHP is very minimalist.

-- 
Some people ask for gifts here.
I just want you to buy an Indie CD for yourself:
http://cdbaby.com/search/from/lynch



-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to