如何使函数随处可用
我想创建一个可在 cakephp 的模型、视图和控制器中使用的函数/类。我该怎么办?我在哪里创建它?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
/app/config/bootstrap.php 适用于此类功能,但作为手册说:
如果您有更广泛的函数或类,您可以使用 vendors 目录 ,特别是如果您使用第三方库。
/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.