> Trying to evaluate which way I should lean in the future. How much > faster is CF, in general terms, than PHP - both from a standpoint of > learning and developing dynamic sites?
CF is easier to learn and I think its faster to develop in it as well. The primary benefits of CF, in terms of building dynamic sites, are the abstracted database access, which PHP only offers via a third-party class, and "direct" access to a recordset. PHP also doesn't offer the same type of specific variable scoping that CF does. And, as has been mentioned, it uses a model similar to JSP and ASP and that can, at times, make coding complicated HTML pages a bit more of a chore than CF. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

