Файл: databasr/documentation/index.html
Строк: 196
<?php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<head lang="en">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Databasr Documentation</title>
<!-- Framework CSS -->
<link rel="stylesheet" href="assets/blueprint-css/screen.css" type="text/css" media="screen, projection">
<link rel="stylesheet" href="assets/blueprint-css/print.css" type="text/css" media="print">
<!--[if lt IE 8]><link rel="stylesheet" href="assets/blueprint-css/ie.css" type="text/css" media="screen, projection"><![endif]-->
<link rel="stylesheet" href="assets/blueprint-css/plugins/fancy-type/screen.css" type="text/css" media="screen, projection">
<style type="text/css" media="screen">
p, table, hr, .box { margin-bottom:25px; }
.box p { margin-bottom:10px; }
</style>
</head>
<body>
<div class="container">
<h3 class="center alt">“Databasr ” Documentation by “creoline GBR” v1.0</h3>
<hr>
<h1 class="center">“Databasr”</h1>
<div class="borderTop">
<div class="span-6 colborder info prepend-1">
<p class="prepend-top">
<strong>
Created: 06/02/2015<br>
By: creoline GBR<br>
Email: <a href="mailto:support@creoline.de">support@creoline.de</a>
</strong>
</p>
</div><!-- end div .span-6 -->
<div class="span-12 last">
<p class="prepend-top append-0">Thank you for purchasing our application. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form <a href="http://themeforest.net/user/Linusholtstiege">here</a>. Thanks so much!</p>
</div>
</div><!-- end div .borderTop -->
<hr>
<h2 id="toc" class="alt">Table of Contents</h2>
<ol class="alpha">
<li><a href="#intorduction">HTML Structure</a></li>
<li><a href="#serverRequirements">Server Requirements</a></li>
<li><a href="#gettingStarted">Getting started</a></li>
<li><a href="#configuration">Configuration</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#updates">Updates</a></li>
<li><a href="#support">Support</a></li>
</ol>
<hr>
<h3 id="intorduction"><strong>A) Databasr - The simple database administration interface</strong> - <a href="#toc">top</a></h3>
This webinterface is a simple alternative to phpMyAdmin. The aim of this application is to simplify the
administration process.
<h3 id="serverRequirements"><strong>A) Databasr - Server requirements</strong> - <a href="#toc">top</a></h3>
<ul>
<li>Apache / ngnix Webserver</li>
<li>PHP >= 5.4</li>
<li>Apache Mod Rewrite</li>
<li>MySQL Server</li>
</ul>
<h3 id="gettingStarted"><strong>Getting started</strong> - <a href="#toc">top</a></h3>
<ul>
<li>At first of all you have to establish a new connection to your remote server. For example via FTP or SSH.</li>
<li>Upload the databasr folder to a apache/ngnix accessible directory</li>
<li>Thats it! You can connect to your new web interface by calling the simple databasr/ folder. For example domain.com/databasr</li>
</ul>
<h3 id="configuration"><strong>Configuration</strong> - <a href="#toc">top</a></h3>
The default database host is "localhost". If you would like to change this or want to connect to a remote mysql server you
can edit the ```application/config/databasr.php``` file. In this file you can also change the database driver.
<h3 id="features"><strong>Features</strong> - <a href="#toc">top</a></h3>
<ul>
<li>Dashboard overview</li>
<li>Server Information</li>
<li>Database Information</li>
<li>Databasr Information</li>
<li>Database Table list</li>
<li>Table</li>
<li>Data</li>
<li>Structure</li>
<li>Edit structure</li>
<li>Edit records</li>
<li>Insert record</li>
<li>Delete record</li>
<li>Drop table</li>
<li>Truncate table</li>
<li>Execute queries</li>
</ul>
<h3 id="updates"><strong>Next Update</strong> - <a href="#toc">top</a></h3>
<ul>
<li>Display ```SELECT``` queries direct inside the table view</li>
<li>Add new structure elements</li>
<li>Search inside all records</li>
<li>Search for tables</li>
<li>Database suggestions on login page if username and password are correct</li>
</ul>
<h3 id="support"><strong>Support</strong> - <a href="#toc">top</a></h3>
## Support
You can always contact us via codecanyon profile page or just send as an mail to support@creoline.de.
Feedback, feature requests and issues are always welcome.
Thank you for purchasing databasr.
<hr>
<p>Once again, thank you so much for purchasing this application. As I said at the beginning, I'd be glad to help you if you have any questions relating to databasr. If you have a more general question relating to the scripts on CodeCanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.</p>
<p class="append-bottom alt large"><strong>creoline GBR</strong></p>
<p><a href="#toc">Go To Table of Contents</a></p>
<hr class="space">
</div><!-- end div .container -->
</body>
</html>
?>