R_J
AdminR_J Admin
-
Re: How to retrieve the currently defined column names in a garden table
And this also works with the solution hgtonight mentioned: $model = new DiscussionModel();$database = new Gdn_Database();$model->Database = $database;$model->DefineSchema();$schema = $model->… (View Post)1 -
Re: How to retrieve the currently defined column names in a garden table
Take a look at the class.model.php method filterSchema() (View Post)1 -
Re: How to retrieve the currently defined column names in a garden table
And I have learned today, that if you work with Gdn::sql() you work with an existing instance of the sql class, so you might have "relicts" from a former sql call or even worse, you destroy… (View Post)1 -
Re: offline verification by registration
One of the plugin ideas I had has been "recommendPost". That's the code I have so far: <?php/*Add discussion/comment option "recommend"Opens a form "Recommend this post to… (View Post)1 -
Re: Will there be a 2.2 compatible version of YAGA?
you said: if an add-on is to be shared with the community, wouldn't you want to make it easy to get to (in the add-ons section). New users might have problems finding it. hgtonight said: The developm… (View Post)5