mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-20 21:05:18 +09:00
게시글 등록시 여러글을 한꺼번에 입력해주는 모듈을 이용할 경우 해당 모듈에서 작동할때 불필요하게 트리거를 거쳐 작업이 많이 이루어지게 됩니다. 알림센터에서 글작성 트리거를 실행하지 않고 싶다면 다음과 같이 추가하면 됩니다.
$args->disable_triggers = array('ncenterlite' => true);
위의 코드를 이용해서 알림센터 모듈의 경우 글작성 트리거를 실행하지 않도록 할 수 있습니다.
|
||
|---|---|---|
| .. | ||
| conf | ||
| lang | ||
| m.skins/default | ||
| queries | ||
| ruleset | ||
| schemas | ||
| skins | ||
| tpl | ||
| LICENSE | ||
| LICENSE-ko | ||
| ncenterlite.admin.controller.php | ||
| ncenterlite.admin.model.php | ||
| ncenterlite.admin.view.php | ||
| ncenterlite.class.php | ||
| ncenterlite.controller.php | ||
| ncenterlite.mobile.php | ||
| ncenterlite.model.php | ||
| ncenterlite.view.php | ||