Re: [PHP] IDE

2012-05-07 Thread Simon Schick
On Mon, May 7, 2012 at 3:10 AM, Ethan Rosenberg eth...@earthlink.net wrote:


 ===
 Simon -

 Thanks.


 I don't think you're talking about auto-form-fill and stuff like
 that, are you?


 No, I am not.

 Please send me your xdebug-config file.

 Thanks

 Ethan



Hi, Ethan

I forgot to mention that the whole configuration of my test-webserver
is on github ;) There are my configuration-files for apache, mysql,
nginx, php, solr and so on.
But I have to say that my environment is a bit special as I am
developing on a windows-machine and this configuration is running on a
virtual linux machine. Don't hesitate to ask things about the
configuration :)
https://github.com/SimonSimCity/webserver-configuration
For each program I have an init.sh script which will install the
program exactly the way I use it.
Feel free to fork it and add your stuff.

If you're just looking for the xdebug-configuration:
https://github.com/SimonSimCity/webserver-configuration/blob/master/php/conf/conf.d/xdebug.ini
You might have to change it to use it on a windows-environment ... at
least you'd have to move it into your php.ini file instead of an
separate configuration-file as it is on Linux.

As I am the only one developing on this machine, I've configured
xdebug in that way, that anyone can open a xdebug-debug-session. This
is done by enabling xdebug.remote_connect_back. Please do not use this
on your live-server, but set an ip-limit using xdebug.remote_host!

Please read this part of the xdebug-configuration to get a better
understanding on how to set up a working environment (specially the
part Starting The Debugger):
http://xdebug.org/docs/remote

The only problem I can report so far is, that I can't debug
command-line scripts ... If someone else reading that post has an
answer, I'd be glad to hear it.

Bye
Simon

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2012-05-06 Thread Simon Schick
On Mon, May 7, 2012 at 12:33 AM, Ethan Rosenberg eth...@earthlink.net wrote:

 Dear List -

 Is there any IDE which will let me step thru my code AND give the
 opportunity to enter data; eg, when a form should be displayed allow me to
 enter data into the form and then proceed?  I realize the forms are either
 HTML and/or Javascript, but there must be a work-around.  I is exceedingly
 tedious to use echo print var_dump print_r.

 Thanks.

 Ethan



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


Hi, Ethan

The only thing I can come up with, that would really help you, since
you're just working with var_dump and print_r, is a php-debugger.

The common debugger for php are Zend Debugger and xdebug.

Nearly every IDE can be connected to them and if you set it up
correctly you can browse through your side (using your favourite
browser) and activate the debugger just by setting a cookie. For
several browsers there are plugins that set the cookie by clicking an
icon.
I'm talking about nearly every IDE because I saw a screenshot of
someone debugging a php-script using xdebug and vi :)

Just the first two links I found on google ...
* http://xdebug.org/docs/install
* 
http://www.thierryb.net/pdtwiki/index.php?title=Using_PDT_:_Installation_:_Installing_the_Zend_Debugger

Is that what you need?

I'm personally using PhpStorm and a VM with Debian, PHP 5.3 and xdebug
to debug my scripts and am perfectly fine with that. I can send you my
whole xdebug-config if you want :)

The stuff with javascript sounds like something automated to me ...
But I don't think you're talking about auto-form-fill and stuff like
that, are you?

Bye
Simon

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2012-05-06 Thread Ethan Rosenberg

At 06:45 PM 5/6/2012, Simon Schick wrote:

On Mon, May 7, 2012 at 12:33 AM, Ethan Rosenberg eth...@earthlink.net wrote:

 Dear List -

 Is there any IDE which will let me step thru my code AND give the
 opportunity to enter data; eg, when a form should be displayed allow me to
 enter data into the form and then proceed? Â I realize the forms are either
 HTML and/or Javascript, but there must be a work-around. Â I is exceedingly
 tedious to use echo print var_dump print_r.

 Thanks.

 Ethan



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


Hi, Ethan

The only thing I can come up with, that would really help you, since
you're just working with var_dump and print_r, is a php-debugger.

The common debugger for php are Zend Debugger and xdebug.

Nearly every IDE can be connected to them and if you set it up
correctly you can browse through your side (using your favourite
browser) and activate the debugger just by setting a cookie. For
several browsers there are plugins that set the cookie by clicking an
icon.
I'm talking about nearly every IDE because I saw a screenshot of
someone debugging a php-script using xdebug and vi :)

Just the first two links I found on google ...
* http://xdebug.org/docs/install
* 
http://www.thierryb.net/pdtwiki/index.php?title=Using_PDT_:_Installation_:_Installing_the_Zend_Debugger


Is that what you need?

I'm personally using PhpStorm and a VM with Debian, PHP 5.3 and xdebug
to debug my scripts and am perfectly fine with that. I can send you my
whole xdebug-config if you want :)

The stuff with javascript sounds like something automated to me ...
But I don't think you're talking about auto-form-fill and stuff like
that, are you?

Bye
Simon

===
Simon -

Thanks.


I don't think you're talking about auto-form-fill and stuff like
that, are you?


No, I am not.

Please send me your xdebug-config file.

Thanks

Ethan



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE - SVN - dev server - live server

2010-01-14 Thread vikash . iitb
I do not see the reason why you would need an absolute URL like var base_url
= '
http://mysite.com' in your javascript code.

If only this is giving you problems, use: *window.location.hostname* to get
the hostname in javascript.

---
Vikash Kumar
http://vika.sh


