예제 #1
0
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Update</title>
</head>
<body>
<?php 
include_once "../../../" . "vendor/autoload.php";
use src\bitm\SEIP107992\summary_of_organization\summary_of_organization;
$summary_of_organization = new summary_of_organization();
echo $summary_of_organization->update();
?>
</body>
</html>
예제 #2
0
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Delete</title>
</head>
<body>
<?php 
include_once "../../../" . "vendor/autoload.php";
use src\bitm\SEIP107992\summary_of_organization\summary_of_organization;
$summary_of_organization = new summary_of_organization();
echo $summary_of_organization->delete();
?>
</body>
</html>
예제 #3
0
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Store</title>
</head>
<body>
<?php 
include_once "../../../" . "vendor/autoload.php";
use src\bitm\SEIP107992\summary_of_organization\summary_of_organization;
$summary_of_organization = new summary_of_organization();
echo $summary_of_organization->store();
?>
</body>
</html>
예제 #4
0
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Create</title>
</head>
<body>
<?php 
include_once "../../../" . "vendor/autoload.php";
use src\bitm\SEIP107992\summary_of_organization\summary_of_organization;
$summary_of_organization = new summary_of_organization();
echo $summary_of_organization->create();
?>
</body>
</html>
예제 #5
0
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Edit</title>
</head>
<body>
<?php 
include_once "../../../" . "vendor/autoload.php";
use src\bitm\SEIP107992\summary_of_organization\summary_of_organization;
$summary_of_organization = new summary_of_organization();
echo $summary_of_organization->edit();
?>
</body>
</html>
예제 #6
0
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Index</title>
</head>
<body>
<?php 
include_once "../../../" . "vendor/autoload.php";
use src\bitm\SEIP107992\summary_of_organization\summary_of_organization;
$summary_of_organization = new summary_of_organization();
echo $summary_of_organization->index();
?>
</body>
</html>