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%
03-08-2003, 03:55 PM
#1
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.
03-09-2003, 02:11 AM
#2
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 .
03-10-2003, 06:33 PM
#3
Civilian
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.
05-22-2003, 05:17 AM
#4
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.
06-17-2003, 02:53 PM
#5
Junior Member
Join Date: Jun 2003
Location: Somewhere in Binary Ether
Posts: 16
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.
06-17-2003, 04:04 PM
#6
Civilian
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.
06-25-2003, 03:26 PM
#7
Member
Join Date: Jun 2003
Posts: 73
I use Zend Studio, but not for shell programming.
__________________
:::::::::::::::::::::::::::::::::
I am elToro. Feel my fury.
06-25-2003, 04:13 PM
#8
Super Moderator
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
06-26-2003, 04:38 AM
#9
Civilian
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.
08-07-2003, 04:03 PM
#10
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
08-07-2003, 04:09 PM
#11
Civilian
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.
08-07-2003, 04:31 PM
#12
Freelance Programmer
Join Date: Dec 2002
Posts: 102
Do you mean PHP CL? Like perl scripts... To do specefic systems tasks instead of websites
08-07-2003, 04:40 PM
#13
Civilian
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.
08-30-2003, 11:05 PM
#14
Freelance Programmer
Join Date: Dec 2002
Posts: 102
can you pass permators like in perl?
script.php bla bla
e.t.c
09-29-2003, 02:22 PM
#15
Civilian
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.
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Thread Tools
Display Modes
Rate This Thread
Linear Mode
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -4. The time now is 09:04 AM .