Very often I find myself wanting to get only the value of the last key in an array. I used to do
sizeof($array);
to find out the number of total elements, so I knew the position of the last value. Today I ran into a
When you have a fresh install of CakePHP 1.2 on your machine, the following error might appear:
Warning: realpath() [function.realpath]: SAFE MODE Restriction in effect. The script whose uid is 1023 is not allowed to access /usr/share/php owned by uid 0 in <your_location>/HTML/cake/libs/configure.php on line 476
Recent comments