ColdFusion CRUD

For quite some time I tried to write and search for a “really good” CRUD application. Don't get me wrong - I did not say the “Ultimate” CRUD app. Only one that can be rated 1st grade.

What I am saying is: Please do not answer this request, answering like this: "Well, each situation is different ..."

Q: Is there a blog post or something in the Adobe documentation that shows CRUD for a one-to-many relationship (Header / Detail) that uses css web standards (instead of tables) that uses best practices (CF9 has changed like this a lot of things: script components, ORM), which uses the latest user interface methods (jQuery or some of the built-in AJAX functions for CF9) that have a nice external interface (beautiful title and background along with some nice buttons)?

I know a lot to ask, but this is my quest. A good example of a one-to-many relationship is the city / state XML files built into Spry examples. There are 23,000 cities in the sample xml files, so I think this is better than just using random data.

+3
source share
2 answers

I highly recommend you check out cfwheels . read the documentation created to run such rude applications with an amazing array of features and save you a lot of time. since there are many jquery plugins for the interface that can handle this. I suggest looking at ajaxrain and finding a plugin that you like

+3
source

I'm not quite sure what you are asking, but I just want to answer a couple of questions in your question (this is more of a comment than an answer, but since SO is stupidly limited in this, I put it here.)

which uses css web standards (instead of tables),

No "css instead of tables" - these are two different and compatible things!

CSS , .

, , , CSS, , , .

CRUD, , , .

( , , , .)

(CF9 : , ORM)

!

( , ), , .

+4

Source: https://habr.com/ru/post/1721697/


All Articles