Live data from Hacker News

So you want to be a PHP Developer?

dannynunez.com

1–10 of 66 posts

Re: So you want to be a PHP Developer?

#5
I 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. Ecommerce is a huge market.

Re: So you want to be a PHP Developer?

#7

I 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…

I agree. Learn CodeIgniter first because it is easy. Once you create a couple of projects with CI, switch to Laravel (or Yii framework). CI is really good to get a grasp on MVC way of thinking, and learning Laravel later will make you appreciate all the features is has (and CI is missing).

Re: So you want to be a PHP Developer?

#8

I 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?

#9

I 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…

Even though CodeIgniter is indeed an easy framework to start with, I would not recommend it as it's quite an old concept and it's not being developed anymore. Laravel is more recent and not too difficult if you follow the nice docs. There's also plenty of nice articles online (especially in Tutsplus - code.tutsplus.com/search?utf8=✓&view=&search%5Bkeywords%5D=laravel&button=).

Re: So you want to be a PHP Developer?

#10

I 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…

What you mean by resource heavy? Symphony at least is one of the heaviest frameworks, and not just for PHP.
Post reply on HN