Don't leave money on the table
Search found 23 matches
- Tue Apr 22, 2008 7:44 pm
- Forum: Announcements
- Topic: Update: 2007 v8.31
- Replies: 7
- Views: 10239
- Wed Feb 27, 2008 1:50 pm
- Forum: Announcements
- Topic: Update: 2007 v8.31
- Replies: 7
- Views: 10239
- Tue Jan 22, 2008 7:19 pm
- Forum: Web Developer Talk
- Topic: How to Set Up Local Copies of Apache and PHP
- Replies: 13
- Views: 14101
At this point I got excited, opened up php.ini and changed display_errors to "on". I ran phpinfo again and it still said display_errors is "off". Sad Presumably I was changing the wrong thing. --- You are probably running php as a module instead of as a cgi process. You needed to just restart Apache ...
- Tue Jan 22, 2008 1:38 am
- Forum: Web Developer Talk
- Topic: How to Set Up Local Copies of Apache and PHP
- Replies: 13
- Views: 14101
I remember having this exact problem with the same setup (php 5.2.5). First of all do a phpinfo and tell me two things is the variable display_errors "on" or "off" and then let me know if there is a mysql section in the report (ie: is the mysql extension loaded). also post you connection code if ...
- Tue Jan 22, 2008 1:18 am
- Forum: Announcements
- Topic: Update: 2007 v8.31
- Replies: 7
- Views: 10239
Re: Update: 2007 v8.31
* Fixed some bugs with file explorer * Fixed some problems with CSS Formatter * Fixed some problems with PHP Formatter Very minor update, affects few users, no need to fetch this if 8.3 works for you well. Any chance this might include a fix for php intellisense not working when you do $test = &new ...
- Wed Dec 12, 2007 12:39 pm
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Tiny feature requests
- Replies: 4
- Views: 5294
- Mon Dec 10, 2007 9:05 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Show path for FTP
- Replies: 2
- Views: 2911
I want to second this too ... It also affects browsing local files, because if you create a new folder and enter it ... then there are no files or folders to mouse over and you have to go back out to get your bearings. It would be nice to have it as an address bar so you could navigate by typing in ...
- Mon Dec 10, 2007 2:54 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Tiny feature requests
- Replies: 4
- Views: 5294
- Sun Dec 09, 2007 2:00 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Improved php intellisense
- Replies: 10
- Views: 7635
Hey Karlis ... I finally figured out the problem!
if I use
instead of
intellisense works fine
can you possibly fix this ... I still do a bit of work in PHP4 so passing by reference is a must.
if I use
Code: Select all
$test = new object();Code: Select all
$test = &new object();can you possibly fix this ... I still do a bit of work in PHP4 so passing by reference is a must.
- Sun Dec 09, 2007 1:56 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Tiny feature requests
- Replies: 4
- Views: 5294
Tiny feature requests
1. Can you make it possible to move the Code Editor/Preview/Vertical Split bar around ... I like having my file tabs up top instead of at the bottom and having to mouse all the way down to preview is a pain. 2. Allow css to use php files as preview files? 3. Option to have Webuilder automatically ...
- Sun Dec 09, 2007 1:51 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Improved php intellisense
- Replies: 10
- Views: 7635
- Tue Dec 04, 2007 2:07 am
- Forum: Web Developer Talk
- Topic: What do you think about Ruby language?
- Replies: 10
- Views: 11544
- Thu Nov 15, 2007 9:50 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Improved php intellisense
- Replies: 10
- Views: 7635
Any chance of getting improved php intellisense. (Right now it just lists all the variables on a page ... so if you're building a class and use $this->do_something a couple of times ... you'll see $this->do_something however many times you use it instead of it just being one variable. Also it doesn ...
- Fri Oct 19, 2007 10:28 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
- Topic: Improved php intellisense
- Replies: 10
- Views: 7635
Any chance of getting improved php intellisense. (Right now it just lists all the variables on a page ... so if you're building a class and use $this->do_something a couple of times ... you'll see $this->do_something however many times you use it instead of it just being one variable. Also it doesn ...
- Thu Jun 07, 2007 9:23 am
- Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
- Topic: Some more questions ...
- Replies: 1
- Views: 2054
Some more questions ...
- Is there a way to have Web builder check for updates on startup? - The code folding feature seems to work in a way different from what I'm used to. Apparently you select a block of code and then you can make it fold ... Is there anyway to make the Web builder set the fold points on document load ...