views:

98

answers:

1
+4  Q: 

Newsletter for CI

Hello,

is there a newsletter code available for CI ? Or something like PHPList for CI ? Something that is already written in MVC and could be using CI mailing library?

Thank you

+1  A: 

CodeIgniter allows you to extend it by adding more libraries to it. You can actually put the PHPList Class(es) in the libraries folder of CodeIgniter and modify it as per CI's documentation so that it works under CodeIgniter.

CI Resource on how to create/modify existing libraries.

Sarfraz
yes I could of course.But is there anything written that is MVC?or at least uses the CI mailing library?
bhefny
@bhefny: MVC is part of CI, it handles anything put in the libraries folder unless you make or modify the class as per the requirement of CI, see my answer again for resource on CI how to create or extend CI with classes.
Sarfraz
@Sarfraz. MVC is NOT a part of CI. CI follows the MVC pattern.
Thorpe Obazee
@Thorpe Obazee: I am fully aware of that, MVC is a design pattern that CI follows, it was just wording, thanks anyways. :)
Sarfraz
hehe. I just thought that someone might interpret it wrong.
Thorpe Obazee
Fight, fight, fight!
Phil Sturgeon
@Phil Sturgeon: it is not fight but even if it is, it is really good skill-building one, you learn a lot from comments :)
Sarfraz
So... you back down from the fight? Thorpe wins! </humour>
Phil Sturgeon
"part of" or "follows" the question still stands.I can either get a third party library like "PHPList" and run it with any MVC framework (like CI)ORsomeone has made a newsletter specially for CI, with CI functions, following/part of MVC, using CI libraries.This is the question.I proposed PHPList myself as I am currently using it in CI ;)
bhefny