Skip navigation.
Home
That which cannot be rendered in binary is by definition a delusion
 

Reply to comment

: Assigning the return value of new by reference is deprecated in /home/bingoman/public_html/wll_drupal/sites/all/modules/paging/pagination/pagination.module on line 508.

Fixing "The fucked up part"

It's hard to tell for sure, as you included no example of your Zend_Navigation config, but it looks to me like your problem with the "strange URL patterns and presumptiions" is due to not specifying the route to use to build the link. this is very important to do when you have some pages using a named route, and others not, as when the url view helper is used to generate the link, if no route name is explicitly specified, it will use the current active route.

You should go through your Zend_Navigation config, and explicitly specify the route to use for each pages link, rather than use this workaround. When you don't want to use a named route you have added, and want the default route to be used, use the reserved name 'default' instead of omitting this parameter.

Reply

  • Allowed HTML tags: <a> <p> <span><small> <div> <h1> <h2> <h3> <h4> <h5> <h6> <img> <map> <area> <hr> <br> <br /> <ul> <ol> <li> <dl> <dt> <dd> <table> <tr> <td> <em> <b> <u> <i> <strong> <font> <del> <ins> <sub> <sup> <quote> <blockquote> <pre> <address> <code> <cite> <embed> <object> <param> <strike> <caption>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options