parent
c180e4e0eb
commit
cad188d659
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace FORM_Controller;
|
||||
|
||||
class ControllerCandidate
|
||||
{
|
||||
public function goToForm(): void
|
||||
{
|
||||
global $rep, $views;
|
||||
require($rep.$views['form']);
|
||||
}
|
||||
|
||||
public function submitForm(): void
|
||||
{
|
||||
// TODO: Implement submitForm() method.
|
||||
}
|
||||
}
|
Loading…
Reference in new issue