Поправил регистр
This commit is contained in:
parent
d63cb2913f
commit
53b531f853
8 changed files with 9 additions and 10 deletions
|
|
@ -331,6 +331,7 @@ class Controller_Action
|
||||||
if ($this->view instanceof View_View) {
|
if ($this->view instanceof View_View) {
|
||||||
$this->view->assignValues($this->ctrlValues);
|
$this->view->assignValues($this->ctrlValues);
|
||||||
|
|
||||||
|
/*.Widgets_Widget.*/$node = null;
|
||||||
foreach ($this->childNodes as $name => $node) {
|
foreach ($this->childNodes as $name => $node) {
|
||||||
$node->make($this);
|
$node->make($this);
|
||||||
$this->view->setView($name, $node->view);
|
$this->view->setView($name, $node->view);
|
||||||
|
|
|
||||||
|
|
@ -274,7 +274,6 @@ class Controller_Component
|
||||||
} else {
|
} else {
|
||||||
global $componentsConfig;
|
global $componentsConfig;
|
||||||
$componentsConfig[] = $editor;
|
$componentsConfig[] = $editor;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
///<reference path="Database/PDOStatement.php" />
|
///<reference path="Database/PDOStatement.php" />
|
||||||
require_once "Database/PDOStatement.php";
|
require_once "Database/PDOStatement.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Класс оболочка для PDO для замены Creole
|
* Класс оболочка для PDO для замены Creole
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
require_once __DIR__ .'/../Tools/String.php';
|
|
||||||
|
|
||||||
class Database_PDOStatement extends PDOStatement implements IteratorAggregate
|
class Database_PDOStatement extends PDOStatement implements IteratorAggregate
|
||||||
{
|
{
|
||||||
protected $cursorPos = 0;
|
protected $cursorPos = 0;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
///<reference path="settings.php" />
|
///<reference path="Settings.php" />
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* http://www.patternsforphp.com/wiki/Registry
|
* http://www.patternsforphp.com/wiki/Registry
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
///<reference path="rule/notnull.php"/>
|
///<reference path="Rule/Notnull.php"/>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Проверка коллекции
|
* Проверка коллекции
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue