• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PHP or Cold Fusion MX?

imho, php is a little more "low level" than cold fusion... it feels like there's a lot of little specific functions in php that can be used together to do something you need... cold fusion on the other hand seems to have functions that automate a lot of repetitive stuff (like date formatting, array appending, etc)...

if you can do php tho, you can do cold fusion... not much of a jump there (i did php at my previous jop, now doing cold fusion... took less than a week to learn the syntax)

just my .02
 
Originally posted by: amdfanboy
Originally posted by: Xede
Originally posted by: Modeps
I know both, PHP is much more powerful

What makes PHP much more powerful?

Well, more people use it so.....

<-php fanboi

CF is all based on pre-existing tags (or user written tags). You've gotta follow their rules whenever making things work. With PHP you make your own rules.
 
PHP kicks the ass of CF all over the intarweb. Learn PHP5 and the new object model. It rocks.
 
I know CF (have only played around with PHP4) and I can tell you CF has been on its way out the door for a few years now. 🙁 I don't see PHP gaining much popularity among companies either, but I wouldn't take the time to learn CF at this point. Go into .net or java.
 
CF is quite easy, I was able to make a working prototype of a table-driven web app (surprise) in about a week. Once you learn one server side scripting language you should be able to learn any, provided you have the background.
 
Back
Top