Posts: 135
Threads: 2
Joined: Jun 2016
Reputation:
3
I think the code in SO is for CI 2.
That might nor work in CI3 without modifications.
Ralf
On the package it said needs Windows 7 or better. So I installed Linux.
Posts: 135
Threads: 2
Joined: Jun 2016
Reputation:
3
Very sorry, dont even know what a driver would be for.
I cannot help you with this at all.
On the package it said needs Windows 7 or better. So I installed Linux.
Posts: 82
Threads: 12
Joined: May 2017
Reputation:
3
You can either make a helper function and put it under helper dir or make a useful class and put it under libraries. It is entirely
up to you and depends on how you implement it.
I will make a email class and maybe sms as extends of email then a push class whatever.
The advantage to place them under libraries or helpers dir is you can call them to any controllers / models.
Regards