delete
Getting Started with Kohana (imported fr... Kohana Tutorial, source : http://lee.hambley.name/kohana-tutorial Getting Started with Kohana Welcome to my tutorial entitled “Getting started with Kohana”, as a Kohana 1.x veteran, and a former Code Igniter user it’s often difficult to know what users need to know when they’re new to a framework. I’ve done my best, but I can’t coem up with all things to all people in the first sitting, comments, suggestions, aberrations and more welcome in my inbox. With my first forray into Kohana 2.1 fresh in my mind - I have opted to start out writing a simple tutorial; note...
delete
Practical Kohana Hooks example: PHPIDS (... 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! PHPIDS From the site.. “PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application. The IDS neither strips, sanitizes...
delete
Bonjour Monde... Bonjour tout le monde ! Statut Brouillon A faire bonjour(avec une vue (M)VC), relecture Compatibilité kohanaphp v2.1.2 Mots-clés tutoriel, installation, configuration Le tutoriel suivant vous apprendra à installer et configurer KohanaPHP, et vous permettra de réaliser l’applicatif le plus basique qui soit, l’affichage du message “bonjour tout le monde !”. L’objectif est de vous permettre de faire fonctionner la machine, rien de plus. Prérequis : Ce tutoriel s’adresse à des personnes ayant déjà connaissance du langage...
delete
Kohana php framework - introduction... Index.php - the Boostrap Ever heard the expression “Pull yourself up by your bootstraps” no? Well essentailly it means sort yourself out - take action to improve or change your current situation. Bootstrap files or programs are found all over the place, they help computers and programs sort themselves out when they are first activated. The index.php file in your ci_tutorial folder, is the CodeIgniter bootstrap. It is the first file to get things done. let’s have a look at it. Index.php is quite well commented so forgive me for repeating some of what is already...
delete
CodeField Gallery plugin for FrogCMS
CodeField Gallery plugin for FrogCMS... We are working on a gallery plugin based on the great BD Gallery plugin from http://frog.bebliuc.ro. This gallery uses BD gallery backend for album management and offers a smoothgallery option additionally to the default options Actually we will start a new one from scratch but I played a liitle with BD gallery plugin which is very interesting in order to become more familiar with FrogCMS plugin approach since we have been using since this week end only. Here are the additions we made: album ($id) became album ($id, $limit) $id - album category $id $limit - the number of photos...