CodeIgniter Forums
A Simple News library for CodeIgniter 2.X - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: A Simple News library for CodeIgniter 2.X (/showthread.php?tid=56295)



A Simple News library for CodeIgniter 2.X - El Forum - 12-08-2012

[eluser]costales[/eluser]
Hi! I would like to announce the release of a Simple News library for CodeIgniter 2.X.
This is a small class with a clear function: Manage news in an easy & simple way for your blog or web.
You'll need a Login Library for controlling create & delete news.

Code: http://bazaar.launchpad.net/~costales/simplenewscodeigniter/trunk/files/1
Web: https://launchpad.net/simplenewscodeigniter
Bugs: https://bugs.launchpad.net/simplenewscodeigniter
Answers: https://answers.launchpad.net/simplenewscodeigniter

You can read the ‘reference.html’ file for a complete explanation and a complete example Smile
Cheers!


A Simple News library for CodeIgniter 2.X - El Forum - 12-11-2012

[eluser]costales[/eluser]
Hi! New version 0.0.2 released:

- New author field.
- New date field.

Updated Code: http://bazaar.launchpad.net/~costales/simplenewscodeigniter/trunk/files/3

Cheers!