How does Yii2 will handle if we do have stored procedure

Me and My team working on social real state project and now the database designer want to use stored procedure on the database he will write stored procedure for the insert and select queries so I just wanted to know will such changes will affect active record data save methods?, if it affects than how we can incorporate such things

Thank you waiting for suggestions from the community.

Here’s a stackoverflow article: https://stackoverflow.com/questions/38393430/save-into-multiple-tables-using-stored-procedure It should be helpful.