manuel81 Posted February 16, 2013 Share Posted February 16, 2013 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 ? Merci 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