Please, need help ( from Indonesia ) [message #646480] |
Fri, 24 December 2010 14:08  |
Eclipse User |
|
|
|
Hi i used PDT + XAMPP. I created my workspace in C:\xampp\htdocs\[my_projects_name]
And i can use PDT, but there are minor problems.
1. require, requice_once, include, include_once work, but eclipde PDT didn't add them into the Function Outline and Eclipse can't read the constants, variables from the included php files.
For example:
config.php
<?php
define("DB_NAME", "photo_gallery");
$xaxaxa = 1;
function a()
{
echo 'a';
}
?>
database.php
<?php
require_once("config.php");
/* don't have code hints for DB_NAME, $xaxaxa. But the weird thing is that it has code hint for a() */
?>
2. code hints for mysqli_* has no parameters. How to fix this
3. code hints for HTML isn't complete. For example, attribute enctype for form tag only have " application/x-www-form-urlencoded". How to fix this
Please help me, i would really appreciate it. Btw, Merry Christmas all.
|
|
|
Re: Please, need help ( from Indonesia ) [message #646482 is a reply to message #646480] |
Fri, 24 December 2010 14:49  |
Eclipse User |
|
|
|
I have some more questions. Sorry,
1. What did you use for PHP Path Variables ?
2. What did you use for PHP Executables ?
3. What did you use for PHP Libraries ?
4. What did you use for PHP Servers?
Sorry, i'm new in Eclipse, usually i used Dreamweaver CS5 ( code editor ). Btw, please answer the above questions ( the first post, not this one ), it's much more important. Thanks !
|
|
|
Powered by
FUDForum. Page generated in 0.02689 seconds