Ticket #11 (closed Feature Request: fixed)

Opened 19 months ago

Last modified 14 months ago

Add protocol option to URL Helper

Reported by: zombor Owned by:
Priority: minor Milestone: 2.0
Component: Core Version: SVN HEAD
Keywords: Cc:

Description

Add ability for URL Helper functions to use other protocols besides what is specified in site_url; https, ftp, etc.

Change History

Changed 18 months ago by alan

  • component set to Kohana Framework

I've got a slight thing I did for HTTPS on my own site...

http://www.codescape.net/projects/cisslurls

Changed 17 months ago by Shadowhand

Proposed syntax:

<?php

anchor('https:foo/bar');
anchor('ftp:foo/bar'); // and so on..

?>

Changed 15 months ago by Shadowhand

  • priority changed from major to minor
  • version set to SVN HEAD
  • milestone changed from 1.1 (Development Stopped) to 2.0

Not sure how I feel about this one yet, will keep thinking about it.

Changed 14 months ago by zombor

  • status changed from new to closed
  • resolution set to fixed

This is fixed with the new site_url syntax and html helper

Note: See TracTickets for help on using tickets.