-
### Brief Summary:
Yii2 PHP framework is one of the best web frameworks for building simple and scalable web applications. We will look at building a simple web app using yii2 framework.
### Key Ta…
-
### What steps will reproduce the problem?
Install this package with a composer
### What is the expected result?
Gii will be auto-discovered by CLI app, so
```bash
./vendor/bin/yii
```
e…
-
Hi Guillaume,
Consider this example:
```
>> gii = gifti('goodfile.func.gii'); % the file loads successfully
>> gii.cdata = zeros(size(gii.cdata));
Error using gifti/subsasgn (line 130)
Synt…
-
> For example, table names like some_tables will have class names SomeTable.
### What steps will reproduce the problem?
1. Open page `gii/model` in browser
2. Check Singularize
3. Select tab…
-
I have the same problem https://github.com/luyadev/luya-module-cms/issues/183
Site is not multilang.
Table admin_lang have one row.
en is default.
composition is disabled.
custom 404 page create…
-
### What steps will reproduce the problem?
~~~php
$tableName = 'posts';
$generator->singularize = false;
var_dump($generator->generateClassName($tableName));
$generator->singularize = true;
va…
-
### What version of fMRIPrep are you using?
I use 20.2.3 but i also faced the same error with 20.1.1
### What kind of installation are you using? Containers (Singularity, Docker), or "bare-metal"?…
-
Hello, thank your for your module!
For my project I am using https://github.com/schmunk42/yii2-giiant, working mainly via shell.
Is your module compatible with it, in your opinion?
Thanks in …
-
Hi,
I get this error when running:
`$ ./yii migrate/create`
> PHP Notice: Trying to get property 'uniqueId' of non-object in vendor/bedezign/yii2-audit/src/Audit.php on line 248
> PHP Stack t…
-
I made registration page using gii crud generator ?
i want to know how to make login page using gii?