chevron_left

メインカテゴリーを選択しなおす

cancel
前科
フォロー
住所
未設定
出身
未設定
ブログ村参加

2022/06/05

arrow_drop_down
  • CodeIgniter4 のクエリビルダでサブクエリを作る

    <?php namespace App\Models; use CodeIgniter\Model; class Table1 extends Model { protected $table = 'table1'; public function getExample() { $subQuery = $this->db->table('table2') ->select('table2.column') ->where('column', 1) ->getCompiledSelect(); $this->db->table($this->table) ->join("{$subQuery} …

  • ぴよログにつけた搾乳量の総量を算出する

    やりたいこと 自分の体内から出ていった母乳の総量を知りたい やったこと 1. ぴよログでデータの出力 メニュー > 記録の出力 > データのエクスポート にて新生児〜離乳食開始するまでの5ヶ月間のデータを出力する。 (期間で抽出できるようにしてほしい…)">1ヶ月単位での出力だから最大5ファイルの出力が必要。(期間で抽出できるようにしてほしい…) 2. 総量を算出する <?php $files = glob('/path/to/files/*'); $sum = 0; // 搾乳の行から値をキャプチャ $pattern = "/[0-9]{2}\:[0-9]{2}[\ ]{3}搾乳\s([0-…

arrow_drop_down

ブログリーダー」を活用して、前科さんをフォローしませんか?

ハンドル名
前科さん
ブログタイトル
index.php
フォロー
index.php

にほんブログ村 カテゴリー一覧

商用