My first test post
How do I change text color? Obviously I can use bullet
- first line
- second line
- third line.
What about pasting in some code?
What about pasting in some code?
$items = Item::model()->findAll(array('index'=>'id'));
It seemed to have lost colors.
Now a picture:
...post view here...
...post view here...
<div id="comments">
<?php if($model->commentCount>=1): ?>
<h3>
<?php echo $model->commentCount . 'comment(s)'; ?>
</h3>
<?php $this->renderPartial('_comments',array(
'post'=>$model,
'comments'=>$model->comments,
)); ?>
<?php endif; ?>
</div>
Overall, not bad
It seemed to have lost colors.
Now a picture:
Overall, not bad
Hello world!
Welcome to WordPress.com! This is your very first post. Click the Edit link to modify or delete it, or start a new post. If you like, use this post to tell readers why you started this blog and what you plan to do with it.
Happy blogging!
