Watto Posted November 21, 2011 Share Posted November 21, 2011 Hi everyone. I'm fighting with Prestashop and its code (because there isn't a good documentation). I'm trying to program a controller. Not a module. A CONTROLLER. You know that in Doc section there are few tutorials but they are very basic. I need an advanced information about Prestashop and its API, and how to create controllers. So, thank you for your responses and help. Bye, Gerardo. Link to comment Share on other sites More sharing options...
vinaym Posted November 24, 2011 Share Posted November 24, 2011 to make a controller, first you need to know about how prestashop works, and to know it you have to fight the code, sorry for that btw if you go through the frontcontrollercore class and start the entry with run method, you may know how it works and make a similar one by overriding the core. hope it helps Link to comment Share on other sites More sharing options...
CartExpert.net Posted November 24, 2011 Share Posted November 24, 2011 Hello! What kind of controller are you trying to make? Link to comment Share on other sites More sharing options...
Watto Posted November 25, 2011 Author Share Posted November 25, 2011 I'm programming a controller that search in Fotolia and shows the result, leting the user to choose an image an buy it. I will try to create a Controller extending FrontControllerCore and I tell you if I success. Thank you all. Link to comment Share on other sites More sharing options...
Luxshop Posted December 28, 2011 Share Posted December 28, 2011 This post is getting old, but if you still need help to do it feel free to ask. I know you have to read Prestashop's code to understand how it works and it's pain in the ass, so I can probably save you precious time. Cheers Link to comment Share on other sites More sharing options...
Joël Gaujard Posted May 31, 2012 Share Posted May 31, 2012 Hello Watto, have you succeed ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now