Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5839541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T11:35:55+00:00 2026-05-22T11:35:55+00:00

In my smarty template..i used for hyperlink like this {{node id=performance-contract-add}}here{{/node}} How can i

  • 0

In my smarty template..i used for hyperlink like this

{{node id=”performance-contract-add”}}here{{/node}}

How can i write it in zend form?

Regads
kiran

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T11:35:56+00:00Added an answer on May 22, 2026 at 11:35 am

    Zend Forms are used to create HTML forms for example <input>, <select> & etc.

    Zend Framework by default uses Views to render HTML. It’s plain PHP & HTML so link in zend framework can be created simply like that. <a href="performance-contract-add">here</a> placed in .phtml file. You can also make Smarty to work with Zend Framework

    On other hand you may want to create custom decorators to make such link in Zend Form for example:

    <?php
    $foo = new Zend_Form_Element_Text('name');
    $foo->setLabel('Name')
        ->setDescription('<a href="#">Link</a>')
        ->setDecorators(array(
            'ViewHelper',
            array('Description', array('escape' => false, 'tag' => false)),
            array('HtmlTag', array('tag' => 'dd')),
            array('Label', array('tag' => 'dt')),
            'Errors',
          ));
    $form->addElement($foo);
    

    You simply need to add array('HtmlTag', array('tag' => 'a')) where you want in the stack.

    And third option is to create a View Helper.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i'm used to write templates like this: template<typename T> void someFunction(SomeClass<T> argument); however -
I have defined a generic tree-node class like this: template<class DataType> class GenericNode {
Smarty Pants sounds like a cool idea to me: SmartyPants can perform the following
Consider this macro: #define MAKE_TEMPLATE(...) template <typename T, __VA_ARGS__ > When used with zero
How can i set a session from a smarty template page? I want to
How can i define variable not in PHP but in .TPL ? (smarty template
I have a smarty template, that I want to display a random sentence on
Is it possible to extend a base template with another template in Smarty? I
Someone tried to recreate smarty in js: // actually from a template file, not
I have a small problem with Smarty... I have two different template files in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.