Version: 0.1 (tested with phpMyID Version 0.8 Revision 143)
License: GNU General Public License
Instructions
- Download, install and test phpMyID
- Download the code for the extension framework and place the files in the same folder as phpMyID
- Modify the end of MyID.config.php to look like:
require('phpMyID_framework.php');
require('MyID.php');
?>
- Modify the function authorize_mode to look like:
function authorize_mode () {
global $profile;
// this is a user session
user_session();
extension_framework();
- Install one or more of the following extensions:
See also Introduction









Add A Comment
You must be logged in to post a comment.