Kohana module: Menu structure

Nov 29, 2010
by Ivan

I just released a small module for Kohana 3 called menustructure. The main purpose is to help build a menu tree on a website with just one table.

The menu builder loop is from a old code I had for quite some time. Take a look at the readme file to get an idea on how to use it.

GitHub - https://github.com/ivansf/menustructure

 

Posted in

Kohana PHP

Sep 21, 2010
by Ivan

 In the last couple of months I've been playing around with new frameworks for web development. After trying a bunch I decided to go with Kohana for my new projects.

I started with CodeIgnited mostly because there's a nice and big community around it. I also work with ExpressionEngine at Incite so I was more interested in this one mostly because they share some part of the cumminity. After doing the intial setup for my project I realized that CI was in fact very limited, and the fact that it's done for PHP4

Posted in

Drupal modules list

Oct 29, 2009
by Ivan

This past monday I met a couple of Drupal developers and people who are actually interested in learning Drupal. The group was a nice mix of people sharing experiences and others trying to keep up and learn the most they can. It felt great, seeing what people expect from Drupal and what people have done with it, or what do they use Drupal for, but they all had one thing in common, it's always hard to find good modules or the one that you really need.

In Drupal you can take the same task in many different ways, the problem is when you get to the point where you realize that you should have chosen the other one. And here's an example.

So, this is my approach on reviewing some Drupal modules to let users know what kind of things you can do with them.

Let's start:

Posted in