Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

Guest
Mar 12, 2008 Mar 12, 2008
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
TOPICS
Advanced techniques
265
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 13, 2008 Mar 13, 2008
LATEST
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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources