Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
奇妙な問題があります。私が使用する場合
"SELECT filed1, field2…. FROM some_table WHERE field1 LIKE 'something'"
"$grid->SelectCommand"すべてが正常に機能していますが、変数を使用すると
"$grid->SelectCommand"
"SELECT filed1, field2…. FROM some_table WHERE field1 LIKE '$get_variable'"
期待した結果が得られません。