1
마 젠토 2 getTable 동작
TL; DR : Magento 2 getTable에서 리소스 수집 모델로부터 메소드 가 두 개의 다른 매개 변수에 대해 동일한 테이블 이름을 리턴 하도록하는 방법 이 있습니까? 자세한 설명 Magento 1의 예제부터 시작 하겠습니다 module_entiti1_entity2. 라는 테이블이 있다고 가정하겠습니다 . 나는 내에서이 테이블을 선언 할 필요 config.xml같은이 <module_resource> <class>....</class> <entities> <entity1_entity2> <table>module_entiti1_entity2</table> …