where stdClasstd ?

where stdClasstd ?

by stephane ngov -
Number of replies: 3

Hi i would test how to instance class moodle

this is my test in a folder www

 

<h1>test</h1>
<?php
$CFG = new stdClassstd();
var_dump($CFG);
?>

 

where is stdClassstd for include it ?

thank for reply me smile

Average of ratings: -
In reply to stephane ngov

Re: where stdClasstd ?

by Benjamin Ellis -
Picture of Particularly helpful Moodlers

StdClass is php's generic empty class.  Your code is incorrect should read :

$CFG = new stdClass();

 

 

 

In reply to Benjamin Ellis

Re: where stdClasstd ?

by stephane ngov -

Thanks smile a lot, I not undestand this class is native class php

I would like instance this class

http://tracker.moodle.org/browse/MDL-25011

sync_cohorts.php
Where I must déposit this file in folder moodle ? in www ?
In reply to stephane ngov

Re: where stdClasstd ?

by Benjamin Ellis -
Picture of Particularly helpful Moodlers

The script is a command line script to be ran by a cron job. 

Look at the comments at the top of the script - it suggests

/var/www/moodle/auth/cas/cli/sync_cohorts.php

Be careful, you will probably need to change the LDAP details.

*Translated by Bing smile*

Certains des commentaires dans le fichier sont en français

Le script est un script de ligne de commande pour être exécuté par une tâche cron.

Regardez les commentaires en haut du script