bin.cp = /bin/cp
bin.rm = /bin/rm
-appnamespace = "ZendSample"
+appnamespace = "Fluidbook"
timezone = 'Europe/Paris'
database.adapter = pdo_mysql
database.params.host = localhost
-database.params.username = $username
-database.params.password = $password
-database.params.dbname = $username
+database.params.username = fluidbookwebv3
+database.params.password = QsFe2wxVMW
+database.params.dbname = fluidbookwebv3
;former.database.adapter = pdo_mysql
;former.database.params.host =
robots = false
-webhost = $devdomain
\ No newline at end of file
+webhost = fluidbookwebv3.dev.cubedesigners.com
\ No newline at end of file
<?php
-class ZendSample_Form_CMS extends CubeIT_Form_CMS {
+class Fluidbook_Form_CMS extends CubeIT_Form_CMS {
public function init(){
parent::init();
}
<?php
-class ZendSample_Form_CMS_Home extends ZendSample_Form_CMS{
+class Fluidbook_Form_CMS_Home extends Fluidbook_Form_CMS{
public function init(){
parent::init();
}
<?php
-class ZendSample_Form_Settings extends CubeIT_Form_Settings {
+class Fluidbook_Form_Settings extends CubeIT_Form_Settings {
public function init() {
parent::init();
<?php
-class ZendSample_Form_User extends CubeIT_Form_User {
+class Fluidbook_Form_User extends CubeIT_Form_User {
public function init(){
parent::init();
}
<?php
-class ZendSample_Model_Content extends CubeIT_Model {
+class Fluidbook_Model_Content extends CubeIT_Model {
protected $id;
protected $name;
<?php
-class ZendSample_Model_User extends CubeIT_Model_User {
+class Fluidbook_Model_User extends CubeIT_Model_User {
}
ini_set('log_errors', '1');
ini_set('error_log', dirname(__FILE__) . '/log/php_error.log');
-if ($_SERVER['HTTP_HOST'] == '$devdomain') {
+if ($_SERVER['HTTP_HOST'] == 'fluidbookwebv3.dev.cubedesigners.com') {
define('APPLICATION_ENV', 'testing');
} else if ($_SERVER['HTTP_HOST'] == 'www.') {
define('APPLICATION_ENV', 'production');