#6436: Controller internal methods prevent naming actions with same names ----------------------------+----------------------------------------------- Reporter: alanic | Owner: Type: Enhancement | Status: reopened Priority: Medium | Milestone: 1.3.x.x Component: Controller | Version: 1.2 Final Severity: Normal | Resolution: Keywords: | Php_version: n/a Cake_version: | ----------------------------+----------------------------------------------- Comment (by alanic):
This is probably an appropriate addition to this: CakePHP ignores the concept of namespaces in general in some places. One example is this entry. Another is that in the views folder, core things like "elements" and "errors" share the same namespace with actual view folders such as "users" etc, preventing you from having default views for controllers named "errors" or "elements". This is not good design, maybe at some point in the future if there is a design overhaul it could be made sure namespaces of user content do not clash with namespaces of core entities. -- Ticket URL: <https://trac.cakephp.org/ticket/6436#comment:5> CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/> Cake is a rapid development framework for PHP which uses commonly known design patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tickets cakephp" group. To post to this group, send email to tickets-cakephp@googlegroups.com To unsubscribe from this group, send email to tickets-cakephp+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/tickets-cakephp?hl=en -~----------~----~----~----~------~----~------~--~---