NuSphere Forums Forum Index
NuSphere Forums


Thu Oct 01, 2009 12:04 am
Replies: 3
Views: 3902
I'm sorry you didn't get any responses. Had I been online any time during the last week, I would've responded to you and told you what to do, because I had this same problem. Mine was giving me a diff ...

Thu Sep 03, 2009 2:54 am
Replies: 52
Views: 117221
Shameless bump, but thank you!

This makes my life so much easier!

Thu Sep 03, 2009 2:39 am
Replies: 13
Views: 7288
I can see it working that way IFF the parser is actually "executing" the PHP file (and the functions it calls). In some instances this would be efficient and able to quickly get a code insig ...

Thu Sep 03, 2009 2:24 am
Replies: 21
Views: 12335
None of that should be required to be on my machine if I could simply just retrieve the file that I need, edit it, and save it back to the server directly. The only thing that needs to be maintained ...

Thu Sep 03, 2009 2:08 am
Replies: 4
Views: 3725
A few notes to keep in mind

1. You should never write an application that requires you to connect to the database as root (but that's really just a security thing).
2. Permissions of '%' cover all ...

Thu Sep 03, 2009 1:37 am
Replies: 13
Views: 7288
The parser in the IDE, if it's keeping a reference of all the calls in the IDE (a lot of memory) would know which classes could call the function, but there could be many of those. At which point the ...

Sun Aug 02, 2009 3:50 pm
Replies: 5
Views: 5105
If you are using it inside of a smarty.tpl and you have <script type="text/javascript"> around it, then put the literal tag inside the script block. This will cause the editor to move ...

Tue Jul 21, 2009 4:56 pm
Replies: 5
Views: 5105
I think it may use whatever highlighting the {literal} tag possesses.

For example: if the {literal} tag is inside a <script type="text/javascript"> block, then all the code inside o ...

Tue Jul 21, 2009 1:23 am
Replies: 6
Views: 4826
Did the first option not work for you in Zend Studio? I have a Zend Studio version that I use every now and again, but it was the last version before the release Zend Studio for Eclipse, so it's a lit ...

Tue Jul 21, 2009 1:14 am
Replies: 1
Views: 2943
First you need to figure out which php .ini file is being parsed. You can do this on the command line with the command 'php --ini' or you can run a script and call 'phpinfo()' and it will show you the ...

Tue Jul 21, 2009 1:08 am
Replies: 4
Views: 3427
-- or --

If you can access PHP from the command line and run it that way (I often write command line stuff with PHP) you can run the command: php --ini

It will show you all of the ini files that ...

Sun Jul 12, 2009 8:52 pm
Replies: 8
Views: 4647
It also auto balances quotes inside of comments, which I find decidedly annoying most of the time.

I often don't put quoted strings in comments, and usually I just need one ' as follows:
// This i ...
Page 1 of 1
All times are GMT - 5 Hours