On Thu, Jan 14, 2010 at 9:40 PM, John Corry jcorry.li...@gmail.com wrote:

 I am working on designing an documenting a process for our team to use to
 manage code updates/changes.

 What we've been doing has been ghastly: a bunch of developers using
 dreamweaver's 'check in/out' functions, all using the same FTP login, to
 FTP
 files to the production server.

 It turns out the site we're working on together is a bit too complex for
 this, so it's on me to come up with a better way.

 I'm a big fan of SVN and think we'll be light years ahead of where we are
 presently by using SVN to manage code revisions.

 So, I've set up an SVN repository on our dedicated server and imported all
 of the live-site code. Then I set up a dev virtual host (dev.domain.com)
 and
 exported all of the code in my repository to that vhost's DocRoot.
 So...that
 gave me a copy. Next, I copied the MySQL db to a separate db that we'll use
 for the dev server...so dev code doesn't query the live db. Then of course,
 I had to edit the config files that have DSN information in them to make
 sure my dev site actually uses my dev db.

 Here's where the problems start to creep in...

 If I export the whole repository from SVN to the dev DocRoot directory, I'm
 going to overwrite the config files that have DSN info in them. Similarly,
 there are some javascript files that declare variables like var base_url =
 '
 http://mysite.com'...those variables need to be set once for the
 environment
 (my local IDE? the dev server? the production server?) and then not messed
 with afterward.

 After an SVN commit, it's really easy to svn export svn://localhost/mysite
 /path/to/my/dev_server

 Simple, all of the code in the repository goes to the dev server.

 The issue I'm having is that there are a number of files that I do NOT want
 to be copied from the repository to the dev server, except on
 rare occasions.

 So, I can choose to add the files to my svn:ignore in my working copy so
 they aren't committed/updated. But I can't ensure that all of the
 developers
 take this step and it's not a reliable way to keep those select files in
 the
 repository out of my dev server.

 Or, I can write a shell script that does the SVN export, then overwrites
 the
 selected config files with master versions that are stored somewhere else
 and not edited by any of the team. One problem with that though, is that
 our
 main javascript file tends to be edited/changed and it's one that can
 create
 problems if that base_url var isn't appropriate to the server it's on.

 Or, in all of my PHP files, I can write the config values into switch
 statements:
 switch($_SERVER['HTTP_HOST']) {
  case 'mysite.local':
 // local IDE config directives
  case 'dev.mysite.com':
 // dev server config directives
  // etc...
 }

 ...but that leaves the production server DSN sitting around in development
 code, which I'd like to avoid, and I don't have an analogous solution for
 my
 javascript files.

 JS question: is there a js way to do the same thing? Evaluate the js
 equivalent of PHP's $_SERVER['HTTP_HOST']? If there is, I think this
 solution will work.

 This has got to be a fairly typical workflow and problem.

 What are some of the strategies you folks use for designing your flow of
 code from local IDE to SVN to dev server to production server?

 --
 John Corry
 PHP developer - 3by400, Inc
 http://www.3by400.com



Re: [PHP] IDE with ftp and subversion?

2009-10-24 Thread John Black

Lars Nielsen wrote:

Can anyone recommend an IDE with both subversion and ftp integration?
I have played a little with eclipse but find the integrations a little
dificult to manage.
Idealy I want a local development server with LAMP+svn and then an easy
opportunity to publish a site to a production server.



Have you tried Netbeans?
http://www.netbeans.org/downloads/index.html

It comes with svn support, can upload your project to your webserver 
over ftp, step by step debugger and a lot more.


Give it a try
--
John
A casual stroll through the lunatic asylum shows that faith does not 
prove anything.

[Friedrich Nietzsche]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE with ftp and subversion?

2009-10-24 Thread Lars Nielsen
Hi,
No I have not tryed that yet. Giving it a shot now! :-) 

Thanks

/Lars
lør, 24 10 2009 kl. 12:15 +0200, skrev John Black:
 Lars Nielsen wrote:
  Can anyone recommend an IDE with both subversion and ftp integration?
  I have played a little with eclipse but find the integrations a little
  dificult to manage.
  Idealy I want a local development server with LAMP+svn and then an easy
  opportunity to publish a site to a production server.
 
 
 Have you tried Netbeans?
   http://www.netbeans.org/downloads/index.html
 
 It comes with svn support, can upload your project to your webserver 
 over ftp, step by step debugger and a lot more.
 
 Give it a try
 -- 
 John
 A casual stroll through the lunatic asylum shows that faith does not 
 prove anything.
 [Friedrich Nietzsche]
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE with ftp and subversion?

2009-10-24 Thread Lars Nielsen
lør, 24 10 2009 kl. 12:15 +0200, skrev John Black:
 Lars Nielsen wrote:
  Can anyone recommend an IDE with both subversion and ftp integration?
  I have played a little with eclipse but find the integrations a little
  dificult to manage.
  Idealy I want a local development server with LAMP+svn and then an easy
  opportunity to publish a site to a production server.
 
 
 Have you tried Netbeans?
   http://www.netbeans.org/downloads/index.html
 
 It comes with svn support, can upload your project to your webserver 
 over ftp, step by step debugger and a lot more.
 
 Give it a try
 -- 
 John
 A casual stroll through the lunatic asylum shows that faith does not 
 prove anything.
 [Friedrich Nietzsche]
 
Thanks again! :-)
It works like a dream! 

/Lars


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP IDE needed

2008-08-27 Thread Carlos Medina

Sascha Braun schrieb:

Hi people,

I have a webproject which is round about 3 GB in size. I was usually
using eclipse to work with the software but over time eclipse became
very instable regarding that project.

As soon as I open classes with 2000 or more lines of code in it, an out
of memory error occours.

So I need a new IDE for linux.

Please tell me which IDE might be a true alternative for projects at
that size.

Thank you friends,

kind regards,

Sascha

Hi Sascha,
Try PHPed

Regards

Carlos

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Re: PHP IDE needed

2008-08-27 Thread Sancar Saran
Whats wrong with

echo ?php echo Hello World; ?  index.php


is there anything to satisfy your needs...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] [OT|Troll] Re: [PHP] Re: PHP IDE needed

2008-08-27 Thread Lupus Michaelis

Sancar Saran a écrit :

Whats wrong with

echo ?php echo Hello World; ?  index.php


  Two syntacticals errors ? :p



is there anything to satisfy your needs...


  I prefer cat for that purpose, more flexible.

--
Mickaël Wolff aka Lupus Michaelis
http://lupusmic.org

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2007-11-16 Thread tedd

At 11:30 PM + 11/15/07, Jammer wrote:


duh!

look, i'm really sorry everyone ... we all make mistakes!


Only the newbies -- the rest of us are prefect.  :-)

I walked into a bank once and found everyone laying on the floor. I 
had not done anything wrong, but it was just a matter of bad timing.


Cheers,

tedd
--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] IDE

