PHP Classes

File: docs/index.php

Recommend this page to a friend!
  Classes of Temperini Mirko   APIQL   docs/index.php   Download  
File: docs/index.php
Role: Documentation
Content type: text/plain
Description: the doc index file
Class: APIQL
Define and run commands of a data query language
Author: By
Last change:
Date: 12 years ago
Size: 1,024 bytes
 

Contents

Class file image Download
<?php include 'functions.php'; html_header(); ?> <p style="font-size: 19px;"> APIQL is a tool to achieve in a simple and easy way to use interface for your programs.<br /> With APIQL you can create queries that interact with their assigned functions, use extra arguments and perform operations, queries, and more pre-respecting syntax. with APIQL the data structure is preserved, and the choice is JavaScript syntax for each type of information.<br /> So you can use JSON objects, arrays, Boolean values or null, numbers and strings. will be easy, for example, create a database of text files and create a set of queries for its management. <br /> Not only that, but you can create a system API that reflects the shape of a classic relational database query, and manage the results in full freedom. You can define parts of the query in a simple and intuitive way, required query options and optional too. Read the documentation to better understand how APIQL can help you! </p> <?php html_footer(); ?>