Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>First off, there is <em>no</em> must know about learning PHP and MySQL... You go into it not knowing anything, and you'll come out of it knowing a bunch. If there was a must know, then nobody would be able to get into PHP and MySQL development. I personally think you are at a slight advantage going into this without knowing everything about it. It'll give you a fresh perspective and a think outside of the box attitude :)</p> <p>As far as the object oriented stuff in this thread, it's true. But, as others have said, it's completely up to the programmer (you) to decide how to write your code. You can use object oriented practices, make a spaghetti code junction, or just right a bunch of functions, or whatever. Either way, as everyone else has been saying, it's up to you :) </p> <p><strong>IRC channel:</strong></p> <p>Don't really need this, but I find it helpful... See you in here :)</p> <p>irc.freenode.net #php</p> <p><strong>Manual:</strong></p> <p>The manual is your friend and probably the only thing you <em>should</em> know before diving in.</p> <p><a href="http://www.php.net/manual/en/" rel="nofollow noreferrer">http://www.php.net/manual/en/</a></p> <p><a href="http://dev.mysql.com/doc/refman/5.0/en/apis-php.html" rel="nofollow noreferrer">http://dev.mysql.com/doc/refman/5.0/en/apis-php.html</a></p> <p><strong>Frameworks:</strong></p> <p>Make sure it's an MVC framework :)</p> <p><a href="http://www.cakephp.org/" rel="nofollow noreferrer">http://www.cakephp.org/</a></p> <p><a href="http://www.phpmvc.net/" rel="nofollow noreferrer">http://www.phpmvc.net/</a></p> <p><a href="http://www.codeigniter.com/" rel="nofollow noreferrer">http://www.codeigniter.com/</a></p> <p><a href="http://www.symfony.com/" rel="nofollow noreferrer">http://www.symfony.com/</a></p> <p><a href="http://www.laravel.com/" rel="nofollow noreferrer">http://www.laravel.com</a></p> <p><a href="http://www.yiiframework.com/" rel="nofollow noreferrer">http://www.yiiframework.com/</a></p> <p><strong>IDE:</strong></p> <p>Whatever suits you best :)</p> <p><a href="http://www.eclipse.org/" rel="nofollow noreferrer">http://www.eclipse.org/</a></p> <p><a href="http://www.vim.org/" rel="nofollow noreferrer">http://www.vim.org/</a></p> <p><a href="http://www.zend.com/en/products/studio/" rel="nofollow noreferrer">http://www.zend.com/en/products/studio/</a></p> <p><a href="http://php.netbeans.org/" rel="nofollow noreferrer">http://php.netbeans.org/</a></p> <p><a href="https://www.jetbrains.com/phpstorm/" rel="nofollow noreferrer">https://www.jetbrains.com/phpstorm/</a></p> <p><strong>Template engines:</strong></p> <p>PHP is a good template engine</p> <p>Model view controller frameworks help with this</p> <p><a href="http://twig.sensiolabs.org/" rel="nofollow noreferrer">twig.sensiolabs.org</a></p> <p><a href="http://www.smarty.net/" rel="nofollow noreferrer">http://www.smarty.net/</a></p> <p><strong>Ajax:</strong></p> <p><a href="http://jquery.com/" rel="nofollow noreferrer">http://jquery.com/</a></p> <p><a href="http://www.mootools.net/" rel="nofollow noreferrer">http://www.mootools.net/</a></p> <p><a href="http://developer.yahoo.com/yui/" rel="nofollow noreferrer">http://developer.yahoo.com/yui/</a></p> <p><a href="http://www.prototypejs.org/" rel="nofollow noreferrer">http://www.prototypejs.org/</a></p> <p><a href="http://www.extjs.com/" rel="nofollow noreferrer">http://www.extjs.com/</a></p> <p><a href="http://code.google.com/webtoolkit/" rel="nofollow noreferrer">http://code.google.com/webtoolkit/</a></p> <p><a href="https://angularjs.org/" rel="nofollow noreferrer">https://angularjs.org/</a></p> <p><strong>CSS:</strong></p> <p><a href="http://www.yaml.de/en/home.html" rel="nofollow noreferrer">http://www.yaml.de/en/home.html</a></p> <p><a href="http://code.google.com/p/blueprintcss/" rel="nofollow noreferrer">http://code.google.com/p/blueprintcss/</a></p> <p><a href="http://developer.yahoo.com/yui/reset/" rel="nofollow noreferrer">http://developer.yahoo.com/yui/reset/</a></p> <p>Definitely not an exhaustive list, and things change constantly... But, it's a start :)</p> <p>Have fun!</p> <p>Chrelad</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload