Monday, July 21, 2008

www.adobetutorialz.com comes up with some goodies.
If you create a simple database you can create the Cold fusion code required to give basic behaviors
to elements in your website.
What cold fusion code does is reference to a particular directory for a particular class of object untill you ran out of objects in the directory.So on the user side it is possible to view lets say a display of all items and the dates they were addeddepending on what HTML exists defining the table or object target.Does it make any sense?
The main components here are determined by e.g cfquery command that tells cold fusion to access a certain file from the database.It then defines the object chatacteristics e.g





SELECT * FROM contents WHERE acquired IS "12 December 1998"




This defines the date of aquisition of 3dafricafiles as 12 dec 2002
It is all jargon still alot ahead.

11.08pm

0 comments: