see my adjustment below

blog/
  app/
   plugins/
           calendar/
             calendar_app_controller.php
            calendar_app_model.php
            models/
             calendar_event.php
            views/
             elements/
                calendar.ctp
             events/
                add.ctp
                edit.ctp
                index.ctp
             helpers/
                calendar.php
             controllers/
               events_controller.php


plugins are mini apps within the main application - each may have
controllers, models, views, behaviours, vendors, shells. helpers, lib etc

and stored in an underscored directory within the plugin dir of app (or
another plugin path if defined)

so your helper can be enabled within app_controller as Calendar.Calendar  -
these references are camel cased

when you get whitescreen of death check logs for whats gone wrong


 - S




On 11 April 2011 18:19, brandon buster <bbuster....@gmail.com> wrote:

> I'm studying Cake 1.2 using the Beginning Cakephp from Novice to
> Professional book by Apress.
>
> In chapter 13 they walk you through how to build a custom plugin. My
> code and DB are identical to the book, as is the file structure:
> But for some reason my pages aren't showing. It appears the
> application is finding the correct actions because I'm not getting an
> error. All I get is a blank screen.
>
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> To unsubscribe from this group, send email to
> cake-php+unsubscr...@googlegroups.com For more options, visit this group
> at http://groups.google.com/group/cake-php
>

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to