In my last post: ColdPress: SQL Server or MySQL or ORM? I had raised the question of what type of data model I should use for ColdPress, should it be SQL Server, MySQL or some other ORM? Steve Bryant was kind enough to suggest in the comments that I use his DataMgr CFC, which supports [...]
In developing ColdPress I’ve come to the point where I need to start building in my database support. If I were building this guy with ColdFusion 9 or some other ORM tools, like transfer then I wouldn’t worry so much about what database engine I used. However since I want this to be as framework-less [...]
The next big project that I’ve started working on is going to be an open source ColdFusion blogging app known as ColdPress. ColdPress will do it’s best to be a WordPress clone for ColdFusion. Planned features will include themes & plugins, and if all goes well you should be able to modify current WordPress themes [...]