Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Re: [PHP] New to PHP

    Mike Ford wrote:
    >> -----Original Message-----
    >> From: Jeff Harris [mailto:jharris@rallycentral.us]
    >> Sent: 07 July 2003 23:27
    >>
    >> After coding for a while, I would suggest that while you're reading
    >> through coding excercises, you find a coding style that works
    >> for you and
    >> keep it consistant. One of the least fun parts of creating
    >> your php pages
    >> is reading some code that you coded months (years) ago, and
    >> it's totally
    >> out of style with everything else that you're doing.
    >
    > H'mm, yes -- reminds me of the following, which someone taught me in
    > the dim-and-distant past and I'm constantly quoting to people who
    > don't adequately comment code:
    >
    > "Someone else's code: code written by someone else, or code written
    > by you more than 6 months ago".
    And the corollary to is: Most of what constitutes value in commented code
    is the code itself, which exhibits well-named variables, methods, etc. and
    well-structured, well-encapsulated algorithms. When code is structured
    appropriately, then the only actual comments needed are to explain unusual
    logic or business rules that cannot be easily deciphered from reading the
    code.

    Steve
    --

    Steve Magruder Consulting - [url]http://consulting.stevemagruder.com[/url]


    Steve Magruder Guest

  2. #2

    Default RE: [PHP] New to PHP

    Wow.. There's a guy named Rasmus here. Is here(or u) the same person who
    wrote that book? this is way cool..

    Oh.. BTW, "PHP & Mysql Web Development" is GOOD.

    Also, since a lot of codes are open sourced, Read through them as well. I'm
    learning through that too. (& this list)

    Cheers,
    Mun Heng, Ow
    H/M Engineering
    Western Digital M'sia
    DID : 03-7870 5168


    -----Original Message-----
    From: Ralph [mailto:ralph@nqionline.com]
    Sent: Tuesday, July 08, 2003 9:01 AM
    To: 'Hiren Mehta'; 'PHP'
    Subject: RE: [PHP] New to PHP


    Here are some sites for you to get started:

    http://www.zend.com/developers.php
    http://www.phpcomplete.com/tutorials.php
    http://www.evilwalrus.com/articles.php

    And for books, here are some excellent books I've come across:

    Programming PHP
    By Rasmus Lerdorf

    Web Application Development with PHP 4.0
    by Tobias Ratschiller

    Professional PHP4 Programming
    By Deepak Thomas





    -----Original Message-----
    From: Hiren Mehta [mailto:hiren@activetopic.com]
    Sent: Monday, July 07, 2003 2:28 PM
    To: PHP
    Subject: [PHP] New to PHP

    Hi I am new to PHP and would like to learn more about it. Which would be
    the best place to start with besides the manual and what would you
    suggest is a pre-requiste for learning PHP.

    Thanks

    Regards,

    Hiren


    Ow Mun Heng Guest

  3. #3

    Default RE: [PHP] New to PHP

    Yes, and also the same Rasmus founder of PHP. From time to time he may
    even respond to one of you questions. :-)

    And you're right one of the best ways to learn is to look at other open
    source code. I've learned how to write efficient code and also learned
    programming tricks by studying other code.

    Welcome to the team,

    -----Original Message-----
    From: Ow Mun Heng [mailto:ow.mun.heng@wdc.com]
    Sent: Tuesday, July 08, 2003 7:52 PM
    To: PHP
    Subject: RE: [PHP] New to PHP

    Wow.. There's a guy named Rasmus here. Is here(or u) the same person who
    wrote that book? this is way cool..

    Oh.. BTW, "PHP & Mysql Web Development" is GOOD.

    Also, since a lot of codes are open sourced, Read through them as well.
    I'm
    learning through that too. (& this list)

    Cheers,
    Mun Heng, Ow
    H/M Engineering
    Western Digital M'sia
    DID : 03-7870 5168


    -----Original Message-----
    From: Ralph [mailto:ralph@nqionline.com]
    Sent: Tuesday, July 08, 2003 9:01 AM
    To: 'Hiren Mehta'; 'PHP'
    Subject: RE: [PHP] New to PHP


    Here are some sites for you to get started:

    http://www.zend.com/developers.php
    http://www.phpcomplete.com/tutorials.php
    http://www.evilwalrus.com/articles.php

    And for books, here are some excellent books I've come across:

    Programming PHP
    By Rasmus Lerdorf

    Web Application Development with PHP 4.0
    by Tobias Ratschiller

    Professional PHP4 Programming
    By Deepak Thomas





    -----Original Message-----
    From: Hiren Mehta [mailto:hiren@activetopic.com]
    Sent: Monday, July 07, 2003 2:28 PM
    To: PHP
    Subject: [PHP] New to PHP

    Hi I am new to PHP and would like to learn more about it. Which would be
    the best place to start with besides the manual and what would you
    suggest is a pre-requiste for learning PHP.

    Thanks

    Regards,

    Hiren



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



    Ralph Guzman Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139