A new tutorial about migrations |
Hello,
I would like to present to you a new tutorial (part 1 of 3...). This one is about migrations: http://avenir.ro/the-migrations-in-codei...-database/ Hope you will enjoy it and maybe tell me your opinion about it Website: http://avenir.ro
@Avenirer, there's a small error in this line of code (part of the undo_migration() method in the Migrate controller):
PHP Code: $penultimate = (sizeof($migration_keys)==1) ? 0 : $migration_keys[sizeof(migration_keys) - 2]; Other than that, it works great!! |
Welcome Guest, Not a member yet? Register Sign In |