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.
HTML から文字列を読み取っていますが、DateTime フィールド タイプとしてデータベースに格納したいと考えています。AM/PM データを正しく保存しながらこれを行う簡単な方法は何ですか?
ありがとう!
CodeIgniter のアンカー タグを使用してリンクを生成しています
私のビューで使用しているコードは次のとおりです。
<?=anchor('blog/post/'.$row->id,$row->title);?>
上記のコード