I would to create a function/class that would be available in model, view and controller in cakephp. How do I go about it? Where do I create it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
/app/config/bootstrap.php is meant for such functions, but as the manual says:
If you have more extensive functions or classes you can use the vendors directory, especially if you use third party libraries.