include_once('some_class.egn');
$some_class = new some_class;
$some_class->some_function();

--

  Chris Lee
  [EMAIL PROTECTED]




"Jack" <[EMAIL PROTECTED]> wrote in message
020801c108af$36dc70c0$[EMAIL PROTECTED]">news:020801c108af$36dc70c0$[EMAIL PROTECTED]...
Hi all
I am new to php class, basically never use class before. Now I try to use a
credit card class from Zend, the class name is credit_card.pkg. How do I
create the object for this type of class and how do I call the functions
from this class to use?
Jack
[EMAIL PROTECTED]
"Love your enemies, it will drive them nuts"




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to