Comments for "Net_URL_Mapper"

» Submit Your Comment
Comments are only accepted during the "Proposal" phase. This proposal is currently in the "Finished" phase.
» Comments
  • Demian Turner  [2006-12-16 20:23 UTC]

    Hi Bertrand - looks like a very promising package, glad to see it. One question - is there any chance the /:variable notation could be changed to /$variable as :variable is a ruby construct that doesn't make sense in PHP.
  • Bertrand Mansion  [2006-12-17 00:13 UTC]

    It's more like SQL "bind by name" (see PDO documentation <http://fr.php.net/manual/en/function.pdo-prepare.php> for an example). I think it's safer to use ':' than '$' especially if someone has an insecure php.ini configuration (register_globals) and/or uses double quotes to set the routes.