#1680: Importer doesn't work with plugin setter
-----------------------------------+----------------------------------------
Reporter: gimler | Owner: jwage
Type: defect | Status: new
Priority: major | Milestone: 1.0.4
Component: Import/Export | Version: 1.0.3
Keywords: | Has_test: 0
Mystatus: Pending Core Response | Has_patch: 0
-----------------------------------+----------------------------------------
when i have a setter in a plugin it doesn't work with the Importer
the Doctrine_Data_Import throw exception in line 198
{{{
Invalid fixture element "tags" under "test-1"
}}}
the problem is that doctrine search for a method or field but not in the
plugins ;(
better use is_callable instate of method_exists
symfony: 1.1.4
doctrine: 1.0.3
php: 5.2.6
os: ubuntu
--
Ticket URL: <http://trac.doctrine-project.org/ticket/1680>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"doctrine-svn" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---