473,815 Members | 3,993 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which package is famous for php?

This is first time to write a message in this group and I'm not good at
English.
So.. please forgive any mistakes i do.

I've recently seen PEAR package..
and I wonder what kind of package is useful and famous for php?
Please tell me useful packages..

Jun 16 '06 #1
6 1252

Seong-cheol wrote:
This is first time to write a message in this group and I'm not good at
English.
So.. please forgive any mistakes i do.

I've recently seen PEAR package..
and I wonder what kind of package is useful and famous for php?
Please tell me useful packages..


Hello,

Your English skills are better than my skills at any Asian
Language, so no need to apologize.

You need to tell us what you are trying to write a PHP script for.
The only way people will know if a class or function is useful to you
ot not is if we know what you want to do.

Give some information about what you want to do, and you will be
more likely to get help.

Jun 16 '06 #2
Ksu
I like things that make life easy))))
always - smarty http://smarty.php.net/
for fun - http://www.modernmethod.com/sajax/

Jun 16 '06 #3
Hello,

I actually don't have specified proposes and I'm now studying in PHP
I just consider what i should study ... and what i know.. for the
further
That's why i ask it. but i think i want to get information about file,
database, debugging tool ..
something like general info.. :-)

Anyway thank you for your answer..
Robert Iver 작성:
Seong-cheol wrote:
This is first time to write a message in this group and I'm not good at
English.
So.. please forgive any mistakes i do.

I've recently seen PEAR package..
and I wonder what kind of package is useful and famous for php?
Please tell me useful packages..


Hello,

Your English skills are better than my skills at any Asian
Language, so no need to apologize.

You need to tell us what you are trying to write a PHP script for.
The only way people will know if a class or function is useful to you
ot not is if we know what you want to do.

Give some information about what you want to do, and you will be
more likely to get help.


Jun 16 '06 #4
On 16 Jun 2006 02:48:14 -0700, Seong-cheol wrote:
I actually don't have specified proposes and I'm now studying in PHP
I just consider what i should study ... and what i know.. for the
further
That's why i ask it. but i think i want to get information about file,
database, debugging tool ..
something like general info.. :-)


Firstly ... welcome to the group - there are some incredibly
knowledgable people here - with so much time on their hands to help
out that I sometimes wonder if they sleep!

Secondly - your English is pretty damn good - considering we're
talking about technical things - hardly phrases that you might find in
a tourist's phrase book!

Lastly - I'd say you need to find a *real* project to try your PHP
skills on. It's the best way. Find someone that might benefit from a
database driven website or application and offer to do it for free.
That way they can't complain if it goes wrong - and you'll be the one
benefitting (in the long run) from your new skills.

One final bit of advice - use the PHP site itself. It's translated
into many languages - hopefully your native one too - but every
description of every PHP function has comments and additions from PHP
users below it. There's usually treasure there!

Adam.
Jun 16 '06 #5
Rik
Adam wrote:
Lastly - I'd say you need to find a *real* project to try your PHP
skills on. It's the best way. Find someone that might benefit from a
database driven website or application and offer to do it for free.
That way they can't complain if it goes wrong - and you'll be the one
benefitting (in the long run) from your new skills.
Amen to that, it's how I started. And for further learning, I try to answer
as many questions as I can on forums & newsgroups such as this. There are
always problems you haven't thought of, situations that pose a challenge.
Apart from the first free projects I'd say I've learned most from others
asking questions, and asking myself how I would solve the problem.
One final bit of advice - use the PHP site itself. It's translated
into many languages - hopefully your native one too - but every
description of every PHP function has comments and additions from PHP
users below it. There's usually treasure there!


Comments on www.php.net are gold, indeed.
Grtz,
--
Rik Wasmus
Jun 17 '06 #6
Seong-cheol wrote:
<snip>
I've recently seen PEAR package..
and I wonder what kind of package is useful and famous for php?


There are bunch of code snippets that will be more helpful if you
follow PEAR framework. Persoanlly, I don't like the PEAR and many other
frameworks. But, if you prefer quick coding, PEAR could be adopted.

--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/

Jun 18 '06 #7

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

Similar topics

4
12685
by: chris.dunigan | last post by:
I'm looking for an example of how to execute an existing DTS­ package from an ASP (VB)script and would appreciate any and all response. ­I don't even know if it's possible Thanks - Chuck Gatto Dan Guzman Apr 27 2000, 12:00 am show options
3
1937
by: Petterson Mikael | last post by:
Hi, I have the following package names ( in an xml) that I will transform to html. I need to sort them. <package name="se.company.product.subproduct.boam.fpx.testsignals"> <package name="se.company.product.subproduct.boam.mao.iface.enum.hidden"> When I use <xsl:sort select="." order="ascending"/>
26
2609
by: blah | last post by:
ok, i m going to use Linux for my Python Programs, mainly because i need to see what will these fork() and exec() do. So, can anyone tell me which flavour of linux i should use, some say that Debian is more programmer friendly, or shold i use fedora, or Solaris. Because these three are the only ones i know of that are popular and free. -- * Posted with NewsLeecher v3.0 Beta 7 * http://www.newsleecher.com/?usenet
3
1156
by: ankit | last post by:
Hi pupil, please let me know which package to choose for xml processing in python . Here are my requirements "I want a package which provides me schema support along with minidom support. According to my findings, "libxml2" provides schema support but it needs either libxml2 or libgdome2 for minidom support. But these pacakges are not well tested exp libxml2dom. Also, libxml2 is not so much pythonic i,e more based and used with C.
3
2056
by: Pieter | last post by:
Hi, I know this is off topic, but I didn't find another newsgroup that would suit with my question. My apologizes. I once had a list with famous failed IT projects, but I can't find it anymore on the Internet. Does anybody has such a list/ link/... I prefer with a little explanation of what went wrong. Any help woudl be really appreciated.
3
2837
by: shorti | last post by:
running on AIX with DB2 v8.2.2 I ran across a problem with naming source files with similar names. For instance, if I have these three files: upd_startaccessingdb.sqc upd_startusingdb.sqc upd_startreconproc.sqc and I precompile like so:
5
971
by: devNorway | last post by:
Does anyone have experience with any .NET components for creating PDF documents "on the fly" on a web server? We have been using ABCpdf ( http://www.websupergoo.com/abcpdf-5.htm ) for a while now and are pretty much satisfied, but now we have upgraded to .NET 2.0 and they only offer a .NET 1.1 version. Any suggestions for another tool/component would be appreciated. It doesnt have to be freeware.
0
3882
debasisdas
by: debasisdas | last post by:
The following thread contains some useful tips/sample codes regarding PACKAGES in oracle, that the forum members may find useful. A package is a collection of procedures,functions,cursors,global variables etc. A package is also stored as an Object in the database. A package ha s two parts 1. Package-------------Specification. 2. Package body---Implimentaton.
20
3103
by: mike3 | last post by:
Hi. (Xposted to both comp.lang.c++ and comp.programming since I've got questions related to both C++ language and general programming) I've got the following C++ code. The first routine runs in like 65% of the time of the second routine. Yet both do the same thing. However, the second one seems better in terms of the way the code is written since it helps encapsulate the transformation in the inner loop better making it easier to read,...
0
9735
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10670
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10142
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9225
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6897
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5570
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5708
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3886
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3030
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.