User Profile

User
 amarradi
URL
 http://www.marcusradisch.de

Recent Comments

Posted 20/12/2008 05:08am
Thanks you for your help to the inputfields. I forgot that it is no forum but a tutorial. im sorry.
Posted 19/12/2008 12:04pm
Hello

i've an little Question
I tried to understand the add.ctp from blog tutorial,
so i tried to implement it by myself
/app/views/posts/edit.ctp
    
<h1>Edit Post</h1>
<?php
    
echo $form->create('Post', array('action' => 'edit'));
    echo 
$form->input('title');
    echo 
$form->input('body', array('rows' => '3'));
        echo 
$form->input('id', array('type'=>'hidden')); 
    echo 
$form->end('Save Post');
?>
How can i get the 2 Inputfields side by side not about each other. Is it a thing from the css?

Many greetings

Marcus Radisch
Posted 19/12/2008 11:46am
Hello,

thanks a lot for the great help. My Question is now, i have an DB-Table with 2 Columns. How can i great an searchindex over the Table?

many greatings

Marcus Radisch
Posted 19/12/2008 08:50am
Hello

can everyone help me? I have added an Bug for this component under this link->http://code.google.com/p/searchable-behaviour-for-cakephp/issues/detail?id=9 Until this moment i don't found any solution

Many greeting

marcus radisch
Posted 18/12/2008 11:42am
Hello

now i tried it with the official Blog Tutorial, but there is no way it doesnt search. Can every help me a little bit

many greetings

Marcus Radisch

Try reading this link: http://code.google.com/p/searchable-behaviour-for-cakephp/issues/detail?id=2

I tried ist, but there is no change is the result search engine doesn't search.

Whats the reason? I' don't know. Do you have any ideas?