So you want to be a PHP Developer?
41–50 of 66 posts
Re: So you want to be a PHP Developer?
#42Re: So you want to be a PHP Developer?
#43Earlier quoted context omitted.
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.
This. I don't understand why CodeIgniter gets mentioned in the same breath as Zend or Symphony, or any other fully-fledged framework. CI is, to start with, much smaller: it's tiny, the sort of thing you could knock out in a week. It also has deep-rooted architectural issues that are preventing some of the longest standing bugs being fixed (for example, take a look at the router). Lastly it's not anywhere near as modu…
Re: So you want to be a PHP Developer?
#44I 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.
Re: So you want to be a PHP Developer?
#45So anyone in here can give me a opinion, how i can improve myself as a worthy developer.. I am 22 years old fresh graduate and a ruby developer with currently 1 year experience, before i have learn node.js(express), php(cms, news site), db(sql,nosql)... but i got a feel(*is it true?) that america, europe is getting a worthed salary as a programmer they are valued rather than here in my country i got around $6000/year…
Re: So you want to be a PHP Developer?
#46If you're going down the Drupal route you're just as likely to need Drupal 6 - one of the challenges in this market is there is a lot of legacy work to be done, so you often have to know two or three versions of the framework. In 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…
> I would also say you'll probably be using SVN and not git. According to http://www.itjobswatch.co.uk/jobs/uk/php.do these are the number of PHP jobs asking for Git and Subversion respectively in the UK in the past six months: Git: 2244 jobs Subversion: 1559 jobs So no, you're actually more likely to be asked for Git than SVN.
Re: So you want to be a PHP Developer?
#47So anyone in here can give me a opinion, how i can improve myself as a worthy developer.. I am 22 years old fresh graduate and a ruby developer with currently 1 year experience, before i have learn node.js(express), php(cms, news site), db(sql,nosql)... but i got a feel(*is it true?) that america, europe is getting a worthed salary as a programmer they are valued rather than here in my country i got around $6000/year…
where do you live currently?
Re: So you want to be a PHP Developer?
#48Earlier quoted context omitted.
where do you live currently?
Well i am in indonesia..
After you have 3 to 5 years experience, try to emigrate to United States, Canada, News Zealand or a couple of good European countries. Germany, The Netherlands and Sweden off the top of my head. In the mean time, try to learn French or Spanish beside improving your English. It will give you much better advantages when you speak different languages.
Re: So you want to be a PHP Developer?
#49Re: So you want to be a PHP Developer?
#50Earlier quoted context omitted.
This. I don't understand why CodeIgniter gets mentioned in the same breath as Zend or Symphony, or any other fully-fledged framework. CI is, to start with, much smaller: it's tiny, the sort of thing you could knock out in a week. It also has deep-rooted architectural issues that are preventing some of the longest standing bugs being fixed (for example, take a look at the router). Lastly it's not anywhere near as modu…
The only reason why I mentioned it is because it's extremely easy - for a beginner, it's not a bad choice because it doesn't overwhelm you. Take baby steps.