sql >> データベース >  >> RDS >> Mysql

CakePHPに空間データを保存する

    この行を変換します:

    $this->data['Report']['position'] = $db->expression("GeomFromText('POINT(" . 
        $this->data['Report']['lat'] . " " . $this->data['Report']['lng'] . ")')");
    

    to:

    $this->data['Report']['position'] = (object) $db->expression("GeomFromText('POINT(" .
         $this->data['Report']['lat'] . " " . $this->data['Report']['lng'] . ")')");
    

    動作するはずです。



    1. Mysql select recursiveは、複数のレベルを持つすべての子を取得します

    2. FLOATデータでのSUMの使用

    3. なぜJOIN句とWHERE条件を使用するのですか?

    4. oracle-多くの日付形式を単一の形式の日付に変換します