Tag: php

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

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

  • Roles Management Module

    Recently Ive been working on some systems that require several user types, Ill call them roles. Roles are essential to most applications because for one, youll want to have a hierarchy of users and what they can do in the system. Im sure most developers have already implemented this in some systems they develop. One…