summaryrefslogtreecommitdiff
path: root/demos/address-book
diff options
context:
space:
mode:
authorctrlaltca <>2012-07-12 12:16:21 +0000
committerctrlaltca <>2012-07-12 12:16:21 +0000
commit40ad9f8c7964355f56f73fa0c4c5db40750bc023 (patch)
treea4c472da264f6ce05025abcda38aa504a0f4fc83 /demos/address-book
parent712729aa2f9b5e491e78f29b8f779f8b40a67ba4 (diff)
more removal of ?> from php files
Diffstat (limited to 'demos/address-book')
-rw-r--r--demos/address-book/index.php1
-rw-r--r--demos/address-book/index_php.php1
-rw-r--r--demos/address-book/protected/pages/AddressProvider.php1
-rw-r--r--demos/address-book/protected/pages/AddressRecord.php1
-rw-r--r--demos/address-book/protected/pages/FlexApp.php1
5 files changed, 0 insertions, 5 deletions
diff --git a/demos/address-book/index.php b/demos/address-book/index.php
index 65ace715..53e946a6 100644
--- a/demos/address-book/index.php
+++ b/demos/address-book/index.php
@@ -24,4 +24,3 @@ require_once($frameworkPath);
$application=new TApplication;
$application->run();
-?> \ No newline at end of file
diff --git a/demos/address-book/index_php.php b/demos/address-book/index_php.php
index 17cf61ad..f0af90ce 100644
--- a/demos/address-book/index_php.php
+++ b/demos/address-book/index_php.php
@@ -24,4 +24,3 @@ require_once($frameworkPath);
$application=new TApplication('protected',false,TApplication::CONFIG_TYPE_PHP);
$application->run();
-?> \ No newline at end of file
diff --git a/demos/address-book/protected/pages/AddressProvider.php b/demos/address-book/protected/pages/AddressProvider.php
index e903f540..2622034d 100644
--- a/demos/address-book/protected/pages/AddressProvider.php
+++ b/demos/address-book/protected/pages/AddressProvider.php
@@ -47,4 +47,3 @@ class AddressProvider
}
}
-?> \ No newline at end of file
diff --git a/demos/address-book/protected/pages/AddressRecord.php b/demos/address-book/protected/pages/AddressRecord.php
index 58bb53e6..15904cf4 100644
--- a/demos/address-book/protected/pages/AddressRecord.php
+++ b/demos/address-book/protected/pages/AddressRecord.php
@@ -32,4 +32,3 @@ class AddressRecord extends TActiveRecord
return parent::finder($className);
}
}
-?> \ No newline at end of file
diff --git a/demos/address-book/protected/pages/FlexApp.php b/demos/address-book/protected/pages/FlexApp.php
index d9b20ab7..e4132485 100644
--- a/demos/address-book/protected/pages/FlexApp.php
+++ b/demos/address-book/protected/pages/FlexApp.php
@@ -111,4 +111,3 @@ class FlexApp extends TTemplateControl
}
}
-?> \ No newline at end of file