Zend 框架助手智能感知

发布于 2024-08-25 19:54:46 字数 202 浏览 1 评论 0原文

与其说是编程问题,不如说是生产力问题。 我们的项目中有很多自定义视图和操作助手。与大约 7 名程序员一起工作。

现在,当有人创建一个助手或者想要使用一个助手时,这一切都会通过经纪人。这意味着我们无法获得这些助手的智能感知,这可能非常耗时,必须查看文档或代码文件。对于内置助手和自定义助手来说当然都是如此。

有人有同样的痛苦吗? 1 有没有解决这个问题的方法?

Not so much a programming problem, but more a productivity problem.
We've got quite a few custom view and action helpers in our project. Working with around 7 programmers.

Now when someone, creates a helper or if one would want to use a helper, it all goes through the brokers. This means we do not get intellisense for those helpers, which can be real time consuming, having to go look in the docs or the code files. This is ofcourse true for both build in and custom helpers.

Does any1 share this pain? Does any1 have a solution for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

﹎☆浅夏丿初晴 2024-09-01 19:54:46

不知道 Eclipse 与 PDT,但使用 Zend Studio,您可以在控制器中执行以下操作:

$this->_helper->Crtl+空格

将出现一个包含默认助手的框。在视图脚本中使用 ViewHelpers 时,它也同样适用。有趣的是,这在 ZF 角度不起作用,而只能从 PHP 角度起作用,我认为这是使用定制的 PDT。所以,是的,这有点奇怪。

Don't know about Eclipse with PDT but with Zend Studio you can do the following in a controller:

$this->_helper->Crtl+Space

and a box will appear with the default helpers. Same works for ViewHelpers when using it inside a View Script. The funny thing about this is, this will not work in the ZF perspective, but only from the PHP Perspective, which I think is using a customized PDT. So, yeah it's a bit odd.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文