Пример #1
0
/* Yazar: Ozan UYKUN <*****@*****.**> | <*****@*****.**>
/* Site: www.zntr.net
/* Lisans: The MIT License
/* Telif Hakkı: Copyright (c) 2012-2015, zntr.net
*/
/* 
	ZN FRAMEWOK URL SİSTEMİ
						                      
	httpx://www.xxxx.xxx/[dizin/dizin/.../][index.php/]['dil/']sayfa(sınıf)/fonksiyon[/parametre1/parametre2/.../parametreN] 
*/
/* STRUCTURE RUN *
 *
 * 
 * System running
 */
Structure::run();
/******************************************************************************************
* STRUCTURE CLASS                                                                         *
*******************************************************************************************
| Sistemin temel sınıfıdır.														  		  |
******************************************************************************************/
class Structure
{
    /******************************************************************************************
    	* DATAS                                                                                   *
    	*******************************************************************************************
    	| Genel Kullanım: Çalıştırılmak istenen yapının ihtiyaç duyduğu verileri döndürür.		  |
    	|          																				  |
    	******************************************************************************************/
    public static function datas()
    {