Html help

Out of context: Reply #10

  • Started
  • Last post
  • 11 Responses
  • animatedgif0

    "Check in the app directory. Looks like a Ruby site"
    Ruby is a programming language and not just Rails sites, this is clearly written in PHP not Ruby. What you meant to say was looks like a MVC application.

    Check things like the .config file and the router code and see if you can figure out what PHP framework it has been written in, judging from .latte files then this is a possibility
    http://nette.org/

    Latte is a templating language from the looks of it, basically with apps written like this the Model/Controller sections are logic and database access then they spit things out to the view which will deal with turning it into HTML. So it looks like you'll be editing those .latte files

View thread