Why would I want to be a PHP developer? :O
So you want to be a PHP Developer?
21–30 of 66 posts
Re: So you want to be a PHP Developer?
#22Betteridge's law of headlines strikes again!
I for one needed to Google it ( https://en.wikipedia.org/wiki/Betteridge's_law_of_headlines ): Betteridge's law of headlines is an adage that states: "Any headline which ends in a question mark can be answered by the word no."
Re: So you want to be a PHP Developer?
#23Why would I want to be a PHP developer? :O
Re: So you want to be a PHP Developer?
#24Why would I want to be a PHP developer? :O
Re: So you want to be a PHP Developer?
#25I wouldn't recommend Zend (I find it rather resource heavy) - but rather Laravel or Symphony, CodeIgniter is also nice and extremely easy to learn - probably the lowest entry level that I can think of, but 2.0 is taking it's sweet time to come along so that's a huge downside, plus, Ellislab wants to sell the project... Regarding CMS work, I have personally found that Magento is one of the best things to specialise in…
There's a lot of money in Magento because it's so utterly horrible to work with.
Re: So you want to be a PHP Developer?
#26Re: So you want to be a PHP Developer?
#27I wouldn't recommend Zend (I find it rather resource heavy) - but rather Laravel or Symphony, CodeIgniter is also nice and extremely easy to learn - probably the lowest entry level that I can think of, but 2.0 is taking it's sweet time to come along so that's a huge downside, plus, Ellislab wants to sell the project... Regarding CMS work, I have personally found that Magento is one of the best things to specialise in…
No, don't even think of learning CodeIgniter. Besides being pretty much dead (version 3 has been coming out for, what, about 2 years now?), it has terrible architecture. The superglobal singleton is just awful and will kill you slowly.
Re: So you want to be a PHP Developer?
#28Betteridge's law of headlines strikes again!
But yeah... ha-ha. :)
Re: So you want to be a PHP Developer?
#29Today the most important thing is Composer, not frameworks, especially to those who are just starting out. Learning a full framework is pointless if they just want to see the basics in action. Fabien Potencier's Create your own framework series [2] is really good for this: it shows how much you can do with just a couple of Symfony components and a front controller.
[1]: http://www.phptherightway.com/
[2]: http://fabien.potencier.org/article/53/create-your-own-frame...
Re: So you want to be a PHP Developer?
#30In the "Unicorn skills" section, you're as likely to need cPanel or Plesk as pure Linux skills (although having the latter will make the former much easier). I would also say you'll probably be using SVN and not git. Lastly, add FTP and SSH to the skills you'll need.