我正在使用Aptana studio 3
如果我创建一个php文件,我添加让我们说2个函数。 function test1()和function test2()
我调用函数test1,然后我看到有关此函数的信息,比如我需要什么类型的变量等,它们运行正常。
但现在我有了这个文件结构:
\ralph
\inc
functions.php # (here are the 2 test functions now)
\projects
\testwebsite
index.php
index.php中的我称之为:
include('../../inc/functions.php');
当我调用函数test1时 我不再看到hte功能的细节了。 有没有办法实现这一目标?
拉尔夫
答案 0 :(得分:0)
抱歉,我想快速提出这个问题: 答案可以在这里找到: How to get my class to appear in Aptana's autocomplete? 当您创建项目时,请确保检查标记php而不是web。 它完美地运作