Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This is mine and works great for me ............. i hope it help </p> <pre><code> protected function _initLayoutView() { $this -&gt; bootstrap ('layout'); $layout = $this -&gt; getResource ('layout'); $view = $layout -&gt; getView(); $view-&gt;addHelperPath('dagho/View/Helper', 'dagho_View_Helper'); $view -&gt; doctype('XHTML1_STRICT'); $view-&gt;headMeta()-&gt;appendHttpEquiv('Content-Type', 'text/html; charset=utf-8') -&gt;appendHttpEquiv('Content-Language', 'en-US');; $view-&gt;headLink(array('rel' =&gt; 'favicon', 'href' =&gt; $view-&gt;baseUrl().'/img/favicon.ico'), 'PREPEND'); $view -&gt; headLink() -&gt; prependStylesheet($view-&gt;baseUrl('/css/demo.css')) -&gt;prependStylesheet($view-&gt;baseUrl('/css/text.css')) -&gt;prependStylesheet($view-&gt;baseUrl('/css/960.css')) -&gt;prependStylesheet($view-&gt;baseUrl('/css/reset.css')); $view-&gt;headScript()-&gt;appendFile($view-&gt;baseUrl('js/jquery-1.4.2.min.js') , "text/javascript") -&gt;appendFile($view-&gt;baseUrl('js/jquery-ui.min.js') , "text/javascript") -&gt;appendFile($view-&gt;baseUrl('js/swfobject/swfobject.js') , "text/javascript"); $view -&gt; headTitle('title '); $view -&gt; headTitle() -&gt; setSeparator( ' : ' ); $trackerId = 'UA-xxxxxxxx-4'; $googleAnalytics = $view-&gt;GoogleAnalytics($trackerId); return $view ; } </code></pre> <p>and in the view for example i do something like : <code>&lt;?php echo $this-&gt;GoogleAnalytics(); ?&gt;</code> any way can you add the last semicolon in the to <code>&lt;?php echo $this-&gt;theme ?&gt;</code> be like <code>&lt;?php echo $this-&gt;theme; ?&gt;</code> i know sounds crazy but i prefer to stick with rules </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload