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.
サイトのフォト ギャラリーを作成しています。ライトボックスを使用する予定です。CakePHP を使用している間、画像へのライトボックス関連のリンクの作成を自動化できますか?
私の画像ディレクトリをスキャンして、次のようなリンクを生成できるヘルパーはありますか?
<a href="images/1.jpg" rel="lightbox[plants]" title=""><img src="images/1t.jpg alt="Plants: image 1 of 4" />
画像ファイルをアップロードする際に、「タイトル、alt_tag_msg、image_path」などの画像の詳細をすべてデータベースに保存することをお勧めします。次に、そのテーブルから画像の詳細を直接取得し、foreach ループを使用して簡単に取得できます。