mineadmin / components

mine-admin library
Apache License 2.0
10 stars 21 forks source link

add Magic where* methods for model annotations,calling where<Attribut… #83

Closed faizel-88 closed 1 month ago

faizel-88 commented 4 months ago

image

faizel-88 commented 4 months ago

add Magic where* methods for model annotations,calling where on your models, e.g. Post::query()->whereTitle(…)

zds-s commented 4 months ago

我记得默认不是有吗, --with-ide 会生成

faizel-88 commented 4 months ago

呃,--with-ide 命令生成的只能模型静态方法调用,没法继续链下去。

zds-s commented 4 months ago

重复生成的情况下会不会造成多个相同的 method?

faizel-88 commented 4 months ago

会,IDE会跳普通方法,不跳 --with-ide 生成的静态方法。我认为是 --with-ide 生成的会失去作用。

zds-s commented 2 months ago

考虑了一下,加这个有点强制性要求所有人了。可以做个插件?现在插件商店已经上线了