Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
c9a4f2800a7d21e338ddd755e111f4c85a09ff79
/
system
/
helpers
/
url_helper.php
0b59f27
Some sweeping syntax changes for consistency:
by Derek Jones
· 17 years ago
a3ffbbb
Removed closing PHP tags, replaced with a comment block identifying the end of the file
by Derek Jones
· 17 years ago
c7deac9
Undoing change committed in r1115
by Derek Jones
· 17 years ago
5583e1a
removed closing PHP tag from all framework files
by Derek Jones
· 17 years ago
cd6f9cd
removed default title= attribute from anchor() in URL Helper
by Derek Jones
· 17 years ago
7327499
Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper.
by Derek Allard
· 17 years ago
05f830c
Added the ability to include an optional HTTP Response Code in the redirect() function of the URL Helper.
by Derek Allard
· 17 years ago
37fb01b
Modified img() in the HTML Helper to remove an unneeded space.
by Derek Allard
· 17 years ago
269b942
added ability to "extend" helpers
by Derek Jones
· 17 years ago
7a9193a
replaced www.codeigniter.com with codeigniter.com
by Derek Jones
· 17 years ago
3d879d5
ExpressionEngine Dev Team in credit
by Derek Allard
· 17 years ago
6838f00
Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.
by Derek Allard
· 17 years ago
1f2fd2d
adding type casting of $title argument in URL helper functions to a string. A numeric 0 sent to these functions would evaluate if ($title == '') as TRUE, and type casting seems the more appropriate fix than simply using $title === '', since we're expecting and treating $title as a string.
by Derek Jones
· 18 years ago
d2df9bc
update pMachine to EllisLab
by Derek Allard
· 18 years ago
5811bf1
added a space to redirect Location to conform to w3c http spec
by Derek Allard
· 18 years ago
40d299e
by admin
· 18 years ago
f3a6204
by admin
· 18 years ago
e334c47
by admin
· 18 years ago
75198f9
by admin
· 18 years ago
4d07c15
by admin
· 18 years ago
2ed76d5
by admin
· 18 years ago
b071bb5
by admin
· 18 years ago
b0dd10f
Initial Import
by admin
· 18 years ago