Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
D
Dwoo
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Common
  • Dwoo
  • Repository

Switch branch/tag
  • dwoo
  • tests
  • resources
  • inctest.html
Find file
BlameHistoryPermalink
  • Seldaek's avatar
    + Syntax: Added support for method calls on objects i.e. {$foo->bar()} · e25e1870
    Seldaek authored Mar 30, 2008
    + Added support for smarty security features, see the DwooSecurityPolicy class and $dwoo->setSecurityPolicy()
    + API: Added a DwooCompiler->setLooseOpeningHandling() method that, if set to true, allows tags to 
    * Fixed {elseif} bug that appeared when multiple elseif tags were used in a row
    * Syntax: Improved simple math support to work within variable variables (i.e. you can do {$array[$index+1]}) and within strings as well. To prevent this enclose the variables in backticks (i.e. {"$foo/$bar"} will do the math while {"`$foo`/$bar"} won't as $foo is properly delimited)
    
    git-svn-id: svn://dwoo.org/dwoo/trunk@4 0598d79b-80c4-4d41-97ba-ac86fbbd088b
    e25e1870
inctest.html 38 Bytes
EditWeb IDE
×

Replace inctest.html

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.