RE: [PHP] calling functions in classes using text and graphic links

2003-06-25 Thread SLanger
Hello What you are asking isn't possible that way. You have to write a controller script that calls the appropriate functions on your object. Example: controller.php is the controller script A link on your page: a href=controller.php?action=someActionSome Action/a In controller.php you do

[PHP] calling functions in classes using text and graphic links

2003-06-24 Thread Daniel Rychlik
Hello, I am attempting to solve a problem in PHP. My application consists of Classes and subclasses. In my Class I call certain functions that have header information and footer information displaying them in nicely formatted HTML. I have used this method because of one style sheet that all

Re: [PHP] calling functions in classes using text and graphic links

2003-06-24 Thread Chris Sherwood
] Sent: Tuesday, June 24, 2003 10:09 AM Subject: [PHP] calling functions in classes using text and graphic links Hello, I am attempting to solve a problem in PHP. My application consists of Classes and subclasses. In my Class I call certain functions that have header information and footer

RE: [PHP] calling functions in classes using text and graphic links

2003-06-24 Thread Daniel Rychlik
/a Is that the answer ? -Daniel -Original Message- From: Chris Sherwood [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:20 PM To: Daniel Rychlik; [EMAIL PROTECTED] Subject: Re: [PHP] calling functions in classes using text and graphic links I am not sure what you mean but if you