Hi,
I want to run my project with radiant CMS? I want to create my own
controllers and models and I want to use my methods in the classes. Is
it possible?
This below command is not running in my command propt?
“radiant:extensions:shiny_new_extension:install”
In Which file I use the radius tags? How the radius tags show the effect
in my application?
I need your help?
Please help me in this radiant cms.
Thank you,
srinivas rao.pala
Hi Srinu,
You are on the right track - extensions is exactly for that purpose.
But you can’t generate an extension with a rake task, you need to do
this:
./script/generate extension ShinyNewExtension
It is all very well explained here:
http://wiki.radiantcms.org/Creating_Radiant_Extensions
And if you want to go in-depth once you have started on your extension:
http://casperfabricius.com/blog/2007/07/19/advanced-radiant-extensions/
Good luck,
Casper