अङ्कतन्त्रम्
Digital Systems








Gati(Ver:1.0 Beta)

Ankatantram have brought Gati(i.e. Quick), an ultra-lightweight PHP framewok ready for use. It helps a PHP developer to develop quickly customizable websites and web apps in a neat and clean way.

Produced By: Ankatantram
Developed By: Atul Prakash

Try It

Gati(i.e. Quick) has been successfully deployed in many projects.

You may use this framework on your own discretion. We do not give any sort of warranty etc. for this framework and we do not hold any responsibility for anything wrong that may happen by using this framework in any way.

You may use Gati( i.e.Quick) for free, but you are not permitted to redistribute it in any way.


Download
Gati(Quick) 1.0 (Beta)

How to integrate Gati(Quick) with your project

FREE Training

Write to us for a 2 hours FREE & Full Training of Gati(Quick).


Integration of Gati(QUICK) (Ver:1.0 Beta)

Download Quick and extract it out. You will get a folder namely 'quick'. This folder contains the framework.

Parking the Framework

Place the 'quick' folder within your project folder at your convenient location, wherever you want.
Now the Quick framework is parked in your project.

Integration of the Framework

You need to integrate the Quick framework in each such file of your project where you want to use the powers of this framework. To integrate Quick in a PHP file, you need to include the index.php file of the 'quick' folder of the framework in your file.

Example

If the address of the 'quick' folder is '../quick' w.r.t your file, you need to write the following code in a php-block at the top of your file:

include_once "../quick/index.php"; $index=new \root\qk\index("../quick/");

Using Gati(Quick)

Now $index is the handle using which you can access the classes and other resources of the framework. You can access the classes and the resources of the framework even without using $index.

Help & Tutorial

In Pipeline. Will be released soon.

FREE Training

Write to us for a 2 hours FREE & Full Training of Quick.