Jump to content

Ajax Et Controllers


Recommended Posts

Bonjour,

Voici un bout de code qui appelle AuthController :

$.ajax({

type: 'POST',

url: baseUri,

async: true,

cache: false,

dataType : "json",

data: {

controller: 'authentication',

SubmitLogin: 1,

ajax: true,

passwd: $('#passwd').val(),

email: $('#email_login').val(),

token: token

}...

 

J'aimerais faire mon propre controller qui soit appelé quans je mets controller:'compte'. Je ne trouve pas comment m'y prendre.

J'aimerais aussi pouvoir executer une méthode de mon module (nommodule.php) depuis le controlleur. Est-ce possible ? Comment s'y prendre ? J'utilise prestashop 1.5.

Merci

Link to comment
Share on other sites

  • 3 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...