I’ve released version 1.1.0 of both SpiffyDb and SpiffyCalendar. See their respective pages for detailed information.
Tags: calendar, database, mapper, model, php, zend
This entry was posted on Friday, October 2nd, 2009 at 9:18 am and is filed under Projects, SpiffyDb, Zend Calendar. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
hello,
i’m very intered using the calendar in a zend project
i would like to implement the calendar in a zend structured project (with public, applicacation folder and so one), could you help me
where i hace to place the calendar folder, in Library, i don’t know,
thanks in advance for your help
You need to place the calendar in your library/ folder and call it using new Spiffy_Calendar.
hello again,
i have a problem to implement spiffy_calendar
i’m using Zend Server CE on a linux machine, zend 1.8, i have a little project working, so the installation is ok
i copied the folder Spiffy_Calendar in /usr/local/share/ZendFramework/library
i also tried to copy in /usr/local/share/ZendFramework/library
but i always have ‘Class not found’
could you help me
thanks in advance
The release is missing the main class file Calendar.php
I was triying to update to this version because the other one is buggy when rendering events, although the calendar object has the events, when you try to get it from a day it’s impossible (empty)
I too am having problems with the calendar. It is rendering events on the wrong day! – usually 1 month ahead plus 1 day. E.g. an event for 4 march will render on 3rd april – even though the date is correct in the object.
The latest package is still missing the Calendar.php file so I cannot upgrade to see if 1.1 fixes this.
See my proposal (http://framework.zend.com/wiki/display/ZFPROP/Zend_Calendar+-+Kyle+Spraggs) for updated information. I’ll put together a working code source as soon as I get more work done on the proposal.
where do i get this from?
” view->cal = $cal; ”
your docs is so vague.. please at least provide ur viewers a more precise tutorials I you really wanted to help and contribute to the open source community… not all people are already very good at Zend .. some of us are still beginners. ^_^