Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

is it possible to use autoload for interfaces ?
Is it possible to use __autoload for interfaces as well ?

if file exists ($path . '/class.$name.php'
require class
else if file exists ($path . '/interface.$name.php'
require interface
else
throw exception

Pugi!

Report this thread to moderator Post Follow-up to this message
Old Post
Pugi!
03-26-08 12:08 AM


Re: is it possible to use autoload for interfaces ?
..oO(Pugi!)

>Is it possible to use __autoload for interfaces as well ?

Sure.

But you should have a look at spl_autoload_register() instead. It's the
more portable way for autoloading, especially if you want to use third-
party scripts that might already have their own __autoload() function.

Micha

Report this thread to moderator Post Follow-up to this message
Old Post
Michael Fesser
03-26-08 12:08 AM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

PHP Language archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 01:36 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.