Category: Documentation

Auth (A1) and ACL (A2, ACL): Pt 2, the Model

I’m no model lady. A model’s just an imitation of the real thing. – Mae West Part 1: Introduction Part 2: The Data Model Part 3: The Controller Part 4: It becomes a module Part 5: Adding ACL Need a

Auth (A1) and ACL (A2, ACL): Pt 1, Introduction

Whatever you do will be insignificant, but it is very important that you do it. – Mahatma Gandhi Part 1: Introduction Part 2: The Data Model Part 3: The Controller Part 4: It becomes a module Part 5: Adding ACL

Scoring

Please don’t ask me what the score is, I’m not even sure what the game is. I made a design decision to store all of the scores in one long text field…

The model relationships

A true relationship is when you can tell each other anything and everything. No secrets and no lies. I’ve had a lot of playing with ORM relationships, mostly getting it sort of right. I’ve always hating reading other peoples code

Create a database schema

Without requirements or design, programming is the art of adding bugs to an empty text file. – Louis Srygley So, this is what I came up with:

Tagged with: , , , ,

Identify the problem

First, solve the problem. Then, write the code. – John Johnson I would qualify that: first, identify the problem.

Tagged with: ,

Kohana 3.3 Introduction

The best programmers are not marginally better than merely good ones. They are an order-of-magnitude better, measured by whatever standard: conceptual creativity, speed, ingenuity of design, or problem-solving ability. – Randall E. Stross I am merely good… and sometimes merely. 

Tagged with: , , , ,
Top