472,971 Members | 1,835 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,971 software developers and data experts.

PEAR: Quick Survey

Do you guys use PEAR regularly?

I haven't used it at all and wonder if I'm outmoded in PHP fashion.
Jul 17 '05 #1
4 1862
On Sat, 24 Jan 2004 20:40:29 -0500, "Chung Leong"
<ch***********@hotmail.com> wrote:
Do you guys use PEAR regularly?

I haven't used it at all and wonder if I'm outmoded in PHP fashion.


(Laugh) I would, if I could get it to ^$#% install.

Much warmth,

Murray
http://www.planetthoughtful.org
Building a thoughtful planet,
One quirky comment at a time.
Jul 17 '05 #2
"Chung Leong" <ch***********@hotmail.com> wrote in message news:<z4********************@comcast.com>...
Do you guys use PEAR regularly?

I haven't used it at all and wonder if I'm outmoded in PHP fashion.


I use PHP 4.2.2 (with RH9) in production at an extremely huge company
that does payroll. I haven't used PEAR. The marketing message didn't
get to me on PEAR until last week on this when an online article
reviewed it. I have to admit that I skimmed the article briefly. When
I read about it, I couldn't make up my mind whether this was an
all-or-nothing framework or a huge snippet library. If it's a
framework, I kind of hate those unless it's a portal framework or some
office workflow engine. The reason I have hated frameworks is because
they often have so many strings that you have to wire up before the
thing works properly.

I have managed well without PEAR. When I want to do something, I found
the PHP online manual, with especially the extra submissions by users,
has been stellar. Need to do SMTP with an attachment? Read about it in
the socket library online at php.net. It's that sort of thing that I
have relied on.
Jul 17 '05 #3
"Chung Leong" <ch***********@hotmail.com> wrote in message news:<z4********************@comcast.com>...
Do you [guys] use PEAR regularly?
Nope. Personally I hate PEAR. I've used it just 2 times. The first
time was when we needed wraper for DB stuffs to see/test how the PPC
site works on different DBs like MySQL, Postgre, etc. But, we didn't
like the PEAR DB class much. Recently, I woked on SOAP; I'd thougt I
should go for NuSOAP instead of PEAR, but the clients forced me to use
PEAR SOAP 'coz the 3rd party modules for the telephone voice server
were already using it.
I haven't used it at all and wonder if I'm outmoded in PHP fashion.


--
"I don't believe in the God who doesn't give me food, but shows me
heaven!" -- Swami Vivekanandha
Email: rrjanbiah-at-Y!com
Jul 17 '05 #4
Chung Leong wrote:
Do you guys use PEAR regularly?

I haven't used it at all and wonder if I'm outmoded in PHP fashion.

I like PEAR. It's the CPAN of PHP (I hope will be more huge with undred
of packeges). It isn't a framework but a collection of well categorized
packeges.
I used it for SOAP (PEAR:SOAP) that is very powerful package for
implementing services.

Regards.
-Ema-
Jul 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Greg Bryant | last post by:
I'm a bit confused about image_graph - I'm just trying to create a line graph with multiple lines, be able to assign the text for the x and y ticks and colors for the lines. A legend would be...
3
by: Sandro Dentella | last post by:
I need to use a class to handle mbox files that uses PEAR. Since I'm using Debian (both woody and, I simply apt-get(ed) php4-pear but I can't use it becouse I get the error: Warning: dl():...
3
by: junkmail | last post by:
on a win 2k server apparantly it is saying i dont have it. or it cant find it. im using mySQL 4.1 php 4.3.x apache 3.0.53 im new to php and am doing some tutorials, but when i run the sripts...
0
by: cal | last post by:
VDC, a research firm, is doing a short survey on databases used on the ..NET platform. In exchange for your time VDC is offering survey respondents that following benefits: 1. A chance to...
0
by: Robert Oschler | last post by:
I am using XMLHttpRequest() from Javascript on the client side. XMLHttpRequest() expects a valid XML/XHTML document as a response. The target for the request is a PHP4 script running on my web...
1
by: IchBin | last post by:
I am new to PHP and I am running on Windoze XP SP 2. Just noticed that the PEAR installed dir structure I have (to DB subdir) is : C:\php5.2\PEAR\pear\DB My registry vars are:...
1
by: IchBin | last post by:
I remember having problems with pear when I first installed it but got it running some time ago. This is on a windoze XP SP OS. I did not think it was correct because it pointed to...
9
by: Ronald S. Cook | last post by:
Can I write If MyString = "Apple" Or MyString = "Orange" Or MyString = "Pear" Then to something more compact like If MyString In ("Apple", "Orange", "Pear") Then My last line obviously...
3
by: berkshire | last post by:
I installed the Pear mail package and then created a quick script using the example from http://pear.php.net/manual/en/package.mail.mail.send.php I getting the following error: Fatal error: Call...
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.