parent
9a158041d3
commit
8cd8f8145c
@ -0,0 +1,21 @@ |
||||
<?php |
||||
|
||||
namespace ChamiloLMS\Controller; |
||||
|
||||
use Silex\Application; |
||||
use Symfony\Component\HttpFoundation\Response; |
||||
|
||||
/** |
||||
* Class LearnpathController |
||||
* @package ChamiloLMS\Controller |
||||
*/ |
||||
class CertificateController |
||||
{ |
||||
public function indexAction() |
||||
{ |
||||
/*$certificate = new Certificate($_GET['id']); |
||||
|
||||
//Show certificate HTML |
||||
$certificate->show();*/ |
||||
} |
||||
} |
@ -0,0 +1,21 @@ |
||||
<?php |
||||
|
||||
namespace ChamiloLMS\Controller; |
||||
|
||||
use Silex\Application; |
||||
use Symfony\Component\HttpFoundation\Response; |
||||
|
||||
/** |
||||
* Class LearnpathController |
||||
* @package ChamiloLMS\Controller |
||||
*/ |
||||
class CourseHomeController |
||||
{ |
||||
public function indexAction() |
||||
{ |
||||
/*$certificate = new Certificate($_GET['id']); |
||||
|
||||
//Show certificate HTML |
||||
$certificate->show();*/ |
||||
} |
||||
} |
Loading…
Reference in new issue