yiisoft / yiisoft/active-record
Improve type casting from DB to PHP
Open
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 119
- Forks
- 38
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
Proposed new feature or change
Support
- PHP enums - if property is
BackedEnum - Value objects - if property is value object
- Structured objects - if column is structured data
DateTimeInterface- if column isintand property isDateTimeInterface
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the existing database-to-PHP type-casting entry point and trace its handling of enums, value objects, structured data, and integer dates. Done means the four listed property/column cases are supported with coverage for each behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100