Hi,
I just started with fuelphp and am looking at your beginner tut videos by Phil. The first part of generating scaffold monkey worked perfectly. Now for part 2 the generate migration is not working right. It's taking the space out after "create_users" and adding the first field parameter to the file name.
lotus@lotus-laptop:/var/www/fuel/intro$ php oil g migration create_users first_name:varchar[255] username:varchar[50] password:char[128] biography:text last_login:datetime
Creating migration: /var/www/fuel/intro/fuel/app/migrations/006_create_usersfirst_name:varchar[255]_5.php
As you can see by the file number I've tried it several times and looked closely so sorry if I missed something or made a typo.
Thanks
Hey, I would have replied earlier but the site went down. Glad you guys got it back online.
The problem seems to have fixed it's self. I looked at the documentation and tried the example from there and it worked right. Then I copied directly from my OP and it worked. The only thing I had done differently is that I had shut off the computer over night so I guess there was just a glitch somewhere maybe in my php engine? I don't know but it automagically worked perfectly this morning.
Thanks anyway WanWizard!