Beta 3 Released

Picora Beta 3 is now out and has a few new but important features.

PicoraView gains callbacks: - beforeDisplay() - afterDisplay(&$contents)

PicoraView can also accept a string of HTML/PHP code instead of a filename as it's second argument. See the docs for more details.

As an example PicoraDispatcher now will automatically redirect:

projects/picora => projects/picora/

if projects/picora does not exist and projects/picora/ does.

PicoraController gains renderRSS which will render an RSS feed from a specially formatted array. See the docs for the kind of array you need to pass, it is fairly intuitive once you do it the first time.

I've also moved the sample applications out of the download. There is now a samples page where you can download each sample separately.

Please leave your feedback and suggestions in the forums.

Posted April 14th, 2007 at 4:05pm by ryan

Hi, There is a problem with the dispatcher in beta3. If you type: http://livepipe.net/samples/blog/about the redirection ends up here: http://livepipe.net/samples/blog/about///////////////////// If you type something that would normally get a dipatcher error: http://livepipe.net/samples/blog/about/erz/ the rediction ends up here instead of the usual dispatcher error message: http://livepipe.net/samples/blog/about/erz/////////////////////

Firefox says the server is asking for a redirection that won't work and ie displays its usual 'can't display page' error.

Maybe it has something to do with changes suggested here: http://livepipe.net/community/comments.php?DiscussionID=13&page=1#Item_4 ?

Posted April 23rd, 2007 at 7:11am by nolan

Login or Register to Post