在zend框架中将longtext排序为int

时间:2016-08-01 12:47:03

标签: php zend-framework

数据排序不正确,看起来像

0  
1  
10  
11 2  
20 21  
3

这是我的订单代码

$select->order('post_meta.meta_value AS int desc');

请注意meta_value字段是longtext而不是int,并且无法更改它以修复问题需要另外修复。

1 个答案:

答案 0 :(得分:0)

好的,根据你的评论问题如何在php中对此进行排序我可以想到这样的事情:

Exception