• RESTFUL API with yii 1.1.x

    TL;DR: use the components => urlManager => rules to use HTTP verbs and don’t forget to authenticate the request. Check out on github my sample...

  • Migrations with Yii

    Migrations in yii allow a clean way to change your database schema. Using migrations we can add tables, colummns or change fields type. To use...

  • Using phpunit with Yii 1.1.x

    Now that Yii 2 was released it may be not very useful, but I’m sure many people are still using 1.1.x versions in production. Because...

  • AWS Elastic Beanstalk and SugarCRM

    SugarCRM is an awful piece of software. At least the version I am forced to use — I guess newer versions are better, but we are stuck...

  • How to import lots of rows on MySql

    Let’s say you have a lot of data to import. Let’s say you don’t want to do it everyday without any downtime. Here is how...