R_J
AdminR_J Admin
-
Re: Confused with database and models
I'm not quite sure what part of your code is not working as expected but it is one of those update or insert sqls, right? Have you checked them if they are looking the way you expect them to look? Fo… (View Post)1 -
Re: Confused with database and models
DeleteDiscussion is not a function, it is an event. Search in the wiki for that. You can also look at the source for "FireEvent". If you look at the discussion model, function delete, you'l… (View Post)2 -
Re: Confused with database and models
Look into function Delete of the discussioncontroller (/applications/vanilla/controller/class.discussioncontroller.php). There you'll see that no comment function is called, only DiscussionModel->… (View Post)1 -
Re: Confused with database and models
Could you describe what you try to achieve? Normally you don't create events by yourself but hook the events of the framework. If you want to add an event to a plugin and hook that event from another… (View Post)2 -
Re: Documentation / Developer Program / Codex
As long as the Vanilla staff does not see an added value of a structured documentation, they will not invest anything into it, I assume. Daily business, creating revenue, is always more important for… (View Post)1
