Recieving html error

Hi there,

im getting no html class error regarding css and javascript integration.CODE BELOW

<?php echo Html::css("view"); ?>

What are you trying to do?

The Html::css notation is suggesting you are trying to execute the static method css of the class Html. The error suggests you don’t have the class available.

hi ,

thanks for the reply , i dont know if it is reading out the contents of the css file in a variable or something , but i keep getting this error ,
:’(
All the code is :
echo Html::css(“BreadCrumb”);
echo Html::css(“ui-combobox”);

all encapsulated within the end and start php tags , i cannot see any calls within the code , its basically for a booking system.

What code is it/where did you get it? You need to somehow tell PHP how to find the Htmk class

Sponsor our Newsletter | Privacy Policy | Terms of Service