i got a (or rather 2) small question(s)
from doctrine manual
$conn->export->createTable('test', array('name' => array('type' => 'string')));
$conn->execute('INSERT INTO test (name) VALUES (?)', array('jwage'));
whats the $conn->export() abt. i mean, the export(). whats it for?
has it got any thing to do with the export option in the data fixtures yaml file? whats does export and validate do? any where i can get a list of available "attributes" and what they do?
User:
columns:
...
attributes:
export: all
validate: true