I would use a CakePHP plugin, plugins are like small apps or modules you can reuse and are separate from the main app:
http://book.cakephp.org/3.0/en/plugins.html On Sunday, May 3, 2015 at 1:14:51 PM UTC+2, Abhinav Pathak wrote: > > I am new in cakephp. I have a module with name contact us in 1 of my > project. This module need to show on almost all pages of the website. So my > question is, for this common module can we create component or there is > some other way to complete it? I read about the components for the site and > found that components does not have own views. Please suggest me how can we > do this? > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
