如何使用 Codelobster IDE 在本地计算机上运行 PHP Cakephp 代码
如果使用 Codelobster IDE 及其 Cakephp 插件(在 wamp 服务器上) - 代码如何在本地测试 - 在上线之前在本地计算机中,
或者有哪些选项用于在本地运行代码和数据库查询
If using Codelobster IDE with its Cakephp plugin ( on wamp server ) - how could the code be tested locally - in the local machine before going live,
or what options are for running the code and database queries locally
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您尝试过 CodeLobster 论坛吗?
http://codelobster.com/forum/search.php?keywords=cakephp&terms=all&author=&sc =1&sf=all&sk=t&sd=d&sr=posts&st=0&ch=300&t=0&submit=Search
不过,我真的不明白你的问题是什么。只需将您的文件复制到 htdocs 文件夹(或 *AMP 中的任何名称 - 可能是 www 或 Documents),然后在浏览器(http://localhost/MyProject)。我将所有项目都保存在该文件夹中 - 实际上,这是开发的唯一方法。
Have you tried the CodeLobster forum?
http://codelobster.com/forum/search.php?keywords=cakephp&terms=all&author=&sc=1&sf=all&sk=t&sd=d&sr=posts&st=0&ch=300&t=0&submit=Search
I don't really see what your problem is, though. Just copy your files to the htdocs folder (or whatever it's called in your *AMP - maybe www or Documents) and fire it up in the browser (http://localhost/MyProject). I keep all my projects in that folder - really, it's the only way to develop.