开发者

Kohana ORM limit column size

开发者 https://www.devze.com 2023-02-25 16:00 出处:网络
How can I limit the size of column value returned by ORM. I have a field having type long text. I 开发者_如何转开发want ORM only to fetch starting 100 value,

How can I limit the size of column value returned by ORM. I have a field having type long text. I 开发者_如何转开发want ORM only to fetch starting 100 value, how can I do that ?


Why not create a dummy field (like in your next question) with a shortened value? You can use Kohana's Text::limit_chars() or Text::limit_words() for it.

0

精彩评论

暂无评论...
验证码 换一张
取 消