New To PhpEd - Few Questions |
New To PhpEd - Few Questions |
|
Well... i figured this one out....
I only have to highlight & do the comment on everything in between the <?php ?> tags. Hmmm... why didn't they just code that in to account for the tags? |
||||||||||||||
|
Site Admin
|
PhpED is not a drop-in replacement for DW. Primarily our product is focused on php code completion, debugging, profiling and testing.
As of your questions: 1 -- I'd recommend to think twice before mixing html/js/css with php. First three are client-side scripts, while the 2nd is server-side. If you mix them, you'll have either something that will never be cached on the client and your server will have to send all these divs/tables/forms all over again and again, or you'd have to play with cache-related headers too hard and this is error prone and tends to create browser compatibility issues. Why don't you try templates and ajax? In this case you'll send to the user only dynamic part of the content. This scales much better and works much faster. Just my 2c As of commenting out, IDE expects you to have php tags on their own lines. In this case you'll easily be able to comment php code. If you want to comment just require('myfile.php'); --you can select what you need to comment out and press Ctrl-Shift-/ 2 -- if you place caret on that color, the color dropdown will pick it from the text and show 3 -- we didn't get many requests from our customers to support WP 4 -- in the plans 5 -- I'm not sure what path you mean. What if this code is in php file in say /include/mycart/ directory that is included from /mycart/cart.php, and refers to img/myimage.png. What directory should the IDE check for the image? |
||||||||||||
_________________ The PHP IDE team |
|
Thanks for responding... I am aware it is not a DW replacement... DW is junk. But, people will develop websites with PhpED and there are some things that could be done to make life a little easier to speed up site development. I love the fact that PhpED has it's own server, ftp/sftp capabilities and a debugger.... something Adobe programmer's can't even figure out... they are designers not programmers LOL. 1) My files are *.php... with html code inside. That is what I meant. I know trying to run an *.html with php inside is bogus... some web hosts don't play nice with that setup. That is why if I need to use any php... the entire site is converted to all *.php pages. .... the entire line php require line is all by itself. But, when I highlight <?php require("myfile.php") ?> (and I try to comment out)... nothing happens. But if I just highlight require("myfile.php") ... it works. 2) It's not working for me. I placed caret in the color #CFCFCF and hovered, I tried highlighting the entire hex and hovered.... I let my mouse stay over the text over 1 minute.... nothing 3) okay 4) okay 5) My image is located in ... "images/myimage.png" - So, I type in <img src="images/myimage.png">.... It doesn't fetch the image to finish code or fetch a preview if I hover over it. Thanks |
||||||||||||||
|
New To PhpEd - Few Questions |
|
And FYI....
I tried... phpDesigner8 and CodeLobster too But, when I loaded 20+ pages, your program loaded all the php files in 2 seconds (or less). The others took a minute.... DW takes 2 minutes and then boggs down. That is the biggest reason I chose PhpED.... the SPEED & Debugging Nice!! |
||||||||||||
|
|
pixelinkmedia Im having the same problem when it comes to hovering. How did you fix that?
|
||||||||||||
_________________ MH |
|
I haven't... doesn't work for me |
||||||||||||||
|
Guru master
|
Clicking in or selecting colours has never changed the colour dropdown for me either; I didn't even realise it was supposed to do that. I've tried it in both CSS files and HTML styles.
|
||||||||||||
|
New To PhpEd - Few Questions |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by