Kohana Development Cycle

I was wondering if the users who use Kohana primarily explain how they go from planning to deployment in Kohana. Why are you using Kohana instead of the other frameworks you tried.

+3
source share
1 answer

I have a basic setup that I am constantly improving, including all the basic things that I need for my projects. The cascading file system used by Kohana makes this very easy. You can see something like this at http://github.com/synapsestudios/kohana-projecttemplate .

I converted from CI and stayed because everything was simpler using the PHP5 OOP concepts the way they should be. In addition, ORM helped me quickly set up models.

+4
source

Source: https://habr.com/ru/post/1766468/


All Articles