Update scripts.
Import members to ds4
.project
.svn
nbproject
+Toolkit/Members/MemberImport/upload
+Toolkit/Members/MemberImport/fileHeaders.txt
Order allow,deny
Deny from all
</Files>
-ErrorDocument 404 /404.html
+#ErrorDocument 404 /404.html
RewriteEngine On
AddDefaultCharset utf-8
/**
* Short description for file
- *
+ *
* Long description (if any) ...
- *
+ *
* PHP version 5
- *
+ *
* The license text...
- *
+ *
* @category Members
* @package Toolkit_Members
* @author Jamie Kahgee <jamie.kahgee@gmail.com>
/**
* Short description for class
- *
+ *
* Long description (if any) ...
- *
+ *
* @category Members
* @package Toolkit_Members
* @author Jamie Kahgee <jamie.kahgee@gmail.com>
/**
* Short description for function
- *
+ *
* Long description (if any) ...
- *
+ *
* @param object &$page Parameter description (if any) ...
* @param unknown $actionName Parameter description (if any) ...
- * @return void
- * @access public
+ * @return void
+ * @access public
*/
public function perform(&$page, $actionName)
{
/**
* Short description for file
- *
+ *
* Long description (if any) ...
- *
+ *
* PHP version 5
- *
+ *
* The license text...
- *
+ *
* @category Members
* @package Toolkit_Members
* @author Jamie Kahgee <steve@gaslightmedia.com>
/**
* Short description for class
- *
+ *
* Long description (if any) ...
- *
+ *
* @category Members
* @package Toolkit_Members
* @author Jamie Kahgee <steve@gaslightmedia.com>
/**
* Short description for function
- *
+ *
* Long description (if any) ...
- *
- * @return void
+ *
+ * @return void
* @access public
*/
public function buildForm()
/**
* Short description for function
- *
+ *
* Long description (if any) ...
- *
- * @return void
+ *
+ * @return void
* @access protected
*/
protected function configureElements()
'seperator' => ' ',
'appendName' => false
);
-
+
$this->setupElements($e);
$this->configureElementGrid(
'conversions',
/**
* Short description for function
- *
+ *
* Long description (if any) ...
- *
- * @return void
+ *
+ * @return void
* @access protected
*/
protected function configureFilters()
/**
* Short description for configureElementGrid()
- *
+ *
* Long description (if any) ...
- *
+ *
* @param unknown $eName Parameter description (if any) ...
* @param unknown $colNames Parameter description (if any) ...
* @param unknown $tables Parameter description (if any) ...
* @param unknown $columns Parameter description (if any) ...
* @param array $cols Parameter description (if any) ...
- *
- * @return void
+ *
+ * @return void
* @access protected
*/
protected function configureElementGrid(
null,
' > '
);
-
+
$select =& $this->createElement(
'hierSelect',
$i
);
$select->setOptions(
array(
- $tables,
+ $tables,
$columns,
)
);
"{$i}_group"
);
- $e->addRow(&$rec, ' ');
+ $e->addRow($rec, ' ');
}
}
/**
* Short description for function
- *
+ *
* Long description (if any) ...
- *
+ *
* @param PDO $dbh Databse handler
- *
+ *
* @return array $tables
* @access protected
*/
/**
* Short description for function
- *
+ *
* Long description (if any) ...
- *
+ *
* @param PDO $dbh Database handler
* @param string $table Parameter description (if any) ...
- *
+ *
* @return array $cols
* @access protected
*/
/**
* Short description for file
- *
+ *
* Long description (if any) ...
- *
+ *
* PHP version 5
- *
+ *
* The license text...
- *
+ *
* @category Members
* @package Toolkit_Members
* @author Jamie Kahgee <jamie.kahgee@gmail.com>
/**
* Short description for class
- *
+ *
* Long description (if any) ...
- *
+ *
* @category Members
* @package Toolkit_Members
* @author Jamie Kahgee <jamie.kahgee@gmail.com>
/**
* Short description for function
- *
+ *
* Long description (if any) ...
- *
- * @return void
+ *
+ * @return void
* @access public
*/
public function buildForm()
/**
* Short description for function
- *
+ *
* Long description (if any) ...
- *
- * @return void
+ *
+ * @return void
* @access protected
*/
protected function configureElements()
$hosts = array(
'' => '-- Select --',
'localhost' => 'Localhost',
- 'devsys' => 'Development Server (devsys)',
- 'devsys2' => 'Development Server (devsys2)',
- 'ds1' => 'Live Server (ds1)',
- 'ds3' => 'Live Server (ds3)',
+ 'devdb' => 'Development Server (devdb)'
);
$e = array();
'name' => $this->getButtonName('next'),
'display' => 'Next Step >>'
);
-
+
$this->setupElements($e);
}
/**
* Short description for function
- *
+ *
* Long description (if any) ...
- *
- * @return void
+ *
+ * @return void
* @access protected
*/
protected function configureFilters()
app.base_url = "http://localhost:8080/app.gaslightmedia.com/"
app.base_secure_url = "https://localhost:8080/app.gaslightmedia.com/"
-database.params.host = "localhost"
+database.params.host = "ds4"
email.owner = "vagrant+owner@localhost"
email.contact = "vagrant+contact@localhost"