Part on Forms finished
This commit is contained in:
parent
672ef6a949
commit
c0aeac2632
6 changed files with 54 additions and 12 deletions
6
controllers/note-create.php
Normal file
6
controllers/note-create.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
$heading = 'Create Note';
|
||||
if($_SERVER['REQUEST_METHOD'] === 'POST'){
|
||||
dd($_POST);
|
||||
}
|
||||
require 'views/note-create.view.php';
|
||||
Loading…
Add table
Add a link
Reference in a new issue