|
-
Retired SCORM Guru
 Originally Posted by MyFriendIsATaco
Is it possible to write actual web applications with CF? Can you even do your typical "for" loops, manipulate string data, etc. Would you be able to write an ecommerce website? A blog? I've done some googling around, and I cannot find anything more advanced than pulling a query and spitting out the data into an HTML page. I can see the convenience by keeping the same tag syntax in everything, but beyond that, I can see it being a real mess. Maybe I'm just not seeing the right examples here.
Um, Yes? There are conditional tags (cfif, cfloop, etc.), and statements in CFScript that do the same. String, date manipulation. Structs, Arrays. XML manipulation. CFC's are abstract functions that can be called and invoked anywhere. The whole shebang is there.
In terms of a blog: http://blogcfc.riaforge.org/
More projects here:
http://www.riaforge.org/index.cfm?ev...category&id=14
In terms of just grabbing info from a database and spitting it out onto a page, I think CF makes that stupid easy, which is why it's used for that a lot.
"What really bugs me is that my mom had the audacity to call Flash Kit a bunch of 'inept jack-asses'." - sk8Krog
...and now I have tape all over my face.
-
Bearded (M|G)od
Hmm, very interesting. Thanks! I guess the syntax comes down to a personal preference. To me, it's real messy and seems long-winded, but to each his own.
http://svn.riaforge.org/modelglueext...tescaffold.cfm
I'll stick to other languages.
-
Flashkit historian
Is it time for a group hug now?
-
Retired SCORM Guru
 Originally Posted by MyFriendIsATaco
but to each his own.
Pretty much what I was saying. There is a script syntax you can use as well. BlogCFC doesn't use it because, well, it's really old.
"What really bugs me is that my mom had the audacity to call Flash Kit a bunch of 'inept jack-asses'." - sk8Krog
...and now I have tape all over my face.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|