R_J
AdminR_J Admin
-
Re: How to leverage the model to access the database
Concerning your MVC question: everything starts at your controller. There is no difference if an event is fired in a model or a view. You have to consider, what you are doing. Imagine you are taking … (View Post)1 -
Re: How to leverage the model to access the database
Basically it is quite easy. You already know how to create a table, don't you? If not, look at the structure.php files in /applications/(dashboard|conversation|vanilla)/settings/structure.php There a… (View Post)4 -
Re: need to complete the work of vanilla
I guess everything you need for running Vanilla is checked, but here are several extensions more, that you would not need for Vanilla. I would recommend to also use memcached. This will speed up Vani… (View Post)1 -
Re: New Plugin
Well, I can take a look at the discussionController and compare it to the postController and tell you what the differences are, but to be honest: I don't care ;) If you try to recreate a similar acti… (View Post)1 -
Re: New Plugin
Given that you have quite a lot of extra fields for a review, I would create an extra table for that fields. This should get you going (code is untested!), but it is missing some very important parts… (View Post)3