Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
cf_matt #1
correct use of components
I am converting our cms to components. I have created my component objects as:
site.cfc page.cfc template.cfc Each page has to go through an approval
process. My question is: Is it better to put the system logic in a component
into a seperate component called 'system.cfc' utilizing the seperate component
objects such as page.cfc, template.cfc? For example a component called
'system.cfc' which would check if the page is already pending approval, and
update the appropriate table using page.cfc then perform various other actions.
Hope that makes sense, i just want to make sure i am doing this correctly.
Matt
cf_matt Guest
-
Newb: Does this seem correct?
Hi. I'm relatively new to FLV and streaming but I'm coming up to speed quickly (I think). I have a Flash app with two buttons. When the user clicks... -
RFC: Net::IP::Correct
Hi, I would like comments from the community about a module I would like to implement. Name: Net::IP::Correct Description: Breakdown an... -
for..in statement not correct?
The problem is pretty small, but I pasted all the code so you get the context. I have marked the place of the problem with red. In the first frame... -
Correct Coding
Is this the best way to do this? if(isset($Task) && $Task == "Add") { Do something } I want to check if the variable is set and if so, if it is... -
hostname is not correct
When I attempt to send mail, from the command line, the address after the "@" is knoppix. After I installed knoppinx to the hard drive, I've...



Reply With Quote

