IAM

TAG»KOHANA«

DECEMBER2022

PROJECT

COMMERCIAL Websites and Custom Web Apps Outline Websites, Webshops, Addons and Templates Custom Web Apps Open Source This page presents some of my work on webpages, webshops, custom themes and addons as well as custom web applications. These projects have been realized together with RS Computer as well as various independent web designers and also […]

More ...

ARTICLE

A Kohana Demo Application

This article presents a Kohana demo application demonstrating the compatibility and use of several Kohana modules I wrote in the course of the last few years. The application is compatible to Kohana 3.3.6, 3.2 and 3.1 and available on GitHub and among others includes Kohana Red, an authentication module, Kohana Green, an access control module, and Gaps, a form generation and validation module.

More ...

ARTICLE

Event System for Kohana using Hooks

Hooks is a Kohana module implementing a simple event-listener system. Functions may be registered on events which can be fired throughout the application.

More ...

ARTICLE

Kohana Javascript and CSS Management using the Media Module

Javascript and CSS files are necessary components of every web application. The Media module for Kohana is written to provide a central responsibility to manage all the assets needed. It will automatically bundle, compress and cache the used files. In addition it is capable of handling dependencies among javascript files.

More ...

ARTICLE

Kohana Access Control using Green

Green is an access control module for Kohana based on the authentication module Red. This article gives a brief introduction to its usage and concepts.

More ...

OCTOBER2014

PROJECT

Modules for the HMVC framework Kohana; including modules for user authentication, access control, form generation and validation, CSS and JS assets and more.

More ...

ARTICLE

Kohana Authentication using Red

Red is a Kohana module for user authentication based on the ORM module. This article gives an introduction to the module and explains some of the used security concepts.

More ...