Thursday, August 4, 2011

New challenge


Ok, I'm done with making malko-erp for now.

If there is any interest, I could make a scif clone in Fuel (SCIF is small anonymous forum, written for Code Igniter).

If you're interested, please leave a comment here.

Friday, July 1, 2011

Fireing the malko-erp project with Fuel

It's always nice to learn something new. I decidet to start tiny ERP system with Fuel PHP as RPC backend and evntualy extjs 4 as a frontend. The project is located on github: malko-erp.

My first try today is wih the RPC controller (controller/rpc/product.php) and actually creating a working model (model/product.php) from scratch.

I know there is an ORM class, but I preffer more "Active Record"-ish approach.

I'm using PDO for the connection because my choice of database is PostgreSQL and Fuel still lacks native Postgre support.

Monday, April 11, 2011

Getting started with Fuel PHP

I'm a long time CodeIgniter user. Just recently I found Fuel and it looks like it has the best from both Kohana and CodeIgniter. I'm looking forward to learn Fuel, and the best way to learn a framework is to actually use it in a project.

Do you have an idea of a project?

If you do, please, share it in the comments bellow.