Source
Source Code of This Project
Actions
- Download source code
-
Browse source code
- apps
- lib
- filter
- form
- helper
- model
- task
- validator
- widget
- test
- LICENSE
- README
Source Code of This Project
/apps/frontend/modules/resume/templates/_pdf.php
<h1>CV</h1>
<?php echo $sf_request->getHost() ?>
<?php foreach($resume as $part): ?>
<h3><?php echo $part->getTitle() ?></h3>
<?php echo $part->getContent() ?>
<?php endforeach; ?>