FileSystem.php 984 B

1234567891011121314151617181920
  1. <?php
  2. //----------------------------------------------------------------------------------------------------
  3. // RECORD
  4. //----------------------------------------------------------------------------------------------------
  5. //
  6. // Author : Ozan UYKUN <ozanbote@windowslive.com> | <ozanbote@gmail.com>
  7. // Site : www.znframework.com
  8. // License : The MIT License
  9. // Copyright : Copyright (c) 2012-2016, ZN Framework
  10. //
  11. //----------------------------------------------------------------------------------------------------
  12. //----------------------------------------------------------------------------------------------------
  13. // Record
  14. //----------------------------------------------------------------------------------------------------
  15. //
  16. // Genel Kullanım: Kayıtların oluşturulacağı dizin.
  17. //
  18. //----------------------------------------------------------------------------------------------------
  19. $config['FileSystem']['record'] = ['record' => 'Test'];