adding zend project folders into old campcaster.

This commit is contained in:
naomiaro 2010-12-07 14:19:27 -05:00
parent 56abfaf28e
commit 7ef0c18b26
4045 changed files with 1054952 additions and 0 deletions

View file

@ -0,0 +1,29 @@
<?php
$this->form->setAction($this->url());
echo $this->form;
?>
<span id="search_add">Add</span>
<span id="search_submit">Submit</span>
<?php
if($this->files) {
?>
<table id="library_display">
<tr>
<th><span class="title">Title</span></th>
<th><span class="artist">Artist</span></th>
<th><span class="album">Album</span></th>
<th><span class="track">Track</span></th>
<th><span class="length">Length</span></th>
</tr>
<?php
echo $this->partialLoop('library/libraryTablePartial.phtml', $this->files);
?>
</table>
<?php
}
else {
echo "<div>No Results</div>";
}
?>

View file

@ -0,0 +1 @@
<br /><br /><center>View script for controller <b>Forms</b> and script/action name <b>index</b></center>

View file

@ -0,0 +1 @@
<?php echo $this->field; ?>

View file

@ -0,0 +1 @@
<br /><br /><center>View script for controller <b>Forms</b> and script/action name <b>newfield</b></center>