>Anyone have any sources to learn about FarCry? I've done the >setup now and can browse the admin and my test site, but don't >know where to go from here.
Hi Greg, I'm glad to see that your Farcry site is up and running. Have you looked at "Farcry_aura". Farcry_aura is a boilerplate for a basic Farcry site. Have a look at the source files under farcry_aura. In the source you can see how tags and objects are implemented. Under "farcry_aura/webskin" you can view the templates(display methods) for each object type. One exercise I found useful was to follow a page request from start to finish in the code. Start at "farcry_aura/www/index.cfm" and follow the code. At first it's a bit confusing but the more you do it the more it makes sense. After a short while you'll be surprised at how much you've learned. It's a great way to understand the interactions between your Farcry site and the Farcry Core. I'd start by simply looking at farcry_aura. I suspect the "How To's" will make a bit more sense after you understand the structure of a basic Farcry App. ~Tom --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED]
