Re: [PHP] scope of classes in PHP

2006-02-13 Thread Jochem Maas
Stuart Bailey wrote: Hi I'm developing an app to administer LDAP (phpLdapAdmin is too complex for the customer). I have created an LDAP class, in a file class_ldap.php. It include methods for connecting to the server, binding a DN (effectively login), and adding posix groups. I have an index

[PHP] scope of classes in PHP

2006-02-11 Thread Stuart Bailey
Hi I'm developing an app to administer LDAP (phpLdapAdmin is too complex for the customer). I have created an LDAP class, in a file class_ldap.php. It include methods for connecting to the server, binding a DN (effectively login), and adding posix groups. I have an index.php with include_once '