PHP Classes

use in function

Recommend this page to a friend!

      IMC Objects  >  All threads  >  use in function  >  (Un) Subscribe thread alerts  
Subject:use in function
Summary:use in function
Messages:1
Author:klaus höring
Date:2009-02-18 14:42:09
 

 


  1. use in function   Reply   Report abuse  
Picture of klaus höring klaus höring - 2009-02-18 14:42:09
Hi,

i want to use the ical class in a function. i used the
sample.php and put only a
function fu()
{

}

arround it. i'm calling the function from an other
directory by include the sample.php like
require("./ical/sample.php");

this does not work. i think it's a problem
with the includes. but i don't have an declaration.

does anybody have one?

thanks for your help

emmi