updating basics, closes #3397 and adds a change of cake-debug css for 2964

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5833 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
gwoo 2007-10-21 17:54:15 +00:00
parent b584fe28c0
commit c4a4fec745

View file

@ -728,7 +728,7 @@
*
* @param string $name Filename without the .php part.
*/
function vendor($name) {
function vendor() {
$args = func_get_args();
$c = func_num_args();
@ -771,7 +771,7 @@
$calledFrom = debug_backtrace();
print "<strong>".substr(r(ROOT, "", $calledFrom[0]['file']), 1)."</strong> (line <strong>".$calledFrom[0]['line']."</strong>)";
}
print "\n<pre class=\"cake_debug\">\n";
print "\n<pre class=\"cake-debug\">\n";
ob_start();
print_r($var);
$var = ob_get_clean();