[TYPO3-mvc] Images and extbase
    mario chiari 
    m at mariochiari.net
       
    Thu Oct 18 22:10:18 CEST 2012
    
    
  
Hi,
I am trying to port a FLOW3 extension to TYPO3.
My model includes:
	/**
	 * The logo
	 * @var \TYPO3\FLOW3\Resource\Resource
         * @ORM\ManyToOne
         * @FLOW3\Validate(type="NotEmpty")
	 */
	protected $logo;
Extabase builder warns me that "All types with * [image]  are not yet
supported by the frontend form generation\/validation" and just
generates.
	/**
	 * Logo image
	 *
	 * @var string
	 * @validate NotEmpty
	 */
	protected $logo;
I guess I may fix the code somehow, but I am not sure where to learn how
to write annotations for extbase. I am not able to seek within
http://typo3.org/api/typo3/namespace_extbase.html 
Help is welcome 
thanks
cheers
mario
    
    
More information about the TYPO3-project-typo3v4mvc
mailing list