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.
私はこれにこだわっています.phalconフレームワークでこのコードを試しています:
if(strtotime("+5 minutes",$quarantine->getFirst()->datecolumnvalue)>time()){...}
しかし、うまくいきません。常に false を指定してください。phalcon の PHQL ではサポートされていないため、MySQL だけでは実行できません。PHP の比較が必要です。よろしく。