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

  • SEARCH
  • Home
  • 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 8114709
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T03:13:53+00:00 2026-06-06T03:13:53+00:00

My code is below. I have an array, and by using this array I

  • 0

My code is below. I have an array, and by using this array I fill the database table. If some id exists in table, I update its row, if id doesn’t exist than I create row and write data to row.

I empty my table and then run this code:

$arrayOfIds=array('1234', '5678');

foreach ($arrayOfIds as $twitter_user_id) {
    $this->ModelName->twitter_user_id = $twitter_user_id;
    if ($this->ModelName->exists()) {
        echo "$twitter_user_id exists<br>";
    } else {
        echo "$twitter_user_id not exists<br>";
        $this->ModelName->create( array ('twitter_user_id' => $twitter_user_id));
    }

    $data = array(
        'ModelName' => array(
            'age' => 15,
            'last_status' => 'online'
        ));

    $this->ModelName->save($data);
}

Result is echoed to screen:
1234 not exists
5678 exists

When I check table, 2 rows (twitter_user_id =1234 and twitter_user_id =5678) was added to table.

When I re-run my code with two entries in table, I also get this response:
1234 not exists
5678 exists

Do I miss something?

  • 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-06-06T03:13:56+00:00Added an answer on June 6, 2026 at 3:13 am

    i think that exists() function is working not like you are thinking it must be 🙂

    i would change this line:

    if ($this->ModelName->exists()) {
    

    to something like this:

    if ($this->ModelName->find()) {
    

    and if its not working as needed, add some condition to find function.. about your twitter_user_id

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code below: $insert = array(); for ($i = 1, $n =
I have below code. <table> <tr> <td class=bgimg valign=middle width=10% title=some title nowrap> <img
I have the following code for the array below $arrCompany = array(); foreach($users as
I get this error, while I'm testing the code below: You have an error
I have some code I that although it works, its making my content erratic.
I have the Ruby code below, I am using windows API calls and I
Update: I have tried Sheldon's code below but I have struck a couple of
I have a question about using form_dropdown() . The code below works, but i
I am using PHP 5.3.6 I have the following code below. Everything works fine
I have this array that I am displaying with a table how can i

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.