Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6351779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T22:04:25+00:00 2026-05-24T22:04:25+00:00

<div class=actions> <?php foreach ($images as $image): if ($image[‘Image’][‘img_file’] != null) { echo $html->image(‘uploads’

  • 0
<div class="actions">
 <?php
    foreach ($images as $image):

        if ($image['Image']['img_file'] != null) {
            echo $html->image('uploads' . DS . 'images' . DS . $image['Image']['img_file'], array('alt' => 'Gallery Image'));
            echo $this->Html->link(__('Delete', true), array('action' => 'delete', $image['Image']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $image['Image']['id']));
        }

        else {
            echo $this->Html->link(__('Add image', true), array('action' => 'add'));
        }
        endforeach;
        ?>
</div>

Hi, I wish to achive the following things: if the image is null, I want to show the link ‘Add Image’, else if there is image, I want to show the link ‘Delete’. Using the above code, it does not seem to work. Please assist. Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T22:04:27+00:00Added an answer on May 24, 2026 at 10:04 pm

    If I understood correctly, when there are no images in the gallery you want to show an “add image” link. But when there are no images the array is empty so that loop never runs once. Maybe something like this:

    if( !empty( $images ) ) {
        foreach ($images as $image) {
            echo $this->Html->image('uploads' . DS . 'images' . DS . $image['Image']['img_file'], array('alt' => 'Gallery Image'));
            echo $this->Html->link(__('Delete', true), array('action' => 'delete', $image['Image']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $image['Image']['id']));
        }
    }
    else {
        echo $this->Html->link(__('Add image', true), array('action' => 'add'));
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

<?php if (isset($_GET['action']) && (!$_GET['action'] == 'reply')) { ?> <div class=actions> <input type=button onclick=javascript:
How can I get an image to stretch the height of a DIV class?
$('div.box').html(hello) puts the word hello inside all my div's of class 'box'. They all
Wordpress wraps images with captions in a div with a class of .wp-caption. I'm
Using Object-Oriented PHP, where should HTML be rendered? The business processes include several actions
Let's say I do something stupid like this: <div class=my_class>fun wee!!</div> <span class=my_class><b class=my_class>Title</b></span>
I can select the first item in the div using $('.class:first') Now since I
In my webpage, there's a div with a class named Test . How can
I have a div having a css class MyClass. Inside this div, I can
I have many DIV with the same class name, let save wmplayer. I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.