[PHP] Good Class/API Design ?

2004-10-25 Thread Adam Reiswig
and SimpleTest to test your code as it is written. These along with some XP techniques I read about seem like good practices to follow. Does anyone have any other ideas/practices that it would be good for a new oop developer like myself to make a habit it of? Thanks!! -- Adam Reiswig

[PHP] Self Testing PHP Code... Is it possible or practical??

2004-05-27 Thread Adam Reiswig
Hello all. I have been reading much lately about the wonders of writing self testing code for java, perl and others. Is this a feasible task to accomplish in PHP? I have googled every search I can think of and there just does not appear to be any information regarding self testing php out

[PHP] $this variable reference question

2004-04-02 Thread Adam Reiswig
the line $myref = $this;. The author states that this is a reference to the class/object itself. Isn't this like saying outside the class $myref = new test;? What would be the point of referring to itself inside the class in this manner? Thanks for your help in advance! -Adam Reiswig -- PHP

Re: [PHP] Re: $this variable reference question

2004-04-02 Thread Adam Reiswig
of an object inside an object? I guess my problem in understanding this is not so much where this sort of coding should be used but rather what is really going on here. Thanks again! -Adam Reiswig Jason Barnett wrote: It's not the same thing. When an variable references an object then you can change

[PHP] CMS Templating with Standards Based HTML Delima...

2004-03-20 Thread Adam Reiswig
I have just been to hotscripts.com looking under their php area for good cms software. The sheer number of choices is staggering to say the least. I found Smarty and it seems like it might make a good choice for my needs. I am really looking to fill two needs. One, a robust cms in which I

[PHP] object oriented php game... how classes interact question

2004-03-11 Thread Adam Reiswig
Hello all. I am getting ready to write a simple online game using html php. Since I am learning about php classes I thought it would be fun to try my hand at writing all the scripting in object oriented style. I have done as much research as I can find just about and the only thing I have

[PHP] how classes interact question clarification question

2004-03-11 Thread Adam Reiswig
To clarify my question, can one class directly call a function or change a variable of another class or is the main php file the only way to interact between the two or more classes? Thanks again!! -Adam R -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Re: using mail() for multiple email address...

2004-03-09 Thread Adam Reiswig
yes, my webhost is on Unix. Thanks, that must be it because I sent a regular email to both address's at the same time and I only received one. -Adam Reiswig [EMAIL PROTECTED] wrote: On 8 Mar 2004 Adam Reiswig wrote: Normally, the two emails would end up in the same pop account but don't seem

[PHP] using mail() for multiple email address...

2004-03-08 Thread Adam Reiswig
a lot!! -Adam Reiswig -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] using mail() for multiple email address...

2004-03-08 Thread Adam Reiswig
a lot!! -Adam Reiswig -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] using mail() for multiple email address...

2004-03-08 Thread Adam Reiswig
!! -Adam Reiswig -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: [PHP-DB] $_POST in MySQL query issue...

2003-10-19 Thread Adam Reiswig
question now is regarding the curly brackets in the 2nd example. Can anyone describe why using the curly brackets works and/or how php processes them. I have read quite a bit about php and never come accross thier use in this way. Thanks again. -Adam Reiswig -- PHP General Mailing List (http

[PHP] [PHP-DB] $_POST in MySQL query issue...

2003-10-19 Thread Adam Reiswig
question now is regarding the curly brackets in the 2nd example. Can anyone describe why using the curly brackets works and/or how php processes them. I have read quite a bit about php and never come accross thier use in this way. Thanks again. -Adam Reiswig -- PHP General Mailing List (http

[PHP] $_POST in MySQL query issue...

2003-10-16 Thread Adam Reiswig
= .$_POST['elementName']; and several other variations. Can anyone give me some pointers to inserting $_POST[] statements inside of query statements? I am sure there must be a way but I have spent a lot of time on this and am really stumped here. Thanks for any help. -Adam Reiswig PS if anything

Re: [PHP] Planning a new job

2003-06-03 Thread Adam Reiswig
. They have a number of articles on both as well. -Adam Reiswig (KliK) Tim Burgan wrote: Hello, I'm wondering what processes everyone has before quoting a web programming / design job? Do you have a face-to-face meeting with the client? What questions do you ask? What information should be found-out