say, Im in:
<?phppublic function indexAction()
{
}
no matter whay I am doing, the index.phtml will be generated. But due to a reason, sometimes "index2.phml" must be rendered. So, how to say what file to render?
say, Im in:
<?phppublic function indexAction()
{
}
no matter whay I am doing, the index.phtml will be generated. But due to a reason, sometimes "index2.phml" must be rendered. So, how to say what file to render?