Heya, You can autoload whatever you want in your `init_autoload.php` file (if you are using the skeleton application).
Same method applies for AssetManager, DoctrineModule and others that were thought to be used with composer first. Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 4 November 2012 01:35, fwahlqvist <[email protected]> wrote: > Hi All, > Trying to add AssetManager as a submodule with git, have added > "https://github.com/RWOverdijk/AssetManager" as a submodule and have also > added "git://github.com/kriswallsmith/assetic.git" as a submodule, after > enabeling the 'AssetManager' in the config and follwing the tutorial all i > get is > > <code> > Fatal error: Class 'Assetic\Asset\FileAsset' not found in > > C:\Users\...\ZendSkeletonApplication\vendor\AssetManager\src\AssetManager\Resolver\PathStackResolver.php > on line 184 > </code> > > I am guessing that i should autoload the assetic but not sure how.. any > guidance would be great? > > Thanks > > > > -- > View this message in context: > http://zend-framework-community.634137.n4.nabble.com/AssetManager-installation-from-Git-tp4657897.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- > List: [email protected] > Info: http://framework.zend.com/archives > Unsubscribe: [email protected] > > >
