December 2013
Intermediate to advanced
306 pages
6h 26m
English
To simply alter your database so that it corresponds with the version number in $config['migration_version'], you should use the current() function.
Ensure that you have followed the preceding recipe, Using CodeIgniter database migrations.
index.php file is) and type the following:php index.php migrate current
Consider the following command line:
php index.php migrate current
The first thing we should bear in mind is the constructor in the migrate controller. The constructor is looking at how the migrate controller is accessed; it'll deny access to the ...
Read now
Unlock full access