2007-11-16 Thread Arno Kuhl
-Original Message-
From: William Betts [mailto:[EMAIL PROTECTED] 
Sent: 16 November 2007 05:13
To: [EMAIL PROTECTED]
Cc: David Giragosian; php-general@lists.php.net
Subject: Re: [PHP] IDE

Have you ever used Zend Studio? If so how does it compare to PhpED?

---

I've tried Zend Studio a few times, but I certainly can't say I'm familiar
with it enough to give any real comparison. I looked at the Zend tools
pretty closely 4 years ago, and quite superficially a couple of times since
then. I found ZS slow and cumbersome, and not very intuitive (probably due
to unfamiliarity more than anything else). I'm sure each has it's strengths
and weaknesses. I decided on PhpED because (a) it was fast and intuitive and
I felt comfortable with it straight away, coming from c dev background using
IBM dev tools, (b) it had everything I expected in an IDE and more, (c) the
response from NuSphere and the forums was quick, (d) it was much cheaper
than ZS. Since making the choice I find PhpED very stable, and the updates
are frequent with real useful new features and functionality. The latest
version has a feature I requested a few months ago  so the developers are
generally good at listening to feedback and requests. And the debugger is
excellent. PhpED is the single most important dev tool I have and well worth
the investment, and I'm not sure the extra cost for ZS would have given me
any extra value. But I'm sure there are many ZS users who would disagree.
Best advice is do what I did - download both trial versions and give them a
thorough test yourself. What you feel comfortable with is likely different
to what I feel comfortable with.

Arno

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2007-11-16 Thread Jammer

Børge Holen wrote:

On Thursday 15 November 2007 21:35:04 Jammer wrote:

Hi All,

This is my first post here ... I'm very much a newbie to php but work
during the day using SQL Server, VS2005 and Foxpro.  Looking to gen up
on my PHP.

Are there any IDE's for PHP worth checking out.  Particularly free ones!

TIA,

--
jammer
www.jammer.biz


I LOVE this IDE quiz' 
the same answers everytime.


duh!

look, i'm really sorry everyone ... we all make mistakes!

if this is a question that comes up as often as it appears from the 
responses this thread has generated maybe the FAQ needs to *really* 
address that?


http://uk3.php.net/FAQ.php

--
jammer
www.jammer.biz

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2007-11-16 Thread Jammer

Arno Kuhl wrote:

I think jammer's idea is a good one. I've been lurking on this list for
years and seen many resurrections of the IDE thread. It's an important
thread, and the PHP IDE world is ever changing and new products come onto
the scene every now and then. I use my favourite commercial IDE but quite
frequently check out the other IDE's mentioned in those threads, mostly to
confirm the choice I made 4 years ago is still the right one. A
well-maintained list of free and commercial PHP IDE's on the php.net site
would be a great idea, especially if it also had links to reviews, and also
included the mix-n-match IDE's I see some people on the list use. And/or
maybe a forum on php.net dedicated to PHP IDE's, with user polls. Then
whenever the IDE thread pops up the response would be to look at the web
site (RTFWS). The only downside might be the resources to run it.


thanks.

I think the point being that most people will have done a simple google 
search in order to have found php.net ... if the IDE topic was obvious 
on that page most people would find it, and have this question answered, 
before finding this list and subscribing.


we as developers must know that if repeated 'users' are appearing here 
with the same questions something is up?  no?  ;)


its like good interface design if you get loads of questions about 
something regarding software you wrote there is a chance that a lot of 
those could be delt with by subtle changes to the way you present things 
to users.



BTW jammer, if you start using php for big projects I'd recommend NuSphere
PhpED, but it's overkill if you just want to dabble. There's a trial version
if you want to check it out, and a good tip is they drop the price every now
and then for promotions (wish I knew that 4 years ago).


well at the moment it is just dabbling to be honest but i'm currently 
redesigning my home site and am investigating the options before laying 
any code down.  one thing i'm considering if a tighter integration with 
my wordpress blog to replace a news type page.  that sort of thing, no 
full on web apps.


i'd propably turn to something like C# in visual web developer if i were 
to go that route simply from familiarity.


thanks for the headsup on the IDE.  off to check it out now.

--
jammer
www.jammer.biz

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2007-11-16 Thread Jammer

tedd wrote:

At 11:30 PM + 11/15/07, Jammer wrote:


duh!

look, i'm really sorry everyone ... we all make mistakes!


Only the newbies -- the rest of us are prefect.  :-)


haha! ;)

I walked into a bank once and found everyone laying on the floor. I had 
not done anything wrong, but it was just a matter of bad timing.


oooh dear ... that doesn't bode well!

--
jammer
www.jammer.biz

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2007-11-16 Thread Daniel Brown
On Nov 16, 2007 6:37 AM, Arno Kuhl [EMAIL PROTECTED] wrote:


 -Original Message-
 From: David Giragosian [mailto:[EMAIL PROTECTED]
 Sent: 16 November 2007 05:21
 To: php-general@lists.php.net
 Subject: Re: [PHP] IDE

 On 11/15/07, Jammer [EMAIL PROTECTED] wrote:
 
  Børge Holen wrote:
   On Thursday 15 November 2007 21:35:04 Jammer wrote:
   Hi All,
  
   This is my first post here ... I'm very much a newbie to php but
   work during the day using SQL Server, VS2005 and Foxpro.  Looking
   to gen up on my PHP.
  
   Are there any IDE's for PHP worth checking out.  Particularly free
  ones!
  
   TIA,
  
   --
   jammer
   www.jammer.biz
  
   I LOVE this IDE quiz'
   the same answers everytime.
 
  duh!
 
  look, i'm really sorry everyone ... we all make mistakes!
 
  if this is a question that comes up as often as it appears from the
  responses this thread has generated maybe the FAQ needs to *really*
  address that?
 
  http://uk3.php.net/FAQ.php
 
  --
  jammer
 
 It's OK. I think there's been a long thread on the subject each of the last
 two weeks. The folks who are really passionate about their IDE's jump in
 first, then those less motivated or less interested add theirs, then it
 seems to die for a day or so before it rises from the ashes to sputter and
 hiccup a time or two. And then it starts all over, again.

 If you stick around long enough on this list, you'll be fussin' at the
 question, too.

 David
 --

 I think jammer's idea is a good one. I've been lurking on this list for
 years and seen many resurrections of the IDE thread. It's an important
 thread, and the PHP IDE world is ever changing and new products come onto
 the scene every now and then. I use my favourite commercial IDE but quite
 frequently check out the other IDE's mentioned in those threads, mostly to
 confirm the choice I made 4 years ago is still the right one. A
 well-maintained list of free and commercial PHP IDE's on the php.net site
 would be a great idea, especially if it also had links to reviews, and also
 included the mix-n-match IDE's I see some people on the list use. And/or
 maybe a forum on php.net dedicated to PHP IDE's, with user polls. Then
 whenever the IDE thread pops up the response would be to look at the web
 site (RTFWS). The only downside might be the resources to run it.

 BTW jammer, if you start using php for big projects I'd recommend NuSphere
 PhpED, but it's overkill if you just want to dabble. There's a trial version
 if you want to check it out, and a good tip is they drop the price every now
 and then for promotions (wish I knew that 4 years ago).

 Arno


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



I can understand your concerns about the issue not being addressed
in the FAQs when it is such a prevalent discussion.  However, it
wouldn't make a suitable FAQ entry because the opinions of which IDE
is best are just that: opinions.  And to list just a few of the IDEs
available on the official site would insinuate that both the PHP
community and the project itself endorse them.

A great resource for something like that would be to check out a
PHP-oriented site.  Once again, http://www.phpbuilder.com/ comes to
mind.  I don't know statistics on that-versus-other sites, but I'd
hazard a guess that PHP Builder probably has one of - if not the -
busiest, most active forum communities.

-- 
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

If at first you don't succeed, stick to what you know best so that you
can make enough money to pay someone else to do it for you.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] IDE

