new pisilinux web sites

This commit is contained in:
Erkan IŞIK
2026-07-01 16:44:17 +03:00
commit b58488b586
21740 changed files with 2066209 additions and 0 deletions
@@ -0,0 +1,12 @@
<?php
/*
|--------------------------------------------------------------------------
| Bottom
|--------------------------------------------------------------------------
|
| At the lowest layer of the system, the codes that are required to be
| executed are written.
|
| Location: At the end of the system
|
*/
@@ -0,0 +1,12 @@
<?php
/*
|--------------------------------------------------------------------------
| Bottom Top
|--------------------------------------------------------------------------
|
| The codes that are required to be run on top of the lowest layer of the
| system are written.
|
| Location: After the kernel run, before the end of the kernel
|
*/
@@ -0,0 +1,11 @@
<?php
/*
|--------------------------------------------------------------------------
| Middle
|--------------------------------------------------------------------------
|
| Code to be executed in the middle layer of the system is written.
|
| Location: After the beginning of the kernel, before the kernel
|
*/
@@ -0,0 +1,12 @@
<?php
/*
|--------------------------------------------------------------------------
| Middle Bottom
|--------------------------------------------------------------------------
|
| The codes that are required to run under the middle layer of the system
| are written.
|
| Location: After the kernel is run, before the kernel
|
*/
@@ -0,0 +1,12 @@
<?php
/*
|--------------------------------------------------------------------------
| Middle Top
|--------------------------------------------------------------------------
|
| The codes that are required to be run on the middle layer of the system
| are written.
|
| Location: Before the beginning of the kernel
|
*/
+12
View File
@@ -0,0 +1,12 @@
<?php
/*
|--------------------------------------------------------------------------
| Top
|--------------------------------------------------------------------------
|
| The codes that are required to be run on the top layer of the system
| are written.
|
| Location: After the system constants, before the Autoloader operation
|
*/
@@ -0,0 +1,12 @@
<?php
/*
|--------------------------------------------------------------------------
| Top Bottom
|--------------------------------------------------------------------------
|
| The codes that are required to run under the top layer of the system
| are written.
|
| Location: After Autoloader, before Config configuration
|
*/