Tag: kohana

  • Kohana 2.3.4 Documentation

    I have been a Kohana application developer for quite a long time now and the version 2.3.4 is still the most comfortable framework to work with, personally at least. I know that there are still a few developers right now looking for the old documentation page which can be of course found in other sources.…

  • Kohana Doctrine Error – Exhausted

    Today, I am developing a sub-module of a web-application and have experienced a max-memory usage limit error or “Allowed memory size fatal error”. I know that the doctrine module uses memory based on how you define and build your database. It combines dependencies and loads all necessary objects so that it will be ready for…

  • Doctrine in Kohana

    I’ve been using kohana and its query builder for a while now – its good but in time I came to notice that I begin rewriting code over and over again so I tried to break out of the kohana-database shell and tried out existing ORM frameworks. If you’re curious about ORM check here – http://en.wikipedia.org/wiki/Object-relational_mapping.…