Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to include css from controller and view in zend



How to include css from controller and view in zend..

Answer / Atendra Singh

In Zend Framework, you can include CSS files by specifying their paths in the layout file (usually located at application/layouts/scripts/layout.phtml). For example, to include a stylesheet located at public/css/styles.css, add the following line: `<link rel="stylesheet" type="text/css" href="$this->baseUrl('/css/styles.css')" />`. In the controller or view, you can also use the baseUrl() function to generate the correct URL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Zend Interview Questions

Why does the zend framework project have a cla at all?

1 Answers  


What are the methods used in decorator?

1 Answers  


Configuration in zend framework, application.ini file?

1 Answers  


How to get client's timezone?

1 Answers  


Explain filters in zend framework with examples?

0 Answers  


Please write down a program to show the execution of the application?

1 Answers  


Difference between zend_registry and zend_session?

1 Answers  


How to add a view helper directory (zend framework)?

1 Answers  


What are the steps kept in mind while designing the zend_form?

1 Answers  


Explain the use of bootstrap used in zend framework?

1 Answers  


How to install zend framework2 on shared hosting server?

1 Answers  


How do I use viewscripts on zend_form file elements?

1 Answers  


Categories