yiisoft / yiisoft/active-record

Improve type casting from DB to PHP

Open
#541 1 comment 0 reactions 0 assignees View on GitHub

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 is int and property is DateTimeInterface

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.