Important PHP Resources

4 Replies / 1153 Views
Results 1 to 5 of 5
  1. #1
    Forum Saint Array Nintendus's Avatar
    Join Date
    Sep 2006
    Location
    England
    Posts
    1,578
    Post Thanks / Like

    Default Important PHP Resources

    I feel there should be one of these, as I could not find one. Forgive me if I am wrong, but two directories could not hurt.

    I feel PHP as a language is neccessary to know on the internet nowadays as sites are moving away from static pages.

    PHP software editors:
    http://www.mpsoftware.dk/ (PHP Designer 2006) - This one gets a personal thums up from me, the personal version is free and it has a lot of desirabale features.

    Macromedia Dreamweaver - This one costs a lot as some of you know. I do not feel it is entirely worth is myself, as it is more of a HTML editor for people to lazy to really learn it.

    Notepad++ (http://notepad-plus.sourceforge.net/uk/about.php) - Quite a basic bit of software based on MS's wordpad. Features syntax highlighting and some other features. Worth checking out.

    http://www.nusphere.com/products/index.htm - I have very little experience with this but I have heard it is quite popular.

    Book tutorials:
    http://www.amazon.co.uk/Dynamic-Site...e=UTF8&s=books
    This is the guide I used, covering PHP and mySQL. I thought it was brilliant personally, it took me through at a comfortable pace and had examples as well.

    http://www.amazon.co.uk/PHP-MySQL-We...844096-6197565 - Another book, this one I have not read. But it appears to have good reviews cited.

    Online tutroials:
    http://w3schools.com/php/default.asp - perhaps some of the best tutorials online, but I personally find them boring and hard to follow.

    http://www.phpfreaks.com/ - A lot on offer here, including bunches of tutorials and code examples.

    http://www.zend.com/php/beginners/index.php - Another good beggininers guide to starting out in PHP.

  2. #2
    Well-Known Member Array conor's Avatar
    Join Date
    Jun 2007
    Location
    Dún Dealgan, Éire
    Age
    20
    Posts
    400
    Post Thanks / Like

    Default Re: Important PHP Resources

    Hmmm. I never really thought there were any good IDEs for php. That was the one thing it lacked. The sites you mentioned were very helpful when I started coding php.
    The official docs on
    www.php.net
    are worth a look after that. They're really helpful
    Sense makes to me it anyway.

  3. #3
    Forum Saint Array
    Join Date
    Apr 2007
    Posts
    2,236
    Post Thanks / Like

    Default Re: Important PHP Resources

    Decent IDEs :\ You must have overlooked such IDEs as Dreamweaver and Zend, plus, I have to be honest, if you can't code by hand you shouldn't be coding or claiming to be a programmer. I'm not saying this is you but in general.

    I use Dreamweaver personally because it will integrate with client projects by allowing me to store snippets and change the IDE to have inline things I program in. Zend is good if you don't know how to run your own server because it has inline debugging and servers, its not built for the average n00b though. Talking about this brings up the days of getting Zend certifications

    http://www.sitepoint.com - Very good resource.
    http://www.php.net/enter_function_name_here/ - Specifics on functions fast.


    For those of you who have never built or don't understand templating systems http://smarty.php.net/ would be good for you.
    Last edited by fraggled : June 12th '07 at 02:45 AM

  4. #4
    Well-Known Member Array conor's Avatar
    Join Date
    Jun 2007
    Location
    Dún Dealgan, Éire
    Age
    20
    Posts
    400
    Post Thanks / Like

    Default Re: Important PHP Resources

    I actually don't use and IDE. I test my scripts with abyss web server and notepad. Most ppl looking for php resources will be beginners and therefore might benefit from an IDE for a bit of help.
    I had issues with zend running vista but I'm sure it's ok for any other OS
    Bad Vista :angered:
    Sense makes to me it anyway.

  5. #5
    Forum Saint Array
    Join Date
    Apr 2007
    Posts
    2,236
    Post Thanks / Like

    Default Re: Important PHP Resources

    As long as everyone around here hand codes and uses their own snippets (not other peoples unless its them learning from a tutorial) I am rather happy , nothing makes me happier then when other people hand code like me from the brain. IDE or no IDE we all have our prefrences there and thats not what makes the programmer, its whether or not you program it by hand .
    Last edited by fraggled : June 12th '07 at 08:22 PM

Bookmarks

Posting Permissions

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