You can put static pages in the webroot folder.  For instance, you
could put a folder in webroot called cpanel.  Put an index.html page
in cpanel, and access it by going to www.mysite.com/cpanel.  That
worked on my system, so it should work . . .

I hope that helps.
hydra12

On Apr 23, 5:56 am, 浪漫様 <[EMAIL PROTECTED]> wrote:
> Dear CakePHP users,
> I'm a newbie on CakePHP and now i'm building my first site on CakePHP
> due to my boss requirements... the problem is that CakePHP seems to be
> quite usefull for pages that requires data from a DB and the URLs are
> created in order to simplifly the old mysql queries... but... how can
> i use CakePHP for pages that doesn't require any DB info? for example,
> a basic "About" page... and the most important, if i want to create a
> ControlPanel for administration... how can i build the link 
> "http://www.mysite.com/cpanel";? as cpanel is not a model neither a table on my
> DB... just wished a cpanel folder to keep my administration files
> organized and the corresponding DB oriented pages inside it 
> "http://www.mysite.com/cpanel/users/new";
> I hope some of you can explain me a little more how to perform those
> actions, shouldn't be so complicated, but is starting to begin a pain
> in the ass wondering how to use non DB pages and how to organize the
> URLs with your desired pattern instead of the default CakePHP URLs.
> Thank you very much,
>
> Rohman :: [EMAIL PROTECTED]


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to