Spaces:
Sleeping
Sleeping
File size: 21,916 Bytes
07c3cdd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 | <?php
/*
* $Id: PropelCreoleTransformTask.php 538 2007-01-10 14:36:03Z heltem $
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* This software consists of voluntary contributions made by many individuals
* and is licensed under the LGPL. For more information please see
* <http://propel.phpdb.org>.
*/
include_once 'creole/Connection.php';
require_once 'phing/TaskPhing.php';
/**
* This class generates an XML schema of an existing database from
* Creole metadata.
*
* @author Hans Lellelid <hans@xmpl.org> (Propel)
* @author Jason van Zyl <jvanzyl@periapt.com> (Torque)
* @author Fedor Karpelevitch <fedor.karpelevitch@barra.com> (Torque)
* @version $Revision: 538 $
* @package propel.phing
*/
class PropelCreoleTransformTask extends TaskPhing {
/** Name of XML database schema produced. */
protected $xmlSchema;
/** Creole URL. */
protected $dbUrl;
/** Creole driver. */
protected $dbDriver;
/** Creole user name. */
protected $dbUser;
/** Creole password. */
protected $dbPassword;
/** DB encoding to use */
protected $dbEncoding = 'iso-8859-1';
/** DB schema to use. */
protected $dbSchema;
/** parsed DB DSN */
protected $dsn;
/** DOM document produced. */
protected $doc;
/** The document root element. */
protected $databaseNode;
/** Hashtable of columns that have primary keys. */
protected $primaryKeys;
/** Hashtable to track what table a column belongs to. */
// doesn't seem to be used
// protected $columnTableMap;
/** whether to use same name for phpName or not */
protected $samePhpName;
/** whether to add vendor info or not */
protected $addVendorInfo;
/**
* Bitfield to switch on/off which validators will be created.
*
* @var int
*/
protected $validatorBits;
/**
* Collect validatorInfos to create validators.
*
* @var int
*/
protected $validatorInfos;
/**
* Zero bit for no validators
*/
const VALIDATORS_NONE = 0;
/**
* Bit for maxLength validator
*/
const VALIDATORS_MAXLENGTH = 1;
/**
* Bit for maxValue validator
*/
const VALIDATORS_MAXVALUE = 2;
/**
* Bit for type validator
*/
const VALIDATORS_TYPE = 4;
/**
* Bit for required validator
*/
const VALIDATORS_REQUIRED = 8;
/**
* Bit for unique validator
*/
const VALIDATORS_UNIQUE = 16;
/**
* Bit for all validators
*/
const VALIDATORS_ALL = 255;
/**
* Maps validator type tokens to bits
*
* The tokens are used in the propel.addValidators property to define
* which validators are to be added
*
* @static
* @var array
*/
static protected $validatorBitMap = array (
'none' => PropelCreoleTransformTask::VALIDATORS_NONE,
'maxlength' => PropelCreoleTransformTask::VALIDATORS_MAXLENGTH,
'maxvalue' => PropelCreoleTransformTask::VALIDATORS_MAXVALUE,
'type' => PropelCreoleTransformTask::VALIDATORS_TYPE,
'required' => PropelCreoleTransformTask::VALIDATORS_REQUIRED,
'unique' => PropelCreoleTransformTask::VALIDATORS_UNIQUE,
'all' => PropelCreoleTransformTask::VALIDATORS_ALL,
);
/**
* Defines messages that are added to validators
*
* @static
* @var array
*/
static protected $validatorMessages = array (
'maxlength' => array (
'msg' => 'The field %s must be not longer than %s characters.',
'var' => array('colName', 'value')
),
'maxvalue' => array (
'msg' => 'The field %s must be not greater than %s.',
'var' => array('colName', 'value')
),
'type' => array (
'msg' => 'The field %s is not a valid value.',
'var' => array('colName')
),
'required' => array (
'msg' => 'The field %s is required.',
'var' => array('colName')
),
'unique' => array (
'msg' => 'This %s already exists in table %s.',
'var' => array('colName', 'tableName')
),
);
public function getDbSchema()
{
return $this->dbSchema;
}
public function setDbSchema($dbSchema)
{
$this->dbSchema = $dbSchema;
}
public function setDbUrl($v)
{
$this->dbUrl = $v;
}
public function setDbDriver($v)
{
$this->dbDriver = $v;
}
public function setDbUser($v)
{
$this->dbUser = $v;
}
public function setDbPassword($v)
{
$this->dbPassword = $v;
}
public function setDbEncoding($v)
{
$this->dbEncoding = $v;
}
public function setOutputFile($v)
{
$this->xmlSchema = $v;
}
public function setSamePhpName($v)
{
$this->samePhpName = $v;
}
public function setAddVendorInfo($v)
{
$this->addVendorInfo = (boolean) $v;
}
/**
* Sets set validator bitfield from propel.addValidators property
*
* @param string $v The propel.addValidators property
* @return void
*/
public function setAddValidators($v)
{
// lowercase input
$v = strtolower($v);
// make it a bit expression
$v = str_replace(
array_keys(self::$validatorBitMap), self::$validatorBitMap, $v);
// check if it's a valid boolean expression
if (!preg_match('/[^\d|&~ ]/', $v)) {
// eval the expression
eval("\$v = $v;");
} else {
$this->log("\n\nERROR: NO VALIDATORS ADDED!\n\nThere is an error in propel.addValidators build property.\n\nAllowed tokens are: " . implode(', ', array_keys(self::$validatorBitMap)) . "\n\nAllowed operators are (like in php.ini):\n\n| bitwise OR\n& bitwise AND\n~ bitwise NOT\n\n", PROJECT_MSG_ERR);
$v = self::VALIDATORS_NONE;
}
$this->validatorBits = $v;
}
public function isSamePhpName()
{
return $this->samePhpName;
}
/**
* Default constructor.
* @return void
* @throws BuildException
*/
public function main()
{
$this->log("Propel - CreoleToXMLSchema starting");
$this->log("Your DB settings are:");
$this->log("driver : " . ($this->dbDriver ? $this->dbDriver : "(default)"));
$this->log("URL : " . $this->dbUrl);
//(not yet supported) $this->log("schema : " . $this->dbSchema);
//DocumentTypeImpl docType = new DocumentTypeImpl(null, "database", null,
// "http://jakarta.apache.org/turbine/dtd/database.dtd");
$this->doc = new DOMDocument('1.0', 'utf-8');
$this->doc->formatOutput = true; // pretty printing
$this->doc->appendChild($this->doc->createComment("Autogenerated by CreoleToXMLSchema!"));
try {
$this->generateXML();
$this->log("Writing XML to file: " . $this->xmlSchema);
$outFile = new PhingFile($this->xmlSchema);
$out = new FileWriter($outFile);
$xmlstr = $this->doc->saveXML();
$out->write($xmlstr);
$out->close();
} catch (Exception $e) {
$this->log("There was an error building XML from metadata: " . $e->getMessage(), PROJECT_MSG_ERR);
}
$this->log("Propel - CreoleToXMLSchema finished");
}
/**
* Generates an XML database schema from Creole metadata.
*
* @return void
* @throws Exception a generic exception.
*/
public function generateXML()
{
// Establish db connection
$con = $this->getConnection();
// Get the database Metadata.
$dbInfo = $con->getDatabaseInfo();
// create and add the database node
$databaseNode = $this->createDatabaseNode($dbInfo);
$this->doc->appendChild($databaseNode);
}
/**
* Establishes a Creole database connection
*
* @return object The connection
*/
protected function getConnection() {
// Attemtp to connect to a database.
$this->dsn = Creole::parseDSN($this->dbUrl);
if($this->dbUser) {
$this->dsn["username"] = $this->dbUser;
}
if ($this->dbPassword) {
$this->dsn["password"] = $this->dbPassword;
}
if ($this->dbDriver) {
Creole::registerDriver($this->dsn['phptype'], $this->dbDriver);
}
$con = Creole::getConnection($this->dsn);
$this->log("DB connection established");
return $con;
}
/**
* Creates a database node
*
* @param object $dbInfo The dbInfo for this db
* @return object The database node instance
*/
protected function createDatabaseNode($dbInfo) {
$this->log("Processing database");
$node = $this->doc->createElement("database");
$node->setAttribute("name", $dbInfo->getName());
if ($vendorNode = $this->createVendorInfoNode($dbInfo->getVendorSpecificInfo())) {
$node->appendChild($vendorNode);
}
// create and add table nodes
foreach($dbInfo->getTables() as $table) {
$tableNode = $this->createTableNode($table);
$node->appendChild($tableNode);
}
return $node;
}
/**
* Creates a table node
*
* @param object $table The table
* @return object The table node instance
*/
protected function createTableNode($table) {
$this->log("Processing table: " . $table->toString());
$node = $this->doc->createElement("table");
$node->setAttribute("name", $table->getName());
if ($this->isSamePhpName()) {
$node->setAttribute("phpName", $table->getName());
}
if ($vendorNode = $this->createVendorInfoNode($table->getVendorSpecificInfo())) {
$node->appendChild($vendorNode);
}
// Create and add column nodes, register column validators
$columns = $table->getColumns();
foreach($columns as $column) {
$columnNode = $this->createColumnNode($column);
$node->appendChild($columnNode);
$this->registerValidatorsForColumn($column);
if ($column->isAutoIncrement()) {
$idMethod = 'native';
}
}
if (isset($idMethod)) {
$node->setAttribute("idMethod", $idMethod);
}
// Create and add foreign key nodes.
$foreignKeys = $table->getForeignKeys();
foreach($foreignKeys as $foreignKey) {
$foreignKeyNode = $this->createForeignKeyNode($foreignKey);
$node->appendChild($foreignKeyNode);
}
// Create and add index nodes.
$indices = $table->getIndices();
foreach($indices as $index) {
$indexNode = $this->createIndexNode($index);
$node->appendChild($indexNode);
}
// add an id-method-parameter if we have a sequence that matches table_colname_seq
//
//
$pkey = $table->getPrimaryKey();
if ($pkey) {
$cols = $pkey->getColumns();
if (count($cols) === 1) {
$col = array_shift($cols);
if ($col->isAutoIncrement()) {
$seq_name = $table->getName().'_'.$col->getName().'_seq';
if ($table->getDatabase()->isSequence($seq_name)) {
$idMethodParameterNode = $this->doc->createElement("id-method-parameter");
$idMethodParameterNode->setAttribute("value", $seq_name);
$node->appendChild($idMethodParameterNode);
}
}
}
}
// Create and add validator and rule nodes.
$nodes = array();
$tableName = $table->getName();
if (isset($this->validatorInfos[$tableName])) {
foreach ($this->validatorInfos[$tableName] as $colName => $rules) {
$column = $table->getColumn($colName);
$colName = $column->getName();
foreach ($rules as $rule) {
if (!isset($nodes[$colName])) {
$nodes[$colName] = $this->createValidator($column, $rule['type']);
$node->appendChild($nodes[$colName]);
}
$ruleNode = $this->createRuleNode($column, $rule);
$nodes[$colName]->appendChild($ruleNode);
}
}
}
return $node;
}
/**
* Creates an column node
*
* @param object $column The Creole column
* @return object The column node instance
*/
protected function createColumnNode($column) {
$node = $this->doc->createElement("column");
$table = $column->getTable();
$colName = $column->getName();
$colType = $column->getType();
$colSize = $column->getSize();
$colScale = $column->getScale();
if ($colType === CreoleTypes::OTHER) {
$this->log("Column [" . $table->getName() . "." . $colName . "] has a column type (".$column->getNativeType().") that Propel does not support.", PROJECT_MSG_WARN);
}
$node->setAttribute("name", $colName);
if ($this->isSamePhpName()) {
$node->setAttribute("phpName", $colName);
}
$node->setAttribute("type", PropelTypes::getPropelType($colType));
if ($colSize > 0 && (
$colType == CreoleTypes::CHAR
|| $colType == CreoleTypes::VARCHAR
|| $colType == CreoleTypes::LONGVARCHAR
|| $colType == CreoleTypes::DECIMAL
|| $colType == CreoleTypes::FLOAT
|| $colType == CreoleTypes::NUMERIC)) {
$node->setAttribute("size", (string) $colSize);
}
if ($colScale > 0 && (
$colType == CreoleTypes::DECIMAL
|| $colType == CreoleTypes::FLOAT
|| $colType == CreoleTypes::NUMERIC)) {
$node->setAttribute("scale", (string) $colScale);
}
if (!$column->isNullable()) {
$node->setAttribute("required", "true");
}
if ($column->isAutoIncrement()) {
$node->setAttribute("autoIncrement", "true");
}
if (in_array($colName, $this->getTablePkCols($table))) {
$node->setAttribute("primaryKey", "true");
}
if (($defValue = $column->getDefaultValue()) !== null) {
$node->setAttribute("default", iconv($this->dbEncoding, 'utf-8', $defValue));
}
if ($vendorNode = $this->createVendorInfoNode($column->getVendorSpecificInfo())) {
$node->appendChild($vendorNode);
}
return $node;
}
/**
* Returns the primary key columns for a table
*
* @param object $table The table
* @return array The primary keys
*/
protected function getTablePkCols($table) {
static $columns = array();
$tableName = $table->getName();
if (!isset($columns[$tableName])) {
$columns[$tableName] = array();
$primaryKey = $table->getPrimaryKey();
if ($primaryKey) {
foreach($primaryKey->getColumns() as $colObject) {
$columns[$tableName][] = $colObject->getName();
}
}
}
return $columns[$tableName];
}
/**
* Creates an foreign key node
*
* @param object $foreignKey The foreign key
* @return object The foreign key node instance
*/
protected function createForeignKeyNode($foreignKey) {
$node = $this->doc->createElement("foreign-key");
if ($vendorNode = $this->createVendorInfoNode($foreignKey->getVendorSpecificInfo())) {
$node->appendChild($vendorNode);
}
$refs = $foreignKey->getReferences();
// all references must be to same table, so we can grab table from the first, foreign column
$node->setAttribute("foreignTable", $refs[0][1]->getTable()->getName());
$node->setAttribute("onDelete", $refs[0][2]);
$node->setAttribute("onUpdate", $refs[0][3]);
for($m = 0, $size = count($refs); $m < $size; $m++) {
$refNode = $this->doc->createElement("reference");
$refData = $refs[$m];
$refNode->setAttribute("local", $refData[0]->getName());
$refNode->setAttribute("foreign", $refData[1]->getName());
$node->appendChild($refNode);
}
return $node;
}
/**
* Creates an index node
*
* @param object $index The index
* @return object The index node instance
*/
protected function createIndexNode($index) {
$indexType = $index->isUnique() ? 'unique' : 'index';
$node = $this->doc->createElement($indexType);
$node->setAttribute("name", $index->getName());
$columns = $index->getColumns();
foreach ($columns as $column) {
$tableName = $column->getTable()->getName();
$colName = $column->getName();
$columnNode = $this->doc->createElement("{$indexType}-column");
$columnNode->setAttribute("name", $colName);
$node->appendChild($columnNode);
if ($indexType == 'unique' && $this->isValidatorRequired('unique')) {
$this->validatorInfos[$tableName][$colName][] = array('type' => 'unique');
}
}
if ($vendorNode = $this->createVendorInfoNode($index->getVendorSpecificInfo())) {
$node->appendChild($vendorNode);
}
return $node;
}
/**
* Checks whether to add validators of specified type or not
*
* @param string $type The validator type
* @return boolean
*/
protected function isValidatorRequired($type) {
$type = strtolower($type);
return ($this->validatorBits & self::$validatorBitMap[$type] ? true : false);
}
/**
* Registers column type specific validators if necessary
*
* We'll first collect the validators/rule infos and add them later on to
* have them appended to the table tag as a block.
*
* CreoleTypes are:
*
* BOOLEAN
* BIGINT, SMALLINT, TINYINT, INTEGER
* FLOAT, DOUBLE, NUMERIC, DECIMAL, REAL
* BIGINT, SMALLINT, TINYINT, INTEGER
* TEXT
* BLOB, CLOB, BINARY, VARBINARY, LONGVARBINARY
* DATE, YEAR, TIME
* TIMESTAMP
*
* We will add the following type specific validators:
*
* for notNull columns: required validator
* for unique indexes: unique validator
* for varchar types: maxLength validators (CHAR, VARCHAR, LONGVARCHAR)
* for numeric types: maxValue validators (BIGINT, SMALLINT, TINYINT, INTEGER, FLOAT, DOUBLE, NUMERIC, DECIMAL, REAL)
* for integer and timestamp types: notMatch validator with [^\d]+ (BIGINT, SMALLINT, TINYINT, INTEGER, TIMESTAMP)
* for float types: notMatch validator with [^\d\.]+ (FLOAT, DOUBLE, NUMERIC, DECIMAL, REAL)
*
* @param object $column The Creole column
* @return void
* @todo find out how to evaluate the appropriate size and adjust maxValue rule values appropriate
* @todo find out if float type column values must always notMatch('[^\d\.]+'), i.e. digits and point for any db vendor, language etc.
*/
protected function registerValidatorsForColumn($column) {
$table = $column->getTable();
$tableName = $table->getName();
$colName = $column->getName();
$colType = $column->getType();
$colSize = $column->getSize();
if ($this->isValidatorRequired('required')) {
$ruleInfo = array('type' => 'required');
$this->validatorInfos[$tableName][$colName][] = $ruleInfo;
}
$isPrimarykeyCol = in_array($colName, $this->getTablePkCols($table));
if ($this->isValidatorRequired('unique') && $isPrimarykeyCol) {
$ruleInfo = array('type' => 'unique');
$this->validatorInfos[$tableName][$colName][] = $ruleInfo;
}
if ($this->isValidatorRequired('maxLength') &&
$colSize > 0 && in_array($colType, array(
CreoleTypes::CHAR,
CreoleTypes::VARCHAR,
CreoleTypes::LONGVARCHAR))) {
$ruleInfo = array('type' => 'maxLength', 'value' => $colSize);
$this->validatorInfos[$tableName][$colName][] = $ruleInfo;
}
if ($this->isValidatorRequired('maxValue') &&
$colSize > 0 && in_array($colType, array(
CreoleTypes::SMALLINT,
CreoleTypes::TINYINT,
CreoleTypes::INTEGER,
CreoleTypes::BIGINT,
CreoleTypes::FLOAT,
CreoleTypes::DOUBLE,
CreoleTypes::NUMERIC,
CreoleTypes::DECIMAL,
CreoleTypes::REAL))) {
// TODO: how to evaluate the appropriate size??
$this->log("WARNING: maxValue validator added for column $colName. You will have to adjust the size value manually.", PROJECT_MSG_WARN);
$ruleInfo = array('type' => 'maxValue', 'value' => $colSize);
$this->validatorInfos[$tableName][$colName][] = $ruleInfo;
}
if ($this->isValidatorRequired('type') &&
$colSize > 0 && in_array($colType, array(
CreoleTypes::SMALLINT,
CreoleTypes::TINYINT,
CreoleTypes::INTEGER,
CreoleTypes::TIMESTAMP))) {
$ruleInfo = array('type' => 'type', 'value' => '[^\d]+');
$this->validatorInfos[$tableName][$colName][] = $ruleInfo;
}
if ($this->isValidatorRequired('type') &&
$colSize > 0 && in_array($colType, array(
CreoleTypes::FLOAT,
CreoleTypes::DOUBLE,
CreoleTypes::NUMERIC,
CreoleTypes::DECIMAL,
CreoleTypes::REAL))) {
// TODO: is this always true??
$ruleInfo = array('type' => 'type', 'value' => '[^\d\.]+');
$this->validatorInfos[$tableName][$colName][] = $ruleInfo;
}
}
/**
* Creates a validator node
*
* @param object $column The Creole column
* @param integer $type The validator type
* @return object The validator node instance
*/
protected function createValidator($column, $type) {
$node = $this->doc->createElement('validator');
$node->setAttribute('column', $column->getName());
return $node;
}
/**
* Creates a rule node
*
* @param object $column The Creole column
* @param array $rule The rule info
* @return object The rule node instance
*/
protected function createRuleNode($column, $rule) {
extract($rule);
// create message
$colName = $column->getName();
$tableName = $column->getTable()->getName();
$msg = self::$validatorMessages[strtolower($rule)];
array_unshift($tmp = compact($msg['var']), $msg['msg']);
$msg = call_user_func_array('sprintf', $tmp);
// add node
$node = $this->doc->createElement('rule');
$node->setAttribute('name', $rule == 'type' ? 'notMatch' : $rule);
$node->setAttribute('message', $msg);
return $node;
}
/**
* Creates a vendor info node
*
* returns false if no vendor info can or has to be added
*
* @param array $vendorInfo The validator info
* @return object|boolean The vendor info instance or false
*/
protected function createVendorInfoNode($vendorInfo)
{
if(!$vendorInfo OR !$this->addVendorInfo) {
return false;
}
$vendorNode = $this->doc->createElement("vendor");
$vendorNode->setAttribute("type", $this->dsn["phptype"]);
foreach($vendorInfo as $key => $value) {
$parameterNode = $this->doc->createElement("parameter");
$value = iconv($this->dbEncoding, "utf-8", $value);
$parameterNode->setAttribute("name", $key);
$parameterNode->setAttribute("value", $value);
$vendorNode->appendChild($parameterNode);
}
return $vendorNode;
}
}
|