Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INFO : Standalone mode for ajax scripts / widget #60

Open
wakdev opened this issue May 4, 2013 · 2 comments
Open

INFO : Standalone mode for ajax scripts / widget #60

wakdev opened this issue May 4, 2013 · 2 comments

Comments

@wakdev
Copy link
Owner

wakdev commented May 4, 2013

J'ai ajouté une méthode pour les scripts autonomes qui auraient besoin du noyau de slash. (configuration, database, traduction, etc).

Vous pouvez prendre exemple sur le plugin ajax_upload qui a été pour l'occasion ré-écrit. Il utilise désormais les connecteurs de base de données et traduction.

Sinon coté utilisation c'est simple :

include ("YOUR_PATH/slash.php");
$slash = new Slash();
$slash->standalone_init();

//YOUR CODE.

//DATABASE EXAMPLE : 
$slash->database->setQuery("YOUR_QUERY");
//...
//etc.

$slash->standalone_close();
@lowki
Copy link
Contributor

lowki commented May 5, 2013

Très bonne idée, je mets à jour le script de setup et show_image quand j'ai un moment.

@wakdev
Copy link
Owner Author

wakdev commented May 5, 2013

Le script de setup, je ne sais pas trop...
Si sl_config n'est pas présent, tu risque d'avoir des problèmes ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants