I just installed Kohana 3.0.4.2 and I successfully launched the index.php file. According to the documentation, the next step is to edit the configuration files in the application / config folder. I have a folder, but there are no files in it! I downloaded the package again to make sure it is not corrupted, but the same problem exists. Why is the application / config folder empty?
You are probably looking at outdated (2. *) documentation. The only configuration file that needs to be changed after installation is application/bootstrap.php. There index.phpis some configuration in it, but you really should not touch this if you do not want to change the directories in which things are stored.
application/bootstrap.php
index.php
The configuration folder is used for the configuration files of your custom classes. Since you obviously do not have an empty project, the folder is empty. You can see their example by looking at system/configwhere the configuration files for some system classes are located.
system/config
At the moment, the best docs are the unofficial Kohana wiki page . There are also official documents , but they are in the process.
Kohana 3 , .
, ( /modules ). , , , , .
, /modules/database/config/, , /config (Kohana autoload , , () .
, , , ;)
Kohana 2.3.4
Source: https://habr.com/ru/post/1743065/More articles:asp.net MVC model-specific binding fails for mail request - c #How to specify Restlet response format in browser? - restOn Windows 7: the same way, but Explorer and Java see different files except Powershell - javaC ++ new memory fragmentation - c ++Method splitting (String) undefined for type String - javamany to many query - sqlSet global variables for all controllers in Kohana 2.3.4 - phpShortest-path algorithms using a space-time trade-off? - algorithmIs a reasonable unit test possible? - javaАлгоритм, который охватывает две страницы в латексе - algorithmAll Articles