I just would like to know this behavior is correct. Sorry if there already is the same question on this.
There are data in the data base.

On the other hand, data are not shown besides id.

Linux: 2.6.23.17-88.fc7
Fedora: 7
PHP: 5.2.6
MySQL: 5.0.45
I just would like to know this behavior is correct. Sorry if there already is the same question on this.
There are data in the data base.

On the other hand, data are not shown besides id.

Linux: 2.6.23.17-88.fc7
Fedora: 7
PHP: 5.2.6
MySQL: 5.0.45
This is expected (actually I just found a bug).
If your column type contains word "text", it will not be displayed in "list" view (it should not be displayed in "admin" in fact). I will fix it.
BTW, the crud result is meant to be a starting point for you. You can freely change the view template or anything else.
Quote
If your column type contains word "text", it will not be displayed in "list" view (it should not be displayed in "admin" in fact). I will fix it.
Thanks Qiang.
Quote
I agree and recognize this is only a starting point, but I think it is better for the sample application not having a strange behavior in order to make a confidence of the very new framework especcialy to the newbiews like me.
Sure. We will keep improving the generated code.