Totti Posted October 2, 2014 Share Posted October 2, 2014 hello,where can I get a list of methods and functions available in Prestashop ? Link to comment Share on other sites More sharing options...
nutxlago Posted October 2, 2014 Share Posted October 2, 2014 Uhm, that would be great. In the meanwhile... Milosz from Vekia, has a great list of hooks and classes. Perhaps it could be interesting, too. http://mypresta.eu/en/art/developer/prestashop-hook-list.html Link to comment Share on other sites More sharing options...
Totti Posted October 3, 2014 Author Share Posted October 3, 2014 Uhm, that would be great. In the meanwhile... Milosz from Vekia, has a great list of hooks and classes. Perhaps it could be interesting, too. http://mypresta.eu/en/art/developer/prestashop-hook-list.html These are good but I need the methods, for example, to retrieve the orders the customer list, etc. .. Link to comment Share on other sites More sharing options...
NemoPS Posted October 3, 2014 Share Posted October 3, 2014 I fear the only way is, at the moment, to go through files and find it out (sounds long, but even the official doc doesn't have a list of methods). Or ask in the forums Link to comment Share on other sites More sharing options...
Totti Posted October 3, 2014 Author Share Posted October 3, 2014 serious lack this, practically the only team prestashop know what are the classes available ? Link to comment Share on other sites More sharing options...
NemoPS Posted October 4, 2014 Share Posted October 4, 2014 unless they are robots I doubt a single person can remember all by heart They probably have some kind of cheatsheet, no idea Link to comment Share on other sites More sharing options...
vekia Posted October 4, 2014 Share Posted October 4, 2014 if you use some good php files editor you can get list of functions easily for example i use PHP DESIGNER (not free) you can get list of functions (with description, used variables etc.) like below: but of course there are many free editors like eclipse, and it has got similar feature. Link to comment Share on other sites More sharing options...
nutxlago Posted October 4, 2014 Share Posted October 4, 2014 A themer module as Drupal one will be extremely handy inside Prestashop, so that you could check what is called or executed live as in a code inspector. Perhaps one day? Link to comment Share on other sites More sharing options...
Totti Posted October 5, 2014 Author Share Posted October 5, 2014 if you use some good php files editor you can get list of functions easily for example i use PHP DESIGNER (not free) you can get list of functions (with description, used variables etc.) like below: but of course there are many free editors like eclipse, and it has got similar feature. I use Eclipse, I have to open some specific file or load the entire project to be local ? Link to comment Share on other sites More sharing options...
Totti Posted October 10, 2014 Author Share Posted October 10, 2014 Help me ? Link to comment Share on other sites More sharing options...
Totti Posted October 17, 2014 Author Share Posted October 17, 2014 I use Eclipse, I have to open some specific file or load the entire project to be local ? How do I get this list ? Link to comment Share on other sites More sharing options...
Mrc0260 Posted October 25, 2014 Share Posted October 25, 2014 As for the web perspective, if you use the eclipse PDT version you get it here: go on bottom left and click on the tab "Outline" Link to comment Share on other sites More sharing options...
Totti Posted October 26, 2014 Author Share Posted October 26, 2014 I have to first download prestashop but locally. Link to comment Share on other sites More sharing options...
Recommended Posts