2007-11-16 Thread Arno Kuhl

-Original Message-
From: David Giragosian [mailto:[EMAIL PROTECTED] 
Sent: 16 November 2007 05:21
To: php-general@lists.php.net
Subject: Re: [PHP] IDE

On 11/15/07, Jammer [EMAIL PROTECTED] wrote:

 Børge Holen wrote:
  On Thursday 15 November 2007 21:35:04 Jammer wrote:
  Hi All,
 
  This is my first post here ... I'm very much a newbie to php but 
  work during the day using SQL Server, VS2005 and Foxpro.  Looking 
  to gen up on my PHP.
 
  Are there any IDE's for PHP worth checking out.  Particularly free
 ones!
 
  TIA,
 
  --
  jammer
  www.jammer.biz
 
  I LOVE this IDE quiz'
  the same answers everytime.

 duh!

 look, i'm really sorry everyone ... we all make mistakes!

 if this is a question that comes up as often as it appears from the 
 responses this thread has generated maybe the FAQ needs to *really* 
 address that?

 http://uk3.php.net/FAQ.php

 --
 jammer

It's OK. I think there's been a long thread on the subject each of the last
two weeks. The folks who are really passionate about their IDE's jump in
first, then those less motivated or less interested add theirs, then it
seems to die for a day or so before it rises from the ashes to sputter and
hiccup a time or two. And then it starts all over, again.

If you stick around long enough on this list, you'll be fussin' at the
question, too.

David
--

I think jammer's idea is a good one. I've been lurking on this list for
years and seen many resurrections of the IDE thread. It's an important
thread, and the PHP IDE world is ever changing and new products come onto
the scene every now and then. I use my favourite commercial IDE but quite
frequently check out the other IDE's mentioned in those threads, mostly to
confirm the choice I made 4 years ago is still the right one. A
well-maintained list of free and commercial PHP IDE's on the php.net site
would be a great idea, especially if it also had links to reviews, and also
included the mix-n-match IDE's I see some people on the list use. And/or
maybe a forum on php.net dedicated to PHP IDE's, with user polls. Then
whenever the IDE thread pops up the response would be to look at the web
site (RTFWS). The only downside might be the resources to run it.

BTW jammer, if you start using php for big projects I'd recommend NuSphere
PhpED, but it's overkill if you just want to dabble. There's a trial version
if you want to check it out, and a good tip is they drop the price every now
and then for promotions (wish I knew that 4 years ago).

Arno

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2007-11-16 Thread William Betts
Have you ever used Zend Studio? If so how does it compare to PhpED?

On Nov 16, 2007 5:37 AM, Arno Kuhl [EMAIL PROTECTED] wrote:


 -Original Message-
 From: David Giragosian [mailto:[EMAIL PROTECTED]
 Sent: 16 November 2007 05:21
 To: php-general@lists.php.net
 Subject: Re: [PHP] IDE

 On 11/15/07, Jammer [EMAIL PROTECTED] wrote:
 
  Børge Holen wrote:
   On Thursday 15 November 2007 21:35:04 Jammer wrote:
   Hi All,
  
   This is my first post here ... I'm very much a newbie to php but
   work during the day using SQL Server, VS2005 and Foxpro.  Looking
   to gen up on my PHP.
  
   Are there any IDE's for PHP worth checking out.  Particularly free
  ones!
  
   TIA,
  
   --
   jammer
   www.jammer.biz
  
   I LOVE this IDE quiz'
   the same answers everytime.
 
  duh!
 
  look, i'm really sorry everyone ... we all make mistakes!
 
  if this is a question that comes up as often as it appears from the
  responses this thread has generated maybe the FAQ needs to *really*
  address that?
 
  http://uk3.php.net/FAQ.php
 
  --
  jammer
 
 It's OK. I think there's been a long thread on the subject each of the last
 two weeks. The folks who are really passionate about their IDE's jump in
 first, then those less motivated or less interested add theirs, then it
 seems to die for a day or so before it rises from the ashes to sputter and
 hiccup a time or two. And then it starts all over, again.

 If you stick around long enough on this list, you'll be fussin' at the
 question, too.

 David
 --

 I think jammer's idea is a good one. I've been lurking on this list for
 years and seen many resurrections of the IDE thread. It's an important
 thread, and the PHP IDE world is ever changing and new products come onto
 the scene every now and then. I use my favourite commercial IDE but quite
 frequently check out the other IDE's mentioned in those threads, mostly to
 confirm the choice I made 4 years ago is still the right one. A
 well-maintained list of free and commercial PHP IDE's on the php.net site
 would be a great idea, especially if it also had links to reviews, and also
 included the mix-n-match IDE's I see some people on the list use. And/or
 maybe a forum on php.net dedicated to PHP IDE's, with user polls. Then
 whenever the IDE thread pops up the response would be to look at the web
 site (RTFWS). The only downside might be the resources to run it.

 BTW jammer, if you start using php for big projects I'd recommend NuSphere
 PhpED, but it's overkill if you just want to dabble. There's a trial version
 if you want to check it out, and a good tip is they drop the price every now
 and then for promotions (wish I knew that 4 years ago).

 Arno


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2007-11-16 Thread Larry Garfield
I haven't used PhpED, but I use Zend Studio Pro at work.  It is hands-down the 
best PHP IDE I've used.  (As I said, I cannot compare it to PhpED 
specifically.)  Little things like project management and code completion and 
such just work better than any other tool I've found, and it's debugger and 
profiler are also first-rate.  Performance is good, too.

At home, I've been avoiding buying it because it's $300 flipping dollars, and 
I'm wary of their time-based licensing.  It's also, of course, very non-Free, 
and I try to stick to open source programs at home (and at work when I can).  
I've bounced around between a lot of different PHP editing tools.  At the 
moment I'm using Eclipse-PDT, which is finally not so slow as to be unsable 
as previous versions of Eclipse were.  It's nowhere near as nice as Zend 
Studio, but at least it's [F|f]ree and once you figure out the weirdness that 
is Eclipse it gets the job done.  Still need to get it talking to XDebug, 
though.

On Friday 16 November 2007, William Betts wrote:
 Have you ever used Zend Studio? If so how does it compare to PhpED?

 On Nov 16, 2007 5:37 AM, Arno Kuhl [EMAIL PROTECTED] wrote:
  -Original Message-
  From: David Giragosian [mailto:[EMAIL PROTECTED]
  Sent: 16 November 2007 05:21
  To: php-general@lists.php.net
  Subject: Re: [PHP] IDE
 
  On 11/15/07, Jammer [EMAIL PROTECTED] wrote:
   Børge Holen wrote:
On Thursday 15 November 2007 21:35:04 Jammer wrote:
Hi All,
   
This is my first post here ... I'm very much a newbie to php but
work during the day using SQL Server, VS2005 and Foxpro.  Looking
to gen up on my PHP.
   
Are there any IDE's for PHP worth checking out.  Particularly free
  
   ones!
  
TIA,
   
--
jammer
www.jammer.biz
   
I LOVE this IDE quiz'
the same answers everytime.
  
   duh!
  
   look, i'm really sorry everyone ... we all make mistakes!
  
   if this is a question that comes up as often as it appears from the
   responses this thread has generated maybe the FAQ needs to *really*
   address that?
  
   http://uk3.php.net/FAQ.php
  
   --
   jammer
 
  It's OK. I think there's been a long thread on the subject each of the
  last two weeks. The folks who are really passionate about their IDE's
  jump in first, then those less motivated or less interested add theirs,
  then it seems to die for a day or so before it rises from the ashes to
  sputter and hiccup a time or two. And then it starts all over, again.
 
  If you stick around long enough on this list, you'll be fussin' at the
  question, too.
 
  David
  --
 
  I think jammer's idea is a good one. I've been lurking on this list for
  years and seen many resurrections of the IDE thread. It's an important
  thread, and the PHP IDE world is ever changing and new products come onto
  the scene every now and then. I use my favourite commercial IDE but quite
  frequently check out the other IDE's mentioned in those threads, mostly
  to confirm the choice I made 4 years ago is still the right one. A
  well-maintained list of free and commercial PHP IDE's on the php.net site
  would be a great idea, especially if it also had links to reviews, and
  also included the mix-n-match IDE's I see some people on the list use.
  And/or maybe a forum on php.net dedicated to PHP IDE's, with user polls.
  Then whenever the IDE thread pops up the response would be to look at the
  web site (RTFWS). The only downside might be the resources to run it.
 
  BTW jammer, if you start using php for big projects I'd recommend
  NuSphere PhpED, but it's overkill if you just want to dabble. There's a
  trial version if you want to check it out, and a good tip is they drop
  the price every now and then for promotions (wish I knew that 4 years
  ago).
 
  Arno
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php


-- 
Larry Garfield  AIM: LOLG42
[EMAIL PROTECTED]   ICQ: 6817012

If nature has made any one thing less susceptible than all others of 
exclusive property, it is the action of the thinking power called an idea, 
which an individual may exclusively possess as long as he keeps it to 
himself; but the moment it is divulged, it forces itself into the possession 
of every one, and the receiver cannot dispossess himself of it.  -- Thomas 
Jefferson

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2007-11-15 Thread Daniel Brown
On Nov 15, 2007 3:35 PM, Jammer [EMAIL PROTECTED] wrote:
 Hi All,

 This is my first post here ... I'm very much a newbie to php but work
 during the day using SQL Server, VS2005 and Foxpro.  Looking to gen up
 on my PHP.

 Are there any IDE's for PHP worth checking out.  Particularly free ones!

 TIA,

 --
 jammer
 www.jammer.biz

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



Yes, and you can find them on Google and in the list archives.

This is one of the most frequently-asked questions it's a
shame the listserv can't filter those to point the user to an FAQ.

-- 
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

If at first you don't succeed, stick to what you know best so that you
can make enough money to pay someone else to do it for you.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2007-11-15 Thread Stut

Jammer wrote:

Hi All,

This is my first post here ... I'm very much a newbie to php but work 
during the day using SQL Server, VS2005 and Foxpro.  Looking to gen up 
on my PHP.


Are there any IDE's for PHP worth checking out.  Particularly free ones!

TIA,


Will you please check the freakin' archives. This topic has been covered 
numerous times over the past week or so.


-Stut

--
http://stut.net/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2007-11-15 Thread William Betts
I like Zend Studio. www.zend.com.

William Betts

On Nov 15, 2007 2:35 PM, Jammer [EMAIL PROTECTED] wrote:
 Hi All,

 This is my first post here ... I'm very much a newbie to php but work
 during the day using SQL Server, VS2005 and Foxpro.  Looking to gen up
 on my PHP.

 Are there any IDE's for PHP worth checking out.  Particularly free ones!

 TIA,

 --
 jammer
 www.jammer.biz

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2007-11-15 Thread Børge Holen

On Thursday 15 November 2007 21:35:04 Jammer wrote:
 Hi All,

 This is my first post here ... I'm very much a newbie to php but work
 during the day using SQL Server, VS2005 and Foxpro.  Looking to gen up
 on my PHP.

 Are there any IDE's for PHP worth checking out.  Particularly free ones!

 TIA,

 --
 jammer
 www.jammer.biz

I LOVE this IDE quiz' 
the same answers everytime.

-- 
---
Børge Holen
http://www.arivene.net

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE

2007-11-15 Thread David Giragosian
On 11/15/07, Jammer [EMAIL PROTECTED] wrote:

 Børge Holen wrote:
  On Thursday 15 November 2007 21:35:04 Jammer wrote:
  Hi All,
 
  This is my first post here ... I'm very much a newbie to php but work
  during the day using SQL Server, VS2005 and Foxpro.  Looking to gen up
  on my PHP.
 
  Are there any IDE's for PHP worth checking out.  Particularly free
 ones!
 
  TIA,
 
  --
  jammer
  www.jammer.biz
 
  I LOVE this IDE quiz'
  the same answers everytime.

 duh!

 look, i'm really sorry everyone ... we all make mistakes!

 if this is a question that comes up as often as it appears from the
 responses this thread has generated maybe the FAQ needs to *really*
 address that?

 http://uk3.php.net/FAQ.php

 --
 jammer

It's OK. I think there's been a long thread on the subject each of the last
two weeks. The folks who are really passionate about their IDE's jump in
first, then those less motivated or less interested add theirs, then it
seems to die for a day or so before it rises from the ashes to sputter and
hiccup a time or two. And then it starts all over, again.

If you stick around long enough on this list, you'll be fussin' at the
question, too.

David


[PHP] Re: PHP ide?

2007-11-09 Thread Colin Guthrie
Lester Caine wrote:
 Robert Cummings wrote:
 Ubuntu = Debian + New Life
 
 Mandriva has Eclipse and PHPEclipse 'out of the box' along with Apache
 and PHP
 I can build a fully functional development machine from a pile of bits
 in under an hour ;)
 And currently that includes downloading the latest updates :)
 

