Search the web
Sign In
New User? Sign Up
php-objects · Discussions about Object Oriented Programming in PHP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1002 - 1031 of 9235   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1002
Hello, This is just a reminder to let you know that the following polls are going on the php-objects mailing list that you are a subscriber. Please do not...
php-objects@yahoogrou...
Send Email
Feb 2, 2003
1:35 pm
1003
Newbie!! Could you please take a look and tell me what is wrong? <html> <head> <title>Web quest</title> </head> <body bgcolor="#FFFFFF"> <?php if ($submit ==...
astur33 <mrflabby@...>
astur33
Offline Send Email
Feb 3, 2003
10:37 pm
1004
Try something like this. First, put all that HTML at the bottom into a seperate file, and use an include - also, depending upon your PHP install you may need...
Christopher Hendry
rollemus
Offline Send Email
Feb 4, 2003
12:22 am
1005
Seems like the boolean should work. I clipped the mail function from the manual, see below. Bet it is the $HTTP_POST_VARS issue for the form values. A lot of...
Bob Burns
bnburns
Offline Send Email
Feb 4, 2003
5:44 pm
1006
Hi sometime is good idea to separate the HTML form and the PHP file. I found it very useful.Just call the PHP file on the action part of your form. Goodluck ...
Juma Lungo
jlungo
Offline Send Email
Feb 4, 2003
5:51 pm
1007
With 4 the global variable are turn off by default. If you want them again, you have to turn it on again. Matthew ... From: Bob Burns...
Lam, Chun Matthew
borrowwind
Offline Send Email
Feb 4, 2003
9:23 pm
1008
Hi there, Is there any way to use call_user_func_array to instantiate an object?? Basically I have the follwing: class User { function User($name, $number) { }...
Rob
rcherry@...
Send Email
Feb 5, 2003
9:17 am
1009
Try this create_user_func_array("new User",array("bob","1234"); ... From: Rob [mailto:rcherry@...] Sent: Wednesday, February 05, 2003 4:17 AM To:...
Lam, Chun Matthew
borrowwind
Offline Send Email
Feb 5, 2003
4:06 pm
1010
Not sure if it will work. ... From: Lam, Chun Matthew [mailto:clam@...] Sent: Wednesday, February 05, 2003 11:06 AM To: 'php-objects@yahoogroups.com' ...
Lam, Chun Matthew
borrowwind
Offline Send Email
Feb 5, 2003
4:10 pm
1011
I think that the approach is incorrect here. You should think on a factory pattern when using an anonymous/indirect way of creating an object. Make a static...
Jesus M. Castagnetto
jcastagnetto
Offline Send Email
Feb 5, 2003
11:23 pm
1012
Dear list, In the example below I try to declare two classes with the same name but where the first is in lower case and the second in upper case. I thought...
fdqps@...
Send Email
Feb 7, 2003
3:59 pm
1013
The workaround is to rename one of the classes. ... From: fdqps@... [mailto:fdqps@...] Sent: Friday, February 07, 2003 11:10 AM To:...
Jay Blanchard
jay.blanchard@...
Send Email
Feb 7, 2003
4:05 pm
1014
put them into one class. overload the constructor for Mysql and give a default value for oci. I know that would mean some changes to your existing code, but in...
Lam, Chun Matthew
borrowwind
Offline Send Email
Feb 7, 2003
4:15 pm
1015
hi, you can't even have function with same name in difference cases. it also give you fatal error. Regards, S. Sukumar...
Sukumar .S
shansukumar@...
Send Email
Feb 7, 2003
4:18 pm
1016
<?php class sql { function go() { echo "<br>Go one"; } } class SQL { function go() { echo "<br>Go two"; } } $one = new sql; $one->go(); ?>...
plumber
almisr
Offline Send Email
Feb 7, 2003
4:27 pm
1017
<?php class SQL { function SQL(){ } function go(){ echo "<br>Go two"; } function make_error(){ ;;; } } $one = new sql(); //or SQL() the same...
plumber
almisr
Offline Send Email
Feb 7, 2003
4:37 pm
1018
Why not try mysql_free_result($result); mysql_close($conn); Or exit or similar - you can store the variables, close the sql stuff and continue using the ...
lixlpixel
lixlpixel@...
Send Email
Feb 7, 2003
8:17 pm
1019
Class names get mangled so they are not case sensitive (look at the appropriate code in the "php4" source tree in cvs.php.net). In your case, why not use a...
Jesus M. Castagnetto
jcastagnetto
Offline Send Email
Feb 7, 2003
8:59 pm
1020
conn =& DB::connect('mysql://username:password@hostspec/database_name'); ^^^ Excuse my ignorance here, but I just have to ask. What is the ampersand doing in...
Christopher Hendry
rollemus
Offline Send Email
Feb 8, 2003
12:46 am
1021
... Look in the manual for information about references. Also if you look at the code for the connect() method (in DB.php), you'll clearly see: function...
Jesus M. Castagnetto
jcastagnetto
Offline Send Email
Feb 10, 2003
3:30 am
1022
... Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now [Non-text portions of this message have been removed]...
Srikant Palivela
srikant_pv
Offline Send Email
Feb 10, 2003
1:50 pm
1023
I would have a problem of this type. I have a chart family produced and a products (db MySQL). I would like to be able to paginate in a page php the name of...
hwmaster2003 <hw.mast...
hwmaster2003
Offline Send Email
Feb 13, 2003
3:47 am
1024
Note: forwarded message attached. srikant palivela ... Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day [Non-text portions of this message...
Srikant Palivela
srikant_pv
Offline Send Email
Feb 15, 2003
1:27 pm
1025
Hello, This is just a reminder to let you know that the following polls are going on the php-objects mailing list that you are a subscriber. Please do not...
php-objects@yahoogrou...
Send Email
Feb 16, 2003
2:42 pm
1026
... every ... photo. ... a ... no one can hel me ??...
hwmaster2003 <hw.mast...
hwmaster2003
Offline Send Email
Feb 18, 2003
6:49 pm
1027
you're looking to query the DB for the family info (pic loc, etc) and at the same time query the DB for all the products for this family (prod name, pic loc)...
Christopher Hendry
rollemus
Offline Send Email
Feb 18, 2003
7:05 pm
1028
Hello, Just wondering if anyone has some code to do this, or if not, know of some other software that accomplishes this. I frequently find myself scanning a...
John Steele
jsteele@...
Send Email
Feb 20, 2003
2:32 am
1029
I found a program, called pdftohtml. I do not remember wheter it's freeware or not. It converts from pdf program to html documents, respecting pages, indexes, ...
Andrea
techref@...
Send Email
Feb 20, 2003
8:01 am
1030
Hello List, I am a new member of the List and I want know from scratch PHP scripting... Actually, I want to build a dynamic website using under PHP World of...
Justice
amijufa
Offline Send Email
Feb 20, 2003
8:00 pm
1031
haha help yourself and ...... ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! ...
plumber
almisr
Offline Send Email
Feb 20, 2003
8:04 pm
Messages 1002 - 1031 of 9235   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help