1234567891011121314151617181920 |
- <?php
- //----------------------------------------------------------------------------------------------------
- // RECORD
- //----------------------------------------------------------------------------------------------------
- //
- // Author : Ozan UYKUN <ozanbote@windowslive.com> | <ozanbote@gmail.com>
- // Site : www.znframework.com
- // License : The MIT License
- // Copyright : Copyright (c) 2012-2016, ZN Framework
- //
- //----------------------------------------------------------------------------------------------------
- //----------------------------------------------------------------------------------------------------
- // Record
- //----------------------------------------------------------------------------------------------------
- //
- // Genel Kullanım: Kayıtların oluşturulacağı dizin.
- //
- //----------------------------------------------------------------------------------------------------
- $config['FileSystem']['record'] = ['record' => 'Test'];
|