+1 for Mandriva :)

As a long time Mandriva user and not-such-a-long time contributor, I've
looked on the rise of Ubuntu with great interest. I think where they've
excelled is in community - it's definitely got a lot of momentum but
where this falls down is the lack of centralised management. There are
simply too many independent package repositories out there doing there
own packages and not necessarily getting them all correct with their
naming and obsoletion etc. This makes it difficult for people upgrading
in the future from ad-hoc third party packages to official packages. One
of the things I like about Linux (distros) is the central
packaging/deployment system as it keeps things neat, tidy and, most
importantly, structured... Just my €0.02.

Col

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Re: PHP ide?

2007-11-09 Thread Instruct ICC

  Ubuntu = Debian + New Life
  
  Mandriva has Eclipse and PHPEclipse 'out of the box' along with Apache
  and PHP
  I can build a fully functional development machine from a pile of bits
  in under an hour ;)
  And currently that includes downloading the latest updates :)
  
 
 +1 for Mandriva :)
 
 As a long time Mandriva user and not-such-a-long time contributor, I've
 looked on the rise of Ubuntu with great interest. I think where they've
 excelled is in community - it's definitely got a lot of momentum but
 where this falls down is the lack of centralised management. There are
 simply too many independent package repositories out there doing there
 own packages and not necessarily getting them all correct with their
 naming and obsoletion etc. This makes it difficult for people upgrading
 in the future from ad-hoc third party packages to official packages. One
 of the things I like about Linux (distros) is the central
 packaging/deployment system as it keeps things neat, tidy and, most
 importantly, structured... Just my €0.02.

