Re: [PHP] How to use reflection API?

2004-07-22 Thread Jason Barnett
See:
  http://www.php.net/manual/en/language.oop5.reflection.php

Curt
Oops, hadn't seen that yet.  Great!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] How to use reflection API?

2004-07-21 Thread Andreas Goetz
I'm trying to use theh reflection API but can't seem to start:

  $func= new Reflection_Function('counter');

Fatal error: Class 'Reflection_Function' not found in
C:\htdocs\reflection.php on line 34

According to
http://sitten-polizei.de/php/reflection_api/docs/language.reflection.class.reflection_function.html
this should already work.

Any ideas?

Thanks,
Andreas

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] How to use reflection API?

2004-07-21 Thread Curt Zirzow
* Thus wrote Andreas Goetz:
 I'm trying to use theh reflection API but can't seem to start:
 
   $func= new Reflection_Function('counter');
 
 Fatal error: Class 'Reflection_Function' not found in
 C:\htdocs\reflection.php on line 34
 
 According to
 http://sitten-polizei.de/php/reflection_api/docs/language.reflection.class.reflection_function.html
 this should already work.

See:
  http://www.php.net/manual/en/language.oop5.reflection.php



Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php