An Tao

Results 204 comments of An Tao

I'm not sure. you can give it a try. Why do you need this feature? you could use some path parameters to do that.

@albaropereyra22 thanks for your feedback. Something changed after the article was created, I fixed it, please check it out.

I can't find the ListParameters.csp file in your project.

> I deleted it because it wasn't compiling with the new changes. Would u please add it back? and then I can fix it for you.

@papel Sorry for the late reply, you could use the HttpViewData::htmlTranslate() function. For performance reasons, we did not put this function into the text rendering implementation.

@papel thanks for your feedback. Actually, there's a option for pg's schema, as following: ![image](https://github.com/drogonframework/drogon/assets/21002501/20baf121-643b-41e2-bc2b-98dfdd8d765d) Did you try it?

配置文件的locations选项支持filter,你可以尝试一下。

> **Is your feature request related to a problem? Please describe.** I am using drogon in a base docker image that I use for various projects, and I often need...

> From a similar standpoint: Is it possible to have 2 instances of filters that are of the same class, and registered in the same app? Since the registering process...

从result里把你需要显示的东西提出来传给view,直接传result不合理,view和库表结构强耦合了