........this shows the index page for the given controller.
But, in the same controller, I want to have a create page which will be called by ajax. Upon the ajax call, it should simply save the object into the Database.... However, since I'm extending the Controller_Template, I cannot do that without returning unnecessary information to ajax (naturally, the function echoes the template)..