Hi All,
I'm trying to make what I hope to be a simple change to
simple_blog_2. Essentially, I want to comment out the returned value
from to the instance.transfer.list function and replace it with my own
query. I'm trying to prove to myself that I've got the right idea on
where to put my query if I were not using Transfer.
Please see this screen shot of what I have going on located here:
http://brad.melendy.com/images/coldbox.model.1.jpg
You can see my comments and that I believe I should be able to simply
return a query from the getLatestEntries() function that is called in
the blog() function of the general handler. What I have in the screen
shot doesn't work though but I suspect I must be really close?!
Currently I'm getting an error that the cfloop tag in blog.cfm can't
process rc.posts:
"The value of the attribute query, which is currently rc.posts, is
invalid"
Thanks for any help from anyone.
...Brad