| CARVIEW |
ADmad
- You’re not logged in!
- Login
- Pricing & Signup
- Member Since
- Oct 21, 2009
Following 1 coder and watching 5 repositories view all →
Public Repositories (2)
-
cacheable
A CakePHP 1.3+ plugin to facilitate automagic caching of arbitrary and specific model data
Forked from jmcneese/cacheable Thu Mar 18 11:48:38 -0700 2010
Last updated Thu Mar 18 13:44:57 -0700 2010
-
cakephp1.x
Official CakePHP 1.x Git repository
Last updated Sat Dec 05 04:30:03 -0800 2009
Public Activity 
-
209af20Optimizing Sanitize::html() by caching default charset. Closes...
-
76af3b9Fixing docblock for Inflector:rules()
-
ef75dc2Fixing docbock for Inflector:rules()
CakePHP plugin for filtering records
-
c0052c3Prefixing cache config names generated by the behavior with st...
-
5f285ecImplemented feature to allow passing cache config name in beha...
-
e9520d9Removing unneeded isset() chech since empty() does not generat...
-
4012925Fixing docblock for pr()
-
e2113e4Minor optimization in DboSource::__scrubQueryData(), removing ...
-
6a723bbType casting conditions array to avoid warning during array me...
Behavior doesn't support just passing an existing cache config name during setup
Actually no, $rules appears twice so that in resultant array these 2 conditions are satisfied 1) for duplicate keys the values are taken from $rules 2) for new keys from $rules appear first. But the same can be achieved using "$rules + $this->transliteration". Initially when making the patch i was unsure if "plus" operator worked for arrays also in PHP 4 hence i had used array_merge :-). But it is supported and i forgot to change it when commiting. Thank you for bringing it to my attention, i have changed that now.
ADmad
-
cadac9cMinor optimization in Inflector::rules, using 'plus'(+) operat...
-
70d0c64Removing constant REQUEST_MOBILE_UA, and added variable $mobil...
-
0949ea9Merge branch '1.2' of code.cakephp.org:cakephp into 1.2
-
eb43fafAdding connection manager tests to database group test.
-
4bf5244Adding tests for ConnectionManager, and fixing a missing retur...
- 184 more commits »
-
688daf2Allowing the default transliteration map used in Inflector::sl...
-
e1f9722Allowing the default transliteration map used in Inflector::sl...
-
8dfadafChanging ternary operator usage syntax to be compliant with ph...
The ternary operator "?:" can be used in this fashion only PHP 5.3 onwards, so please change it to the traditional (expr1) ? (expr2) : (expr3) format.
-
8c1c0e6Allowing a html tag's attribute to be omitted from ouput by se...
-
6f08d86Links generated by PaginatorHelper::prev and PaginatorHelper::...
-
59a4732Fixing issue where value of '$and' was appended to output stri...
-
ad30980Fixing issue where value of '' was appended to output string e...
-
c9e047cAdding 'orderYear' option for FormHelper::year to allow contro...
-
a804050Fixing spacing between button tag attributes. Fixes #241
-
570c9e5Cleaning up commented and unneeded test cases and moving tests...
-
22073e3Renaming Configure var 'Security.cipher_seed' to 'Security.cip...
-
848dc51Adding 'id' attribute to hidden field generated for multiple s...
