Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Please, need help ( from Indonesia )(some minor problems using PDT)
icon11.gif  Please, need help ( from Indonesia ) [message #646480] Fri, 24 December 2010 19:08 Go to next message
No real name is currently offline No real nameFriend
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. Smile
Re: Please, need help ( from Indonesia ) [message #646482 is a reply to message #646480] Fri, 24 December 2010 19:49 Go to previous message
No real name is currently offline No real nameFriend
Messages: 2
Registered: December 2010
Junior Member
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 !
Previous Topic:Very slow editing of large files
Next Topic:cant run script
Goto Forum:
  


Current Time: Fri Apr 26 17:03:36 GMT 2024

Powered by FUDForum. Page generated in 0.02700 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top