[Flow] Failed to compile PHP files in directory next to Domain directory
Rocky
rockysynergy at gmail.com
Wed Jun 25 05:51:13 CEST 2014
Hi,
I corrected all the typos. Below version of code works:
FlowDir/Packages/Application/Mycompany.Package/Classes/Mycompany/Package/. In the Utility folder I had Debug.php which reads likes below
<?php
namespace Mycompany\Package\Utility;
use TYPO3\Flow\Annotations as Flow;
class Debug { <=== "class" needs to be lower case
// My code here
static public function CuoWu() {
}
}
In one of my Controller files, I have below code:
\Mycompany\Package\Utility::CuoWu();
More information about the Flow
mailing list