Please, need help ( from Indonesia ) [message #646480] |
Fri, 24 December 2010 19:08 |
No real name Messages: 2 Registered: December 2010 |
Junior Member |
|
|
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.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03756 seconds