Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Zend Issues

Options
  • 14-01-2010 11:42am
    #1
    Registered Users Posts: 3,398 ✭✭✭


    Hi Lads,

    I've been given a Joomla Calendar that needs to be modified the only problem is it has been written in Zend.

    I've managed to find a decoder for the files that works great and I've found the code that needs to be modified. The only problem is there is some strange php validation errors in the code I'm not sure where they came from or is this part of zend or if I need to encode them again.

    Does anyone know much about Zend??

    An example would be :
    $document =& ( );
    $document->addstylesheet( "components/com_abcalendar/calendar.css" );
    ( ( "Availability Booking Calendar " ), "home" );
    

    Thanks
    Gary


Comments

  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    I thinks it's part of Joomla actually but the joomla docs site is down for me.

    But more importantly, post the exact validation errors you're gettting.


  • Registered Users Posts: 3,398 ✭✭✭randombar


    This doesn't validate at all for me, it doesn't even really make sense to me??

    $document =& ( );


Advertisement