I have a list of countries and ccodes in a database. I would like to be able to put that data in to an array in the AppController so I can use it via $this->countries in my other controllers. A kind of $this->App->query() if you like. How can I do this please 🙂 Thank you in advance.
Share
In your AppController put: