Free Adobe Coldfusion 8 For Students, educators

Status
Not open for further replies.


What are the advantages of coldfusion over PHP?

Oh where to begin.......I could sit here all day listing the benefits.

The biggest benefit is that the MVC is much easier to control with coldfusion over PHP, yes you can use a nice MVC archetechture in PHP but you've got to know how to code it correctly, coldfusion simply makes this easier to deal with.

However I'm not saying Coldfusion is better then PHP and I'm not saying PHP is better then coldfusion, it all depends on what you want to do, the type of programmer you are ect...

Also there is no reason (Well other then your hosting provider) that you can't use Cold and PHP synchronously.

If you don't know MVC follow the link - http://en.wikipedia.org/wiki/Model-view-controller and get with the 21st century.

EDIT: Just to toss this in I personally like Coldfusion because it gives a nice way to template your work (Again dealing with an MVC design), with PHP you can do this but I find it to be more tedious work then whats required with Coldfusion.

I actually find the large majority of things I do in Coldfusion takes me more time to do in PHP (PHP == 'slow' && Coldfusion == 'fast').

But again all depends on who you are, what you want to do, ect....

EDIT #2: Also forgot to say that using Coldfusion with Dreamweaver and other Adobe based products can really help excel your web development skills in so many ways.

P.S. I'm no expert in Coldfusion yet I only started learning and using it like 2 months ago but in that short period of time you can see how powerful it can be.
 
Just my opinion -- If I was looking to learn a new web framework, coldfusion would be quite aways down the list of choices. Django, rails, cakephp, codeigniter......too many other choices out there that are shared-host friendly.
 
Just my opinion -- If I was looking to learn a new web framework, coldfusion would be quite aways down the list of choices. Django, rails, cakephp, codeigniter......too many other choices out there that are shared-host friendly.

CF is shared-host friendly but usually doesn't come default like ruby or python would, you just usually have to pay an extra $2-$3/mo but true there are lots of other alternatives as you've mentioned.

I still think with all the powerful frameworks out there it all comes down to what your comfortable using, you can do the same job on multiple platforms but I say use something which can increase your speed and technical ability, if something like CF slows you down but Ruby speeds you up then use Ruby, ect...
 
Status
Not open for further replies.