What control panel? CakePHP has no "control panel." If you are thinking CakePHP is something like Front Page, that is not how it is at all. The CakePHP interface is an API (Application Programing Interface) and you need to write PHP code to use it. Do you know anything about programming in PHP? You will need it to do anything in CakePHP. Start reading the manual at http://book.cakephp.org/
Ken On Dec 3, 9:24 pm, drumzit <[email protected]> wrote: > I just inherited a site that is appears was built in/with cake. It is > a very simple site consisting of only 2 pages with one being links and > the front page only has 'clickatell' for parents to send text messages > to their kids cellphone reminding them to be safe. So I have access to > everything but do not know how to get into the cake interface. I may > have to guess at the login so may end up scrapping everything since I > can build it by hand. But I was also hoping that I could learn cake > too. > So can anyone tell me how to at least get into the control panel? > Thanks, Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] 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
