Wed Dec 30, 2015 4:44 am |
Replies: 14 |
Views: 13206 |
|
 |
Me too!
Any news? We switch to php7 when dbg module will be ready!
Tnx
M.
|
Mon May 04, 2015 8:09 am |
Replies: 0 |
Views: 5125 |
|
 |
I'm trying to configure nusphere for debugging
I have this error on "Checking debugger in http (webserver) mode" tab:
Error: (-134) debug session did not start, finished with ...
|
Tue Feb 10, 2015 3:44 am |
Replies: 2 |
Views: 3112 |
|
 |
through the Additional libraries
Do you mean codeInsight->include or Project->Content->Additional Directories?
What is the purpose of PHP Frameworks tab if it not recognize Symfony librar ...
|
Thu Jul 03, 2014 8:05 am |
Replies: 2 |
Views: 3112 |
|
 |
Hi,
i can't have code completion in symfony:
ex:
https://drive.google.com/file/d/0B3i9KFQXzB89Zy04VTJOWm5VVk0/edit?usp=sharing
As you can see symfony is in vendors folder.
I have try to add a ...
|
Tue Apr 22, 2014 2:45 am |
Replies: 5 |
Views: 2503 |
|
 |
What you declared made the IDE thinking it's class, not an array, and therefore it must support iterator to be used in foreach
Tnx Dimitri!
very clear now.
M.
|
Wed Apr 02, 2014 3:02 am |
Replies: 5 |
Views: 2503 |
|
 |
\Nextop\DataCOREBundle\Document\Flight is a single element in an array ($flights).
I don't understand..you said that $flights array must become a class and implement iterable interface?
|
Mon Mar 24, 2014 8:31 am |
Replies: 5 |
Views: 2503 |
|
 |
Hi all!
I have a problem in a foreach loop. Autocomplete return me the following error message:
1st argument of foreach is recognized as *** class istance but this class is not recognized as support ...
|