-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I want to use Zend Studio for a project built on CodeIgniter. But I want to be able to use the debugging functionality of Zend. Because of that, I cant seem to get the debugger to work properly cause it doesnt "understand" codeigniter. So, in order for the setup to work, do I need to install Zend…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When I run debug for my public/index.php I got an application error as output.
I've seen that it occurs at this line:
foreach($feed->findFeedEntries($entriesLimit) as $entry)
If I put a breakpoint before this, all works as expected, I mean, the error is after the line above. If I remove findFeedEntries()…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to export files from Zend Studio's "SVN Repositories" perspective that belong to a revision number, but the studio exports all the files form other revision number as well.
Maybe this is because the target directory is empty. Can anyone help me on how to export files from one revision…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Is it possible to debug PHP scripts so that it keeps running until an expression is true?
For example, I want to know when $a becomes a certain value. I don't want to keep pressing step into and wait until the variable $a changes the value to it.
>>> More
-
as seen on Super User
- Search for 'Super User'
Zend Studio is basically Eclipse that has been optimized for working with Zend Framework projects. Well I have a few files in my Zend Framework project that happen to be Ruby files. Zend Studio doesn't come with the ability to create/edit Ruby files with syntax highlighting. I could open in the default…
>>> More