« Previous Entries

Kohana ORM Tip : ORM Tree

Well the last ORM tip seemed to get a bit of traffic so I thought I would throw another one together. This time it covers the little known ORM_Tree library. This is (IMO) a spectacular example of the flexibility and power of Kohana, by taking a look at this ORM extension (system/libraries/ORM_Tree) you can see quite how easily this age old storage pattern is solved by extending the ORM class.

Using it is even simpler!

(more…)

Kohana ORM Tip

Well, I havn’t posted anything for a little while, what with work, work and even some personal things i’ve been working on time just seems to of evapourated.

During the time Kohana 2.2 has been released, congratulations to everyone involved in that, there now seems to be the slow but inevitable move towards bringing the documentation up to date. Im hoping that I will find the time to put together a few tutorials soon to show of some of the new features in Kohana, and with even more hope I will be releasing a couple of small apps (fngers crossed)

(more…)

Practical Kohana Hooks example: PHPIDS

PHPIDS Logo

So further to Dlibs tutorial on hooks, I thought I would help to demonstrate the power of this with a practical example of their usage: whilst reading this entry on PHPIDS I thought that seemed like a prime candidate for an example and so by following along below you should have a nice example of integrating a third party app into Kohana using the hooks/events system!

(more…)

« Previous Entries