使用 php 在 Dreamweaver 中创建一个类

发布于 2024-12-01 01:27:21 字数 93 浏览 1 评论 0原文

每当我在 Dreamweaver 中的类中创建属性时,如果我不使用已弃用的 var,就会出现错误。由于不再需要 var,有没有办法在 Dreamweaver 中关闭此功能?

whenever I create a property in a class in dreamweaver it gives me an error if i don't use var which has been deprecated. Is there a way to turn this off in dreamweaver since var is no longer required?

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

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

发布评论

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

评论(4

凉栀 2024-12-08 01:27:21

关闭 Dreamweaver 并使用真正的 php IDE,例如 Eclipse!

Turn off dreamweaver and use an real IDE for php like eclipse!

柳若烟 2024-12-08 01:27:21

对于轻型 IDE:
如果您使用的是 Windows(我最喜欢的),请使用 Notepad++,或者使用 TextWrangler(适用于 Mac)。

对于具有更多功能的重型设备:
Eclipse与php,它也支持多平台

For light IDE:
Use Notepad++ if you are using Windows (my favorite), or TextWrangler (for Mac).

For heavy with more features:
Eclipse with php, it supports multi platform as well

林空鹿饮溪 2024-12-08 01:27:21

对于一个出色的 IDE,您可以使用 NuSphere。虽然是付费的。它具有出色的智能感知、FTP 支持、数据库支持。全部集成在一个 IDE 中。

您还可以使用 netbeans,相比 eclipse,我更喜欢它。只是因为经验。 Netbeans 支持您所需的一切。它是免费的,我用它创建了大型 php 应用程序,没有任何问题。

至少检查一下:)
您还可以在其中添加 HTMl、CSS、JQuery 等。

For a great IDE, you could use NuSphere. It is paid though. It has great intellisense, ftp support, database support. All in one IDE.

You could also use netbeans, which I prefer over eclipse. Just because of experience. Netbeans supports everythign you need. It is free, and I created large scale php applications with it without a problem.

Atleast check it out :)
you can also HTMl, CSS, JQuery in it etc.

败给现实 2024-12-08 01:27:21

尝试使用 PHP Designer,我一直使用它,它甚至允许您设置个人库,您可以在其中拥有自己的一组类,它甚至支持 html、javascript、css、php 所有在同一个文件中,具体取决于使用的标签。

我认为它是一个很棒的应用程序,而且很便宜(比 Dreamweaver 便宜得多)。如果您愿意进行设置,我有一个代码调试模式,您可以在其中尝试并浏览代码。哎呀,除了标准的 PHP、XHTML、CSS、JS(包括 Jquery)之外,我什至还支持其他语言,如 VBscript、Java、C#、SQL 等。

http://www.mpsoftware.dk/phpdesigner.php

提供 21 天试用期,试一试。

另一篇文章中还有有关 IDE 的详细信息日志,其中一个可能会取代您正在使用的 Dreamweaver,并帮助您解决问题。

https://stackoverflow.com/questions/6166/any-good- php-ide-最好是免费或便宜

Try using PHP Designer, i use it all the time, it even lets you setup personal libraries where you can have your own set of classes, it even supports html, javascript, css, php all in the same file depending on used tags.

i think its an awesome application and its cheap, (way cheaper then dreamweaver). And if you are willing to set it up, i has a code debug mode where you can try and go through the code. heck i even supports other languages like VBscript, Java, C#, SQL, etc on top of the standard PHP, XHTML, CSS, JS (including Jquery).

http://www.mpsoftware.dk/phpdesigner.php

it comes with a 21 day trial, give it a shot.

There is also a log of details on IDEs in another post, one of them may replace the dreamweaver you are using and help you get past your issued.

https://stackoverflow.com/questions/6166/any-good-php-ide-preferably-free-or-cheap

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