swatchion
swatchion
是否有更新到Python3的打算?是否打算支持paypal?
模型查询时,如果指定了特定的几个查询字段,而非所有字段,查询结果生成后,对查询的结果应用字段更新时,如果应用更新的字段恰好属于模型,但又不在查询 select() 方法所指定的字段中,更新操作会执行,但不会报错提示。 模型示例如下: App\Model\Blog::class - id primary key - title string - content text - tags string - author_id int - created timestamp - updated timestamp ```php $blogs =...
针对订阅类公众号,没有群发消息的相关功能
First, huge thanks for this awesome project. Collection::lazy() can be a lifesaver for performance when processing extreme large arrays which may consume too much ram. :)