Thank you for the info. The PHP5 thing sounds like a public relations issue with PHP though. Because a lot of the major media available on PHP (books and online info) still very much present PHP 5 as seemingly brand new
Warmest regards, Peter Sawczynec Technology Dir. blūstudio 941.893.0396 p...@blu-studio.com www.blu-studio.com -----Original Message----- From: talk-boun...@lists.nyphp.org [mailto:talk-boun...@lists.nyphp.org] On Behalf Of Jake McGraw Sent: Tuesday, July 28, 2009 11:46 AM To: NYPHP Talk Subject: Re: [nyphp-talk] So You Got a New PHP5 Job On Tue, Jul 28, 2009 at 9:31 AM, Justin Dearing<zippy1...@gmail.com> wrote: > If their not using PHPDocumentor, setup a cron job to generate the > documentation every hour, even if runs locally on your laptop for now. Start > documenting the code as you make changes. > Even if there are no javadoc like comments in the code, You'll have a list > of functions, classes, files, etc. > Oh yeah, go down to some user group meetings, talk about your experiences at > your new job. Make sure people don't tell you to run away. > Regards, > Justin Dearing > 2009/7/28 Peter Sawczynec <p...@blu-studio.com> >> >> Now what? Guidelines, must-dos, things to avoid, generic new job advice, >> websites/blogs to review daily, other good advice websites, book(s) to >> checkout, feedback, thoughts... Using the vernacular "I have a PHP5 job" is pass�. PHP5 is now over five years old, any PHP job should be a PHP5 job :-P. Couple of must-dos: * Use special function "__construct" NOT class name for constructor. * Use visibility: public, protected, don't just make everything public * Define the special function "__toString" with something useful, makes debugging much simpler * Read, and I mean read, don't skim, through every single page here: http://php.net/oop - jake >> >> >> >> Warmest regards, >> >> >> >> Peter Sawczynec >> >> Technology Dir. >> >> blustudio >> >> 941.893.0396 >> >> p...@blu-studio.com >> >> www.blu-studio.com >> >> >> >> >> >> _______________________________________________ >> New York PHP User Group Community Talk Mailing List >> http://lists.nyphp.org/mailman/listinfo/talk >> >> http://www.nyphp.org/show_participation.php > > > _______________________________________________ > New York PHP User Group Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > > http://www.nyphp.org/show_participation.php > _______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php _______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php