Not sure if you actually are doing this in a module called "example", but note that the controller class name must begin with the module name itself.  So, within the "annio" module, the class would have to be called "Annio_IndexController".<div>

<br><div class="gmail_quote">On Wed, Jul 4, 2012 at 7:47 PM, Mona Wong <span dir="ltr"><<a href="mailto:mona@sdsc.edu" target="_blank">mona@sdsc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="word-wrap:break-word"><div><br></div><span style="white-space:pre-wrap">  </span>I'm still getting a blank page...<div><br></div><div><span style="white-space:pre-wrap">       </span>Here is my controllers/IndexController.php:</div>

<div><br></div><div><?php</div><div><div>class Example_IndexController extends Example_AppController</div><div>{</div><div>  /**</div><div>   * @method initAction()</div><div>   *  Index Action (first action when we access the application)</div>

<div>   */</div><div>  function init()</div><div>    {</div><div><br></div><div>    } // end method indexAction</div><div><br></div><div>  /** index action*/</div><div>  function indexAction()</div><div>    {</div><div>        //$this->disableLayout();</div>

<div>        //$this->disableView();</div><div>        $this->view->mona = "MONA";</div><div>    }</div><div><br></div><div>}//end class</div><div><br></div><div><span style="white-space:pre-wrap">      </span>Here is my views/index/index.phtml (taken from midas/modules/batchmake/views/index/index.phtml):</div>

<div><br></div><div><div><?php</div><div>$this->headScript()->appendFile($this->coreWebroot . '/public/js/jquery/jquery.form.js');</div><div>$this->headScript()->appendFile($this->apiWebroot.'/public/js/common/common.ajaxapi.js');</div>

<div>?></div><div><link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot?>/public/css/common/common.genericPage.css" /></div><div><div class="viewMain"></div>

<div><h2>Welcome to the Annio Plugin</h2></div><div></div></div></div><div><br></div><div><span style="white-space:pre-wrap">   </span>Do you spot a problem?</div><div><br></div><div>Mona</div><div class="im">

<div><br></div><div><br></div><div><div>On Jul 4, 2012, at 1:23 PM, Michael Grauer wrote:</div><br><blockquote type="cite">This is also related to your views 101 question.<div><br></div><div>To get your IndexController/indexAction working, you also need a corresponding view.  So in your modules <b>views </b>folder, create a subfolder <b>index </b>(which would be for all the actions in the IndexController), and a file <b>index.phtml</b>, which would be for the IndexController/indexAction.</div>


<div><br></div><div>For a different action in the IndexController, you would create a different phtml file in your <b>index </b>subfolder, and for the FooController.barAction, you would create <b>view/foo/bar.phtml</b>.</div>


<div><br></div><div>You can see the batchmake module as an example for this index view, that one simple to understand as it does practically nothing!</div></blockquote></div><br></div><div>
<div style="word-wrap:break-word"><div><div><div class="im"><div>*********************************************</div><div>    Mona Wong</div><div>    Web & iPad Application Developer</div><div>    San Diego Supercomputer Center</div>

<div><br></div></div><div>    "Forgive everyone everything."</div><div><span style="white-space:pre-wrap">                          </span>-- Regina Brett</div><div><div><div>*********************************************</div></div>
<div>
<br></div></div></div></div></div><br><br>
</div>
<br></div></div><br>_______________________________________________<br>
Midas mailing list<br>
<a href="mailto:Midas@public.kitware.com">Midas@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/midas" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/midas</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Zach Mullen<br>R & D Engineer<br>Kitware Inc.<br>919-869-8858<br>
</div>