To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here
PHPBuilder.com  
 

 

Go Back   PHPBuilder.com > Tools > Zend Studio

Zend Studio Looking for help with Zend Studio? This is the place.

View Poll Results: Do you use Zend for Shell Programming?
I use Zend for Shell Programming 12 24.00%
I dont Use Zend 23 46.00%
I hate Zend! 4 8.00%
What is Zend? 11 22.00%
Voters: 50. You may not vote on this poll

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-08-2003, 03:55 PM   #1
er0k
Junior Member
 
Join Date: Mar 2003
Location: Kingfisher, Oklahoma, US
Posts: 11
How much is Zend Actually Used?

Ill post a poll, this forum is small and doesnt have much content, to see how many of you actually use php for programming.
__________________
w00t!

er0k is offline   Reply With Quote
Old 03-09-2003, 02:11 AM   #2
Jedi Legend
Member
 
Join Date: Aug 2002
Posts: 73
Re: How much is Zend Actually Used?

Quote:
Originally posted by er0k
Ill post a poll, this forum is small and doesnt have much content, to see how many of you actually use php for programming.
I'm going to be the jerk to say it:

Use PHP for programming? Are you nuts? I use it for cooking.

Ok, I'm sorry... I knew what you meant. I don't use PHP for shell programming... yet.

Last edited by Jedi Legend; 03-10-2003 at 08:04 PM.
Jedi Legend is offline   Reply With Quote
Old 03-10-2003, 06:33 PM   #3
jstarkey
Civilian
 
jstarkey's Avatar
 
Join Date: Jul 2002
Location: 9500 ft
Posts: 1,104
lol. This is a tough poll.

er0k. Which Zend product were you referring to? I think we can only assume you mean PHP? Referring to the Zend Engine?

Sounds like a great book, Jedi: 'The Zend of Cooking" by Jedi Legend.
jstarkey is offline   Reply With Quote
Old 05-22-2003, 05:17 AM   #4
piersk
Moderator
 
Join Date: Aug 2002
Location: Guildford, UK
Posts: 4,279
Surely he/she (can't be too careful ) means the zend IDE that you can get.
piersk is offline   Reply With Quote
Old 06-17-2003, 02:53 PM   #5
phrater
Junior Member
 
phrater's Avatar
 
Join Date: Jun 2003
Location: Somewhere in Binary Ether
Posts: 16
Thumbs down

I use Zend occasionally for PhP web development, but for the
most part I use Programmer's File Editor (PFE) or Pico if I
have the luxury of working from a *nix box on that particular
day. The problem with Zend is that it is so damned slow.
Right idea guys, but could you do some cleaning to make it
more w2k friendly for those of us that don't always get to
choose our environment.
phrater is offline   Reply With Quote
Old 06-17-2003, 04:04 PM   #6
jstarkey
Civilian
 
jstarkey's Avatar
 
Join Date: Jul 2002
Location: 9500 ft
Posts: 1,104
pico?? Whoa!! You're the first coder I've heard step out of the emacs vs vi argument.

I coded in vi for 2 1/2 years and then switched to Studio.
jstarkey is offline   Reply With Quote
Old 06-25-2003, 03:26 PM   #7
elToro
Member
 
Join Date: Jun 2003
Posts: 73
I use Zend Studio, but not for shell programming.
__________________
:::::::::::::::::::::::::::::::::
I am elToro. Feel my fury.
elToro is offline   Reply With Quote
Old 06-25-2003, 04:13 PM   #8
stolzyboy
Super Moderator
 
stolzyboy's Avatar
 
Join Date: Sep 2002
Location: Fargo, North Dakota
Posts: 6,647
for shell programming, i'm a pico fan, and i'm entirely different when it comes to php programming, i like my color coding in macromedia's homesite
__________________

http://www.codesight.net - Custom Web Development, Web Hosting, Web Consulting
stolzyboy is offline   Reply With Quote
Old 06-26-2003, 04:38 AM   #9
jstarkey
Civilian
 
jstarkey's Avatar
 
Join Date: Jul 2002
Location: 9500 ft
Posts: 1,104
Quote:
Originally posted by elToro
I use Zend Studio, but not for shell programming.
I have used it for shell work, but mostly use vi if it's remote.

Studio is also great for PHP-Gtk work. I've created a nice IMAP client and time tracker using solely Studio and have saved a lot of time.
jstarkey is offline   Reply With Quote
Old 08-07-2003, 04:03 PM   #10
procoder
Freelance Programmer
 
Join Date: Dec 2002
Posts: 102
You can use it for shell? please do explain

But I use zend at work and at home developing php sites
procoder is offline   Reply With Quote
Old 08-07-2003, 04:09 PM   #11
jstarkey
Civilian
 
jstarkey's Avatar
 
Join Date: Jul 2002
Location: 9500 ft
Posts: 1,104
Quote:
Originally posted by procoder
You can use it for shell? please do explain
Just open your script and edit it

I was referring to editing shell scripts with Studio.
jstarkey is offline   Reply With Quote
Old 08-07-2003, 04:31 PM   #12
procoder
Freelance Programmer
 
Join Date: Dec 2002
Posts: 102
Do you mean PHP CL? Like perl scripts... To do specefic systems tasks instead of websites
procoder is offline   Reply With Quote
Old 08-07-2003, 04:40 PM   #13
jstarkey
Civilian
 
jstarkey's Avatar
 
Join Date: Jul 2002
Location: 9500 ft
Posts: 1,104
Yeah, most of my cron jobs use PHP scripts, and I compile a seperate binary for them.

If you want to use PHP from the shell, just do:
PHP Code:
#!/path/to/php -q
<?php

echo "this is a shell script\n";

?>
And then execute that file.
jstarkey is offline   Reply With Quote
Old 08-30-2003, 11:05 PM   #14
procoder
Freelance Programmer
 
Join Date: Dec 2002
Posts: 102
can you pass permators like in perl?

script.php bla bla

e.t.c
procoder is offline   Reply With Quote
Old 09-29-2003, 02:22 PM   #15
jstarkey
Civilian
 
jstarkey's Avatar
 
Join Date: Jul 2002
Location: 9500 ft
Posts: 1,104
Quote:
Originally posted by procoder
can you pass permators like in perl?

script.php bla bla

e.t.c
lol, this is definitely the slowest moving thread in PHPB history

yeah, the params are in $argv, I believe. I do it on a couple scripts, but can't remember which array it is.
jstarkey is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 09:04 AM.






Acceptable Use Policy

internet.comMediabistrojusttechjobs.comGraphics.com

WebMediaBrands Corporate Info


Advertise | Newsletters | Feedback | Submit News

Legal Notices | Licensing | Permissions | Privacy Policy


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.