本文整理汇总了PHP中Index::indexation方法的典型用法代码示例。如果您正苦于以下问题:PHP Index::indexation方法的具体用法?PHP Index::indexation怎么用?PHP Index::indexation使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类Index
的用法示例。
在下文中一共展示了Index::indexation方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: Index
<link rel="stylesheet" href="css/jquery-ui-1.10.0.custom.css">
<link rel="stylesheet" href="css/jquery-ui-1.9.2.custom.css">
<link rel="stylesheet" href="css/jquery.ui.theme.css">
<link href="css/style.css" rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/jquery-1.8.3.js"></script>
<script src="js/jquery-ui-1.9.2.custom.min.js"></script>
<link rel='stylesheet' href='http://codepen.io/assets/libs/fullpage/jquery-ui.css'>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="js/javascript.js"></script>
<title>Intekenbord</title>
</head>
<body>
<?php
include 'template/layout/layout_menu.php';
if ($_SESSION['loggedin'] == 1) {
$index = new Index();
$index->indexation();
} else {
include 'template/login/login_login.php';
}
$db = new Database();
$db->close();
?>
</body>
</html>
<script src="js/javascript.js"></script>