Hi i want to use solarium third party library in magento CE 1.8 . knowing that the solarium library do not conform the naming conventions of magento and zend I want to know how can i integrate solarium or add it features into the autoloader? is that possible ?
Asked
Active
Viewed 993 times
1 Answers
3
I have just released a brand new free Magento extension based on Solarium. I did also fix the Autoloader and Symfony dependency. My implementation has an option to enable auto correct on search terms.

Jeroen Vermeulen - MageHost
- 1,559
- 14
- 22
-
Just a question how did you deal with Autoloader and Symphony dependency ? – Mohamed23gharbi Apr 01 '14 at 14:51
-
2Ok, I've find that out thanks a lot @Jeroen Vermeulen BVBA. you extended the varien_event_observer ! I really thank you. – Mohamed23gharbi Apr 02 '14 at 13:37
-
2Indeed I do. I created an own autoloader function, and by using the `controller_front_init_before` event I push this autoloader in front of the __autoload stack. I had to copy the `Solarium` and `Symfony\Component\EventDispatcher` libraries to be able to make it work with Magento Connect. – Jeroen Vermeulen - MageHost Apr 05 '14 at 08:38