Search Result

Collapse
4 results in 0.0014 seconds.
Keywords
Members
Tags
smarty
  •  

  • waheed62
    started a topic How i can integrate myspell spell checker in smarty.
    in PHP

    How i can integrate myspell spell checker in smarty.

    Sample php Code:

    Code:
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
    <title>PHPSpellCheck Example - Spelling "As You Type" </title>
    </head>
    <body>
    <form id="form1" name="form1" action="">
    <textarea name="spellfield"
    ...
    See more | Go to post
    Last edited by Meetee; Oct 11 '11, 08:57 AM. Reason: code tags added

  • andrewteg
    started a topic SMARTY template array search
    in PHP

    SMARTY template array search

    I have a few arrays in SMARTY with different values in them and need to know the best way to figure out which array a value is in as it loops over it. Basically array_search for smarty but I don't know if that's a function or how to best reproduce that in SMARTY.

    Thanks,
    Andrew
    See more | Go to post

  • amskape
    started a topic How to manipulate array data in smarty
    in PHP

    How to manipulate array data in smarty

    Hi Friends,

    I have some data from database Table which must be display as output . I assign the array in PHP page to smarty template....

    The array structure I plan to assign to smarty is :
    Array ( [publisher] => Array ( [0] => pen books [1] => pen books [2] => Jacks books [3] => May books [4] => Ram books ) [title] => Array ( [0] => For Earners [1] => Bol in glance2 [2] => Dummy For Earners...
    See more | Go to post
    Last edited by Niheel; Jul 23 '10, 02:41 AM. Reason: please don't post in bold, and don't post your personal contact information(email address)

  • TheServant
    started a topic Opinions on Smarty
    in PHP

    Opinions on Smarty

    Hi guys,
    I have been on a long journey recently learning OOP, Smarty, and a few other tricks and tools of the trade. I have however reached a crossroads on the point of whether or not I should use Smarty.
    I don't mean to sound arrogant (I probably sound naive), but Smarty doesn't look like it does much that I couldn't do myself (with minimal effort) in the area of templates?
    Whether I use {title} or <?php echo $title; ?>...
    See more | Go to post
Working...