Category: Techy Thoughts

  • Doctrine ORM 1.2.4 in Fuel PHP 1.1

    Doctrine ORM 1.2.4 in Fuel PHP 1.1

    Today, I decided to make an attempt to dive into a new framework and implement my favorite ORM framework, Doctrine. As you can see, I’ve been spoiled really hard by Doctrine and I’ve perhaps reached a point in my career where it could be best to use it to hasten the development process and of…

  • Multiple MySQL Instances

    I have seen a lot of versions of this in the web but I decided to create my own copy for ease of setup and simplicity. First, download the file “mysql55rev.rar” as seen in this post then extract it somewhere in your harddrive. Follow these steps: note: extract-dir is the location which you extracted the…

  • 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…