Archived

This forum has been archived. Please start a new discussion on GitHub.

ICEphp ... profile methods ..

is there a method to see if a profile already loaded ?? From what I could find out I only saw ICE_loadProfile() & ICE_dumpProfile() methods ..is there something like ICE_isProfileLoaded(<optional profile>) for instance ??

Comments

  • mes
    mes California
    Hi,

    IcePHP doesn't provide such a method, but there are other ways you could detect a profile. For example, you could test for a particular Ice property, or you could check whether a Slice-derived class is present (using the class_exists function).

    Cheers,
    Mark