1
0
mirror of synced 2025-03-22 16:03:49 +03:00

Change ref name

This commit is contained in:
jsor 2011-11-28 15:22:55 +01:00
parent 1300758499
commit bece5f0f91
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ Advanced field value conversion using custom mapping types
When creating entities, you sometimes have the need to transform field values
before they are saved to the database. In Doctrine you can use Custom Mapping
Types to solve this (see: :ref:`reference-basic_mapping-custom_mapping_types`).
Types to solve this (see: :ref:`reference-basic-mapping-custom-mapping-types`).
There are several ways to achieve this: converting the value inside the Type
class, converting the value on the database-level or a combination of both.

View File

@ -300,7 +300,7 @@ list:
- ``scale``: (optional, default 0) The scale for a decimal (exact
numeric) column. (Applies only if a decimal column is used.)
.. _reference-basic_mapping-custom_mapping_types:
.. _reference-basic-mapping-custom-mapping-types:
Custom Mapping Types
--------------------