Skip to content

Parable ORM 0.6.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@devvoh devvoh released this 05 Oct 11:15

0.6.1

Changes

  • AbstractEntity::toArrayWithout(string ...$keys) will allow you to get an array representation of an entity without the specified keys.
  • AbstractEntity::hasBeenMarkedAsOriginal() has been added, and can be used to determine whether it was loaded from the database or just saved.
  • AbstractRepository::isStored() is now available, and will tell you if the ORM thinks the entity has been stored.