giix
giix copied to clipboard
giix is Gii Extended, a code generator for Yii PHP framework – with extras!
Hi Rodrigo, I tried to include giix in another location than 'ext.giix' and stumbled upon a few path issues. I fixed them by defining a custom "dynamic" alias, when it's...
error Property "CPhpMessageSource.extensionBasePaths" is not defined now property named as extensionPaths https://github.com/yiisoft/yii/blob/master/framework/i18n/CPhpMessageSource.php#L63
If you want to include giix via composer from http://getcomposer.org/ you should add a composer.json file to your repo. If you merge this pull request after my other one, it...
I've looked everywhere I can on Google and other places for a resolution to this problem, and while I can find several mentions of it, I can't seem to find...
Hi there, Just wondering if every time I save a new MANY_MANY relationship model, is it possible to preserve the old data? Each time I insert something new, say a...
Method: Set up a two linked tables with a nullable relation in database. model is correctly scaffolded by giix where in rules, you can see that the relation is not...
In fillPkColumnNames method ``` vvv this bracket wrong throw new InvalidArgumentException(Yii::t('giix.messages', 'The count of values in the argument "pk" ({countPk}) does not match the count of columns in the composite...
See http://www.yiiframework.com/forum/index.php/topic/42103-cdbexception-error-using-giix-generators/page__p__200212__fromsearch__1#entry200212
What steps will reproduce the problem? 1. In MySQL, create a table with one or more columns of type TINYINT(1) (intended for boolean), NOT NULL, and set a default value...