本文整理汇总了PHP中project::getduration方法的典型用法代码示例。如果您正苦于以下问题:PHP project::getduration方法的具体用法?PHP project::getduration怎么用?PHP project::getduration使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类project
的用法示例。
在下文中一共展示了project::getduration方法的1个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: info
include "post_login_form.php";
?>
<table width="100%" class="tableDetails" cellpadding="4">
<tr>
<th width="140"><label for="title">Project Title</label></th>
<td><input type="text" name="title" id="title" class="vldnoblank vistaStyle" style="width: 250px;" value="<?php
echo $projectdata['project_title'];
?>
">
<span class="checkStatus"></span></td>
</tr>
<tr class="fir">
<th><label for="days">I want my project to stay open for bidding for </label></th>
<td><input type="text" name="days" id="days" class="vldnum vldnoblank vistaStyle" style="width: 50px;" value="<?php
echo $objproject->getduration($_GET['pid']);
?>
" readonly="readonly"> Days<span class="checkStatus"></span><small><br />(Maximum 35 days. Set to 1 day to mark as urgent project.)</small></td>
</tr>
<tr>
<th valign="top"><label for="jobtype">Job Type</label></th>
<td><textarea name="jobtype" id="jobtype" style="width: 400px; height: 100px;" class="vldnoblank"><?php
echo $projectdata['jobtype'];
?>
</textarea>
<span class="checkStatus"></span></td>
</tr>
<tr class="fir">
<th valign="top"><label for="description">Description</label></th>
<td><small>note: Do not post any contact info (Review terms here...) </small>
<textarea name="description" id="description" style="width: 400px; height: 180px;" class="vldnoblank"><?php