I think PCLinuxOS is based on Mandriva (I could be wrong), and it passed Ubuntu 
on distrowatch.com

_
Peek-a-boo FREE Tricks  Treats for You!
http://www.reallivemoms.com?ocid=TXT_TAGHMloc=us

Re: [PHP] Re: PHP ide?

2007-11-09 Thread Børge Holen
On Friday 09 November 2007 18:45:27 Instruct ICC wrote:
   Ubuntu = Debian + New Life
  
   Mandriva has Eclipse and PHPEclipse 'out of the box' along with Apache
   and PHP
   I can build a fully functional development machine from a pile of bits
   in under an hour ;)
   And currently that includes downloading the latest updates :)
 
  +1 for Mandriva :)
 
  As a long time Mandriva user and not-such-a-long time contributor, I've
  looked on the rise of Ubuntu with great interest. I think where they've
  excelled is in community - it's definitely got a lot of momentum but
  where this falls down is the lack of centralised management. There are
  simply too many independent package repositories out there doing there
  own packages and not necessarily getting them all correct with their
  naming and obsoletion etc. This makes it difficult for people upgrading
  in the future from ad-hoc third party packages to official packages. One
  of the things I like about Linux (distros) is the central
  packaging/deployment system as it keeps things neat, tidy and, most
  importantly, structured... Just my €0.02.

 I think PCLinuxOS is based on Mandriva (I could be wrong), and it passed
 Ubuntu on distrowatch.com

and the whole series is based from redhat. 


 _
 Peek-a-boo FREE Tricks  Treats for You!
 http://www.reallivemoms.com?ocid=TXT_TAGHMloc=us



-- 
---
Børge Holen
http://www.arivene.net

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP ide?

2007-11-08 Thread Peter Ford
Hulf wrote:
 Just wondering if anyone uses an IDE and if so what ones?
 
 Ta,
 
 H. 

Quanta+, with KDESVN for version management...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Ide help needed

2007-04-03 Thread clive



Does anyone knows any IDE for PHP like VisualStudio.net?


look at delphi for php, its not delphi the language but a IDE written by 
borland to develop web apps using forms/drag 'n drop and php. Windows 
only im afraid and the only php IDE of its kind that Ive come across.


I use linux so I wont be using but you might like it.

http://codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.aspx

--
Regards,

Clive.

Real Time Travel Connections


{No electrons were harmed in the creation, transmission or reading of 
this email. However, many were excited and some may well have enjoyed 
the experience.}


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Ide help needed

2007-04-03 Thread Johan Martin

On 4/3/07, clive [EMAIL PROTECTED] wrote:



 Does anyone knows any IDE for PHP like VisualStudio.net?



Second the use of eclipse. Look at easyeclipse.org - they have all the
necessary plug-ins and add-ons in easy an easy to install package. Packages
available for Linux, Mac and Windows. Includes tools for Smarty, database
editing and html editing.


RE: [PHP] Ide help needed

2007-04-02 Thread Arno Kuhl
Nuspere's PHPEd. Highly recommended. I looked at all the alternatives,
including Zend and Eclipse, and IMO PHPEd is superior. And faster
performance is a real bonus.

Arno


-Original Message-
From: Davi [mailto:[EMAIL PROTECTED]
Sent: 02 April 2007 02:50
To: php-general@lists.php.net
Subject: Re: [PHP] Ide help needed


Em Sexta 30 Março 2007 14:39, [EMAIL PROTECTED] escreveu:
 I am a beginer with php and i need to know which IDE is best suited
 under windows and linux both

 i have seen dreamweaver working and have heard about GoLive too but don't
 know whichone to go for

 can you please help me decide
 and also
 tell me some other IDE's if possible

Does anyone knows any IDE for PHP like VisualStudio.net?

TIA

--
Davi Vidal
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--

Agora com fortune:
Beneath this stone lies Murphy,
They buried him today,
He lived the life of Riley,
While Riley was away.

--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Ide help needed

2007-04-01 Thread Davi
Em Sexta 30 Março 2007 14:39, [EMAIL PROTECTED] escreveu:
 I am a beginer with php and i need to know which IDE is best suited
 under windows and linux both

 i have seen dreamweaver working and have heard about GoLive too but don't
 know whichone to go for

 can you please help me decide
 and also
 tell me some other IDE's if possible

Does anyone knows any IDE for PHP like VisualStudio.net?

TIA

-- 
Davi Vidal
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--

Agora com fortune:
Beneath this stone lies Murphy,
They buried him today,
He lived the life of Riley,
While Riley was away.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Ide help needed

2007-03-30 Thread Davi
Em Sexta 30 Março 2007 14:39, [EMAIL PROTECTED] escreveu:
 I am a beginer with php and i need to know which IDE is best suited
 under windows and linux both

 i have seen dreamweaver working and have heard about GoLive too but don't
 know whichone to go for

 can you please help me decide
 and also
 tell me some other IDE's if possible

Zend Studio.

http://www.zend.com

[]s

-- 
Davi Vidal
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--

Agora com fortune:
I did this 'cause Linux gives me a woody.  It doesn't generate revenue.
-- Dave '-ddt-` Taylor, announcing DOOM for Linux

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Ide help needed

2007-03-30 Thread Mario Guenterberg
On Fri, Mar 30, 2007 at 11:09:02PM +0530, [EMAIL PROTECTED] wrote:
 I am a beginer with php and i need to know which IDE is best suited
 under windows and linux both
 
 i have seen dreamweaver working and have heard about GoLive too but don't
 know whichone to go for
 
 can you please help me decide
 and also
 tell me some other IDE's if possible

Hi...

I use Eclipse with a PHP plugin on both Windows and Linux.
There are 2 good plugins available: PHP-IDE from eclipse.org and
PHPEclipse. I prefer PHP-IDE. You can use any usefull other plugins
(Tidy, Clay, Quantum) for work with any solution you need.
All of this is open source...

Greetings
Mario

-- 
 -
| havelsoft.com - Ihr Service Partner für Open Source |
| Tel:  033876-21 966 |
| Notruf: 0173-277 33 60  |
| http://www.havelsoft.com|
| |
| Inhaber: Mario Günterberg   |
| Mützlitzer Strasse 19   |
| 14715 Märkisch Luch |
 -


signature.asc
Description: Digital signature


Re: [PHP] Ide help needed

2007-03-30 Thread Tijnema !

On 3/30/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

I am a beginer with php and i need to know which IDE is best suited
under windows and linux both

i have seen dreamweaver working and have heard about GoLive too but don't
know whichone to go for

can you please help me decide
and also
tell me some other IDE's if possible



Kdevelop is also nice if you have KDE installed :)

