I\'m use Yii Framework. I have a named anchor <a name=\"projet\">p开发者_Python百科rojet</a> in about.php page.
i have already the comment form bellow my post view , but the problem is thatit can not be store the data by comment form to the database which is bellow post view.
I tried to bring the comment form in the post view list where user can put a comment . my code which I am write for the above problem ...
I am playing with Yii framework and now I am investigating Yii Shell. But if I use this command: yiic shell
CONTROLLER: /** * Creates a new model. * If creation is successful, the browser will be redirected to 开发者_运维知识库the \'view\' page.
I\'m wondering if anyone has faced this issue. Let\'s assume I have two tables: products and carts (related many to many).
i can get the form of comment in the post by the following code.. <?php $comment= new Comment(); $this->renderPartial(\'/comment/_form\',array(\'model\'=>$comment,));
I am creating temporary table to hold some dates in first query. And in second query I try to join with those dates... and than i get following error:
I have to collec开发者_开发百科t the twitter statuses of 100,000+ users daily. Like access twitter for each user. I was wondering what the most efficient way of doing using PHP and mysql (I\'m using t
Here is where I\'m at. I am running MAMP on my Mac, and I have Yii in my htdocs folder. I don\'t understand the yiic.php part of it. I got it working once after numerous tries, but I the folder struct