Actions
Feature #51310
closedTCAdefaults value from DB field -> getData + strtotime
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-08-24
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.4
Tags:
Complexity:
Sprint Focus:
Description
Hi,
it´s a quite a good idea to have TCAdefaults from DB fields and have the option for datefields to set a strtotime (http://de2.php.net/manual/en/function.strtotime.php) value.
You can easily set something like this:
TCAdefaults { tx_news_domain_model_news { author = FooBar author_email = bar@foo.de } }
But something like this would make a lot of sense:
TCAdefaults { tx_news_domain_model_news { author.data.field = be_users = username author_email.data.field = be_users = email } }
this is referring to http://forum.typo3.org/index.php/t/198750/
Cheers
David
Actions