Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement with CodeIgniter #9

Closed
otherjohn opened this issue Dec 21, 2011 · 1 comment
Closed

How to implement with CodeIgniter #9

otherjohn opened this issue Dec 21, 2011 · 1 comment

Comments

@otherjohn
Copy link

Great Library,
Is this easy to implement into Codeigniter and if so how?

@tplaner
Copy link
Owner

tplaner commented Feb 13, 2012

You could very easily implement this into CodeIgniter, you can actually just drop it right into your library folder and then start using it:

$this->load->library('When');

$this->when->recur('19970902T090000')->rrule('FREQ=DAILY;COUNT=10');

while($r = $this->when->next())
{
    echo $r->format('c') . "<br />";
}

@tplaner tplaner closed this as completed Feb 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants