pdt

Paypal PDT with C#

Hi, I'm trying to implement a shopping cart tracking system using pdt with C#. the trouble i have is finding an example of the paypal succes postback, especially in case of multiple items ! Any help woul be appreciated (some code will be much better :D)! Thanks ...

How to install Eclipse + PHP Development Tools (PDT) + Debugger on Mac in The Year 2010

I had a lot of trouble installing Eclipse and PDT on my system. It took two days, largely because all the tutorials I could find were out of date (written in 2008, it's 2010 now) and various steps they included were no longer necessary, broken, or irrelevant. I wanted to write my process here so it could be improved upon (via wiki) as ti...

Eclipse + PDT hides files extensions

Eclipse is now hiding file extensions in PDT, in the PHP Explorer. They show up on tabs when the file is opened. This applies to files of all types. While annoying, it didn't become problematic until I started including the .htaccess files in the list. They now show up with no filename at all. I've scoured the prefs and the web look...

Eclipse PDT Autocomplete

Hey Guys, this sounds a bit stupid, but i try for several days now to get autocomplete working. i have a clean install of pdt and one with plugins like aptana and subversion, but none works with autocomplete. what do i have to do that i get a list with all functions, variables, etc beginning with "str" for example when i type "str"? Do i...

PayPal: IPN vs PDT

Hi, I'm having some trouble choosing between PayPal's Instant Payment Notification (IPN) and Payment Data Transfer (PDT). Basically, users buy a one-off product on my site, pay on PayPal, and return to my site. I understand how IPN works but I'm now seeing that I might be able to trigger the various actions that take place after a succ...

PayPal integration woes: PDT hangs on return to site

Hi, I'm implementing PayPal IPN & PDT. After some headache & time at the sandbox, IPN is working well and PDT returns the correct $_GET data. The implementation is as follows: Pass user ID in form to PayPal User buys product and triggers IPN which updates database for given user ID PDT returns transaction ID when user returns to site ...

PayPal IPN "FAIL"

Hey all... I'm trying to figure out how to use PayPal's IPN and I've run into a wall. I want a buyer to be forwarded to a success page after making a purchase, and I want that page to show the details of their transaction. I choose IPN instead of the PDT because I also want to do some other behind the scenes stuff with their data. Any...

Breakpoint doesn't work if I press Resume when debugging osCommerce with xdebug in pdt?

Is this another bug of xdebug? I've already installed the latest version of xdebug for PHP 5.3 yesterday. Introduction of osCommerce is here. Here is the problem description: When I press Resume,the page is directly shown,though there are breakpoints there. Anyone met this problem? ...

More Code Assist in Eclipse PDT For HTML

I am trying to come over from dreamweaver to eclipse. In eclipse when I am in a php file writing html. If I just type a "<" then the code assist popup will come up with all the options I can choose from. I would like to know if the code assist can appear in more places though. If I type "<div" and hit space can I get another code assi...

Dark color scheme for PDT

Hello, Can anyone share dark color scheme (preferences export) for PDT? Best Regards ...

PHP Dev Tools (Eclipse Plugin) -- Installation Error... help?

I have already installed WEb Tools, PyDev, and the default Eclipse installation for Ubuntu 10.04 (using "sudo apt-get install eclipe"). I'm now trying to install PHP dev tools plug-in for Eclipse, and I'm getting this error msg: Cannot complete the install because of a conflicting dependency. Software being installed: PDT SD...

eclipse for php: why syntax coloring go crazy?

see screen capture: OS: win. Eclipse and PDT: latest stable. Rebooting no take effect. ...

Build and Include configurations with eclipse PDT

Im using eclipse PDT to develop a php project. There are several pieces of external code that we need to include (eg PHPExcel). Is there a way to set up my project so that i can get the auto suggestions from these classes etc whe typing the code but not get the list of validation problems and "todo"s that tey have? Perhaps i need to set ...

Managing local SVN repos in Eclipse

How do you manage local repositories when using Eclipse? (I'm new to SVN and Eclipse.) I've just set up my first Eclipse PHP project with a Eclipse checkout from SNV. I mapped my repos to localhost/repos using in my apache http.conf file. That's fine for ONE repos, but I'm going to be using many repos. What is the best way to access ...

Values not showing up during debugging in eclipse PDT

I am trying to debug this simplepie.inc (called from index.php )which is dumping me with error during parsing one of the feed. After stepping through the line $utf8_data = 'UTF-8'; which I hardcoded in to test things out, the value of the variable remains <Uninitialized> as shown in the screenshot below. Why is that so? Variables and...

content assist in phtml files not working in eclipse helios pdt

Hi all, I got a problem with my content assist of html attributes in Eclipse Helios. When I do something like <div style="|"></div> and hit ctrl+space, normally the content assist for the style attribute appears. This works fine for *.html and *.shtml files. But as soon as I rename the file to phtml, the content assist just fails a...

Eclipse isn't showing 'New PHP file' even while I'm in the PHP perspective

I use eclipse helios PDT at work and at home . I noticed that on my home installation, eclipse doesn't let me create a new PHP file by right clicking on a folder in the PHP explorer. I have to actually right click=>New and then select other and search for PHP from the dialogbox that shows up. But at work everything is ok and it allows me...

Disable or speed up DLTK indexing in Eclipse PDT?

I am using Eclipse PDT Helios with Aptana Studio. on Windows XP. Very often, my workflow is interrupted because Eclipse starts a DLTK indexing process that lasts 30 seconds, sometimes up to 2 minutes - which is annoying. I wonder if there is any way to: Either turn that off or Run the DLTK indexing process less frequently. I didn't ...

How to organize Eclipse - Workspace VS Programming languages

I use Eclipse for programming in PHP (PDT), Python and sometimes Android. Each of this programming languages requires to run many things after Eclipse start. Of course I do not use all of them at one moment, I have different workspace for each of those. Is there any way, or recommendation, how to make Eclipse to run only neccessary tool...

skin and snippet in eclipse PDT

Is there a skin like textmate in eclipse pdt ? And also how to use snippet in eclipse ? for example if I want to insert full to including title,head,body etc. ALso how to make custom snippets ? ...