IAM

TAG»PHP«

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

WordPress Plugins: GitHub and Biography

In this article I want to present two (very) simple Wordpress Plugins used on my personal page. Wordpress User Biography is used to enable authors add regular status messages, so called “Biography Parts”. In contrast, Wordpress Github allows to easily include the latest commits and releases of GitHub repositories using shortcodes.

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 ...

OCTOBER2014

PROJECT

Plugins for CMSimple XH, a lightweight content management system; including, among others, news article, image gallery and YouTube plugins.

More ...

ARTICLE

Matrix Decompositions Demonstrated in PHP

This article presents an application demonstrating common used matrix decompositions and their applications implemented in PHP.

More ...

ARTICLE

CMSimple XH Plugins: News, Pictures and Youtube

CMSimple XH is a small Content management System (CMS) written in PHP. In this article I want to present my CMSimple XH Plugins: a news plugin, a gallery and lightbox plugin and a youtube video plugin.

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 ...