This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class courses extends users | |
{ | |
/** | |
* sso link public varible | |
*/ | |
public $sso_link; | |
/** | |
* This code retrieves course data from an external API and displays it in the user's |