Fri Feb 18, 2011 5:10 pm |
Replies: 8 |
Views: 5115 |
|
 |
Yes, I did use "/** @var Template */" ,
This syntax always work, except for "$this".
|
Fri Feb 18, 2011 6:37 am |
Replies: 4 |
Views: 4349 |
|
 |
Is your project selected as "active" in your workspace?
|
Wed Feb 16, 2011 7:19 am |
Replies: 8 |
Views: 5115 |
|
 |
Well, I'll try to be more clear then...
Template.php
class Template
{
$name = "";
public function echosafe($str)
{
echo htmlentities($s ...
|
Tue Feb 15, 2011 8:42 pm |
Replies: 8 |
Views: 5115 |
|
 |
I think my message is pretty clear willbaker..
|
Mon Jan 24, 2011 9:40 am |
Replies: 8 |
Views: 5115 |
|
 |
Let's say:
class MyClass
{
public function test()
{
include('inc.php');
}
public function sayHi()
{
echo ...
|
Fri Sep 10, 2010 7:39 am |
Replies: 24 |
Views: 25124 |
|
 |
You can hide the directory containing the extracted xml-files in project-settings. Then when you perform "Find in files" (
That sounds to me like a workaround, but you know what? I'll defin ...
|
Wed Sep 08, 2010 7:45 pm |
Replies: 24 |
Views: 25124 |
|
 |
Bump! 2007 - 2010 and still not done!
I have to search in XML files because some of them are configuration files, but we also have big generated XML files (they may be 200 megs) that are genera ...
|
Tue Aug 24, 2010 6:35 pm |
Replies: 14 |
Views: 2626 |
|
 |
I also tried almost all PHP editors out there, about one year ago, and PhpED was still the best in my opinion. It's fast and it has almost all the features I use. The debuggger it very, very good.
...
|
Thu Jul 08, 2010 11:49 am |
Replies: 3 |
Views: 4114 |
|
 |
Could be useful to me as well. Have you submitted this as a feature request through the Support system?
I will, thanks. I just wanted to spam the main forum with my request! 
|
Wed Jul 07, 2010 10:37 pm |
Replies: 3 |
Views: 4114 |
|
 |
bump! 
|
Wed Jun 23, 2010 6:31 am |
Replies: 3 |
Views: 4114 |
|
 |
This is the only thing that still bugs me with phpEd: you can't have more than one debug configuration by project!
Let's say I have a project running on 3 different environments (+ localhost). Each ...
|
Fri Jun 11, 2010 10:42 am |
Replies: 2 |
Views: 4160 |
|
 |
I found the problem, if it can help someone.
I have access to the prod server directly, but some web access need to be connected with a VPN. When I started the VPN, everything worked!
|