Questions tagged as 'inphinit'

2
answers

What is the purpose of the Model folder of the Inphinit framework?

In the Inphinit micro-framework there is the Model folder that is inside the application , and that's where classes , but I'm very confused about these classes. View a class inside the Model folder: <?php namespace Model; class User...
asked by 15.03.2017 / 02:23
1
answer

What is the purpose of the system directory of the Inphinit micro-framework?

I intend to use the Inphinit micro-framework in my project, but first of all I need to know more about it. So, I created an example project just to familiarize myself with its features, however, I had a question about a directory it has, wh...
asked by 24.12.2016 / 02:26
1
answer

What is the purpose of the INPHINIT_START, INPHINIT_ROOT, INPHINIT_PATH, and INPHINIT_COMPOSER constants?

I'm studying the micro-framework Inphinit . And in the index.php file are declared some constants that left me confused as to its purposes. Index.php code: define('INPHINIT_START', microtime(true)); define('INPHINIT_ROOT', rtrim(strtr(dirn...
asked by 13.03.2017 / 00:05