What defines writing PHP?
        Posted  
        
            by cdburgess
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cdburgess
        
        
        
        Published on 2010-03-08T20:03:09Z
        Indexed on 
            2010/03/08
            20:06 UTC
        
        
        Read the original article
        Hit count: 416
        
php
When writing PHP code for any given project, do you find you can write code off the top of your head? Or do you make multiple round trips to php.net? If it is the later, can you still be considered a good coder. This is a legitimate question as I find I have difficulty always remembering all of the functions that are available to me so I find I use php.net as a crutch. Is there anyway to improve this?
© Stack Overflow or respective owner