sopinet/simple-point-bundle

Symfony2 Bundle - 为DropzoneJS和OneupUploaderBundle提供简单集成

安装: 122

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 7

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master 2014-01-31 08:49 UTC

This package is not auto-updated.

Last update: 2024-09-14 14:41:34 UTC


README

Symfony2 Bundle. 使用地理空间点实体的特性和方法

安装

待办事项

更多文档即将到来...

添加类型

doctrine:
    dbal:
            point: point
        types:
            point: Sopinet\Bundle\SimplePointBundle\DBAL\Types\SimplePointType

    orm:
        dql:
            numeric_functions:
                distance: Sopinet\Bundle\SimplePointBundle\ORM\MySQL\Distance
                point_str: Sopinet\Bundle\SimplePointBundle\ORM\MySQL\PointStr