![]() |
I am using entities. I am checking to see if the new post data has changed when compared to the database. I have about 223 records. I have tested my code and everthing works, however, for one record, it always shows it has changed. I
PHP Code: if ($OsmSkiResort->hasChanged()){ So the one record that shows as "hasChanged" value of print_r() is below; https://www.google.com/search?q=%E5%B0%B.....69i57j69 I assume all the % is throwing it off. How can I getChanged() to see this as NOT a change please? |
Messages In This Thread |
hasChanged() says it has changed when it hasn't. - by spreaderman - 05-28-2024, 05:41 PM
RE: hasChanged() says it has changed when it hasn't. - by ozornick - 05-28-2024, 08:14 PM
RE: hasChanged() says it has changed when it hasn't. - by spreaderman - 05-30-2024, 03:44 AM
|