Skip to main content
March 12, 2008
Question

Auto create View/Edit/Delete cfm pages for databsae records? Anyone remember CF Studio?

  • March 12, 2008
  • 1 reply
  • 285 views
Anyone use Recordmaster wizard from back in the CF Studio days?? Sometimes I really miss it! Is there anything comparable available today for the current toolset (CFeclipse or Dreamweaver)? RecordMaster was a little automated wizard thing that you could just point to a DSN and a table, and it would build a nifty set of basic pages to do admin stuff, namely view, add, edit and delete records. Very good start to build quick and dirty admin pages, and super easy.

There was even a little built in Studio wizard that would generate record view/edit/delete pages. All just basic cfm, no cfc's.

Anyhing? I've got to build some admin type pages here on a table with lots of fields and don't want to do it all from scratch. If I can't find anything, I may search my CD archives for an old version of Studio just to use RecordMaster! What do others use for fast creation of database record admin pages???

-Jeff
This topic has been closed for replies.

1 reply

Participating Frequently
March 13, 2008
Not exactly what you are looking for, but take a look at reactor ( http://www.alagad.com/go/products-and-projects/reactor-for-coldfusion). It will create a database abstration layer on-the-fly for simple CRUD operations. A similar solution would be Illudium PU-36 ( http://cfcgenerator.riaforge.org/). Similar concept to reactor, but used for one-time generation.