It has support for tidy :)

Tijnema

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] IDE recommendation-- (Free?)

2004-12-17 Thread John Nichel
GH wrote:
Hi...
 I am looking for a FREE PHP IDE that uses syntax highlighting and
code completion amongst other features...
Do any of you have any recommendations... again I am looking for FREE
(not much budget for me)?
I use BOTH Linux and Windows
Thanks
Gary
Yeah, search the archives and/or read the email that you got when you 
subscribed to this list.

--
By-Tor.com
...it's all about the Rush
http://www.by-tor.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] IDE recommendation-- (Free?)

2004-12-17 Thread Mat Harris
On Fri, Dec 17, 2004 at 08:20:36 -0500, GH wrote:
 Hi...
 
  I am looking for a FREE PHP IDE that uses syntax highlighting and
 code completion amongst other features...
 
 Do any of you have any recommendations... again I am looking for FREE
 (not much budget for me)?
 
 I use BOTH Linux and Windows

I can heartily recommend SciTE (http://www.scintilla.org/SciTE.html)
i believe it has the features you desire, plus, there is a version customised
for php, available here http://amip.tools-for.net/SciTE-CVS.exe

btw, there is a GTK+ version so you can use it on linux as well.

 Thanks
 Gary

hope this helps

mat

-- 
Cats land on their feet. 
Toast lands jellyside down.
A cat glued to some jelly toast will hover in quantum indecision 

perl -e'$_=q#: 13_2: 12/o{: 8_4) (_4: 6/2^-2; 3;-2^\2: 5/7\_/\7:\
1   m m::#;y#:#\n#;s#(\D)(\d+)#$1x$2#ge;print'

Yes, of course it's the right cabl [le0: NO CARRIER]


pgpcUcPrglOn2.pgp
Description: PGP signature


Re: [PHP] IDE recommendation-- (Free?)

2004-12-17 Thread Jeffery Fernandez
Mat Harris wrote:
On Fri, Dec 17, 2004 at 08:20:36 -0500, GH wrote:
 

Hi...
I am looking for a FREE PHP IDE that uses syntax highlighting and
code completion amongst other features...
Do any of you have any recommendations... again I am looking for FREE
(not much budget for me)?
I use BOTH Linux and Windows
   

I can heartily recommend SciTE (http://www.scintilla.org/SciTE.html)
i believe it has the features you desire, plus, there is a version customised
for php, available here http://amip.tools-for.net/SciTE-CVS.exe
btw, there is a GTK+ version so you can use it on linux as well.
 

Thanks
Gary
   

hope this helps
mat
 

here you go.. a well maintained list: 
http://www.thelinuxconsultancy.co.uk/phpeditors/

cheers,
Jeffery
http://melbourne.ug.php.net
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: PHP IDE for OS X

2004-09-04 Thread Chris Martin
Justin French wrote:
Can anyone suggest a PHP editor/IDE for OS X other than:
- BBEdit (already using it)
- Zend Studio (it's Java, not OS X native)
What I'm hoping for is:
- some form of auto-complete text for functions/constants/etc,
- integrated testing/debugging
- integration with local install of PHP
- anything else that will make my life easier without 'getting in the way'.
My guess is it doesn't exist, but it's worth a shot.
PLEASE, no On Windows I use... or I just use 'Text Editor X' -- I'm 
looking for something more than a basic text editor, and it has to be OS 
X native (not some ugly, sluggish Java thing).

---
Justin French
http://indent.com.au
I don't run OSX, so I don't know how easy this is, but it's definately 
worth the mention.

OSX has a unix core. I saw a bit on TechTV saying if you install the 
developer tools, you can run virtually any *nix app.
See these for more info
http://developer.apple.com/unix/index.html
http://developer.apple.com/unix/toolkits.html
http://fink.sourceforge.net/

I saw some tutorials searching google for run linux apps on Mac too.
That said, you could give Quanta Plus or Bluefish a shot, both are great 
free linux apps. My personal favorite is Quanta Plus, it contains most 
of what you mentioned (even auto-completes your variables)

On the non-free side, Dreamweaver MX has some decent PHP features, 
although it's a pricey solution.
mac stab You should be use to that though! ;) /mac stab

--
Chris Martin
Web Developer
Open Source  Web Standards Advocate
http://www.chriscodes.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: PHP IDE?

2003-12-15 Thread rush
Peter Walter [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Rush,

 templatetamer looks like an environment that I would be interested in
 using; however, what support resources are available for templatetamer?
 Is there a news server, bulletin board, or other help resource for
 people new to templatetamer?

Hello,

currently there is only Wiki, and mail support. However, to compensate, I
try my best not to affer only answers to strictly technical support
questions, but also to all various questions on how to do something with TT,
or how to approach some problem with it. Quite often I compile answer to
such question and put it afterwards on the wiki as an example, so I have
double benefit from it. In the future I may open a mailing list or something
similar.

Hope that helps, and if you have any questions please do not hesitate to
mail me.

rush
--
http://www.templatetamer.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP IDE?

2003-12-14 Thread rush
Jough Jeaux [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Was wondering what everyone's favortie IDE is for
 coding in PHP.  I've got a big PHP project in the
 works.  I'll be doing alot with it and am looking for
 ways to boost my productivity.

If you are going to work with templates, you can take a look at
TemplateTamer, which has IDE geared for such development.

rush
--
http://www.templatetamer.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: PHP IDE?

2003-12-14 Thread Peter Walter
Rush,

templatetamer looks like an environment that I would be interested in 
using; however, what support resources are available for templatetamer? 
Is there a news server, bulletin board, or other help resource for 
people new to templatetamer?

Peter

Rush wrote:
Jough Jeaux [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
Was wondering what everyone's favortie IDE is for
coding in PHP.  I've got a big PHP project in the
works.  I'll be doing alot with it and am looking for
ways to boost my productivity.


If you are going to work with templates, you can take a look at
TemplateTamer, which has IDE geared for such development.
rush
--
http://www.templatetamer.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: PHP IDE?

2003-12-13 Thread Justin Patrin
I use Emacs with syntax PHP highlighting. It does tabbing very well as 
well and has a lot of features that I couldn't easily gert out of vim 
(and there's no annoying mode change ;-). (Note: I used to use vim and 
loved it, but emacs seduced me away.)

-paperCrane Justin Patrin

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: php IDE for linux

2002-06-04 Thread J Smith


Quanta is for KDE, too, not GTK.

J


Henrik Hansen wrote:

 [EMAIL PROTECTED] (Pedro Jorge Dias Cardoso) wrote:
 
   please tell me a good PHP editor for linux, wich one you prefer.
   or a package for PHP in Xemacs.
 
 I saw recently that phpedit comes out on linux now thats a good
 editor (it costs). Else try Kate for KDE and Quanta for GTK.
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: php IDE for linux

2002-06-04 Thread Henrik Hansen

[EMAIL PROTECTED] (J Smith) wrote:

  Quanta is for KDE, too, not GTK.


you are right I was thinking about glimmer :) but kate,quanta for kde
then :)

-- 
Henrik Hansen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: php IDE for linux

2002-06-04 Thread Henrik Hansen

[EMAIL PROTECTED] (Pedro Jorge Dias Cardoso) wrote:

  please tell me a good PHP editor for linux, wich one you prefer.
  or a package for PHP in Xemacs.

I saw recently that phpedit comes out on linux now thats a good
editor (it costs). Else try Kate for KDE and Quanta for GTK.

-- 
Henrik Hansen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: PHP IDE

2002-01-25 Thread Christian Blichmann

Rafael Perazzo B Mota [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Who knows a good Php IDE for linux, like PHP Code ?

Try Macromedia ColdFusion Studio 5.0, it has PHP syntax highlighting and
is very customizable (Code Snippets, Code Completion, ...), but it's not
primarily focused on PHP...

Christian Blichmann

_
don't hesitate - email me with your thoughts:
e-mail: [EMAIL PROTECTED]
 - please remove the .nospam from address.
_
do you want to know more?
web:http://www.blichmann.de



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] IDE for Linux

2001-10-21 Thread Chris Bailey

You can try ActiveState's Komodo.
http://www.activestate.com/Products/ASPN_Komodo/
It supports PHP, Perl, Python, etc., has a debugger, pretty cool editor,
etc.  It's only a 1.0 (at least the last time I used it), but was pretty
solid for a 1.0.

What are you looking for in an IDE?  Instead of an IDE I use Visual
SlickEdit.  It's a commercial editor, but it supports PHP, and does a lot of
things an IDE does (it has projects  workspaces, you can do your builds in
it, awesome editor, stuff like function name completion, shows you what
params the function takes, etc.).

-Original Message-
From: Christian Dechery [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 21, 2001 4:36 PM
To: [EMAIL PROTECTED]
Subject: [PHP] IDE for Linux


Can you guys give me some hints of IDEs for programming PHP in Linux?

thanks

_
. Christian Dechery
. . Gaita-L Owner / Web Developer
. . http://www.webstyle.com.br
. . http://www.tanamesa.com.br


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] IDE for Linux

2001-10-21 Thread Christian Dechery

At 17:20 21/10/01 -0700, you wrote:
You can try ActiveState's Komodo.
http://www.activestate.com/Products/ASPN_Komodo/
 It supports PHP, Perl, Python, etc., has a debugger, pretty cool 
 editor,
etc.  It's only a 1.0 (at least the last time I used it), but was pretty
solid for a 1.0.

What are you looking for in an IDE?  Instead of an IDE I use Visual
SlickEdit.  It's a commercial editor, but it supports PHP, and does a lot of
things an IDE does (it has projects  workspaces, you can do your builds in
it, awesome editor, stuff like function name completion, shows you what
params the function takes, etc.).

exactly what I'm looking for... it's not for me really... It's for a 
friend... I develop in Win32... and use HomeSite... I tried this Komodo... 
but never saw this SlickEdit... does it have a win32 version???


_
. Christian Dechery
. . Gaita-L Owner / Web Developer
. . http://www.webstyle.com.br
. . http://www.tanamesa.com.br


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] IDE for Linux

2001-10-21 Thread Chris Bailey

Visual SlickEdit is available on Linux, Win32, and about a dozen other
platforms (except MacOS).  I use it on both Windows and Linux (was one of
the reasons I chose it, although now that I've used it, I have many others
:)  It's a great editor, worth every penny I spent on it.  Komodo has a
Win32 version as well.

-Original Message-
From: Christian Dechery [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 21, 2001 5:31 PM
To: [EMAIL PROTECTED]
Subject: RE: [PHP] IDE for Linux


At 17:20 21/10/01 -0700, you wrote:
You can try ActiveState's Komodo.
http://www.activestate.com/Products/ASPN_Komodo/
 It supports PHP, Perl, Python, etc., has a debugger, pretty cool
 editor,
etc.  It's only a 1.0 (at least the last time I used it), but was pretty
solid for a 1.0.

What are you looking for in an IDE?  Instead of an IDE I use Visual
SlickEdit.  It's a commercial editor, but it supports PHP, and does a lot
of
things an IDE does (it has projects  workspaces, you can do your builds in
it, awesome editor, stuff like function name completion, shows you what
params the function takes, etc.).

exactly what I'm looking for... it's not for me really... It's for a
friend... I develop in Win32... and use HomeSite... I tried this Komodo...
but never saw this SlickEdit... does it have a win32 version???


_
. Christian Dechery
. . Gaita-L Owner / Web Developer
. . http://www.webstyle.com.br
. . http://www.tanamesa.com.br


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] IDE

2001-08-18 Thread Chris Lambert

Are you using NuSphere's version of PHPEd, or the old free one? So far, the
best Windows IDE I've used has been NuSphere's upgraded PHPEd. Zend's 2.0
IDE also looks promising, though.

/* Chris Lambert, CTO - [EMAIL PROTECTED]
WhiteCrown Networks - More Than White Hats
Web Application Security - www.whitecrown.net
*/

- Original Message -
From: Max Mouse [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, August 18, 2001 6:17 PM
Subject: [PHP] IDE


| Can anyone suggest a decent IDE for php? Currently, I'm using phped and
I'm
| not overly happy with it's performance...
|
| Max
|
|
| --
| PHP General Mailing List (http://www.php.net/)
| To unsubscribe, e-mail: [EMAIL PROTECTED]
| For additional commands, e-mail: [EMAIL PROTECTED]
| To contact the list administrators, e-mail: [EMAIL PROTECTED]
|
|
|


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]