-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
207 lines (161 loc) · 12.3 KB
/
index.html
File metadata and controls
207 lines (161 loc) · 12.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ness PHP Framework</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="docs/assets/fnt-aw/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<!--Load highlightjs package -->
<link rel="stylesheet" href="docs/assets/js/highlightjs/styles/vs2015.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
<div id="content">
<!--Nabvar:start-->
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<ul class="nav navbar-nav">
<li class="nav-item">
<a href="index.html" class="navbar-text-header">
<img src="assets/img/nessphp.png" title="Ness PHP Logo"/> Ness PHP
</a>
</li>
</ul>
<button class="btn-circle d-inline-block d-lg-none ml-auto" type="button" data-toggle="collapse" data-target="#headernav-links" aria-controls="headernav-links" aria-expanded="false" aria-label="Toggle Menu">
<i class="fa fa-ellipsis-v" aria-hidden="true"></i>
</button>
<div class="collapse navbar-collapse" id="headernav-links">
<ul class="nav navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link " href="docs/index.html">
<i class="fa fa-sticky-note-o" aria-hidden="true"></i>
Docs
</a>
</li>
<li class="nav-item">
<a class="nav-link " href="https://github.com/nessphp/application">
<i class="fa fa-github-alt" aria-hidden="true"></i>
GitHub
</a>
</li>
<li class="nav-item">
<a class="nav-link" target="__blank" href="docs/support.html">
<i class="fa fa-heart-o" style="color:#C62828;" aria-hidden="true"></i>
Support
</a>
</li>
<li class="nav-item">
<a class="nav-link btn bt-sm btn-outline-success" href="docs/installation.html">
Get Started
</a>
</li>
</ul>
</div>
</div>
</nav>
<!--Nabvar:end-->
<!--Contents: start-->
<div class="container">
<div class="row divback">
<div class="col-md-6 text-center" >
<br><br><br>
<h1 class="pageheader">A php framework with zero configuration</h1>
Welcome to Ness PHP Framework. Do you need a web framework with minimized training effort? Ness PHP offers you a model-view-controller based environment for coding faster, safer and stronger web applications with (nearly) zero configuration. Get rid of mess and focus the main logic of your project.
<br><br>
<a href="docs/installation.html" class="btn btn-outline-success btn-lg">Installation</a> <a href="docs/index.html" class="btn btn-outline-dark btn-lg">Documentation</a>
</div>
<div class="col-md-6">
</div>
</div>
<br><br><br><br>
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<h1 class="pageheader">Features You May <i class="fa fa-heart" style="color:#C62828;" aria-hidden="true"></i> in Ness PHP</h1>
</div>
<br>
<div class="flex-box">
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-gray"><i class="fa fa-cogs" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">No Configuration</h6>
<p class="card-text">Do not waste time with configurations and focus to main logic of your project.</p>
<a href="docs/configuration.html" class="card-link">Read More</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-purple"><i class="fa fa-cubes" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Model View Controller</h6>
<p class="card-text">Ness PHP supports MVC/HMVC architectural design.</p>
<a href="docs/controllers.html" class="card-link">Read More</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-pink"><i class="fa fa-database" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Autopulse</h6>
<p class="card-text">Autopulse is a database library which you can do nearly any job with. <a href="docs/autopulse.html">CRUD Manager</a>, <a href="docs/querybuilder.html">Query Builder</a>, <a href="docs/migrations.html">Migrations</a> and .Net Framework style <a href="docs/mysqlcommand.html">connection manager</a> and lots of features you may like</p>
<a href="docs/mysql.html" class="card-link">Read More</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-darkred"><i class="fa fa-check-square-o" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Forms, FormElements & FileUploads</h6>
<p class="card-text">Form class is used to create forms, you can create text fields, buttons etc with From Elements class. Do not create mess with HTML in your php file, Ness PHP's form class can manage everything you need including file uploads.</p>
<a href="docs/forms.html" class="card-link">Read More</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-yellow"><i class="fa fa-file-o" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Resource & Content Management</h6>
<p class="card-text">A content management class to automate fully the process of including external resources and contents of your projects.</p>
<a href="docs/contentmanager.html" class="card-link">Read More</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-gray"><i class="fa fa-shield" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Security</h6>
<p class="card-text">What Ness PHP Offers you as security;
<ul>
<li><a href="docs/configuration.html#maintenance">Maintenance Mode</a></li>
<li><a href="docs/configuration.html">Url Cleaner & Check Unwanted Parameters</a></li>
<li><a href="docs/forms.html#csrf_protection">CSRF Protection</a></li>
<li><a href="docs/forms.html#csrf_protection">XSS Protection</a></li>
<li><a href="docs/mysqlcommand.html#set-parameter">Parametirezed Queries</a></li>
<li>Block Directory Listing</li>
</ul>
</p>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-orange"><i class="fa fa-pencil" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Master Pages, View Inheritance & Widget Import</h6>
<p class="card-text">Ness PHP's master pages allows you to create layouts for your web pages in your application.It is designed to eliminate the need to write the same html code for each repetitive design every time.Once you design a template, you can easily relate it to all the pages and accelerate your coding experience to twice that.</p>
<a href="docs/masterpage.html" class="card-link">Read More</a>
</div>
</div>
<div class="card" style="width: 18rem;">
<div class="card-body">
<span class="circle-back bg-green"><i class="fa fa-rocket" aria-hidden="true"></i></span>
<h6 class="card-subtitle mb-2 text-muted">Easy to Learn</h6>
<p class="card-text">Our main goal is to minimize the learning process of the framework. We have prepared a nice documentation with examples to minimize your learning process.</p>
<a href="docs/index.html" class="card-link">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Contents: end-->
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</body>
</html>