All Questions

RSS

1 answer

0 votes

vBulletin login system

Hi, I'm working on a system which will let Auth use the user table of a vBulletin forum.

The idea behind it is simple enough, you just need to point the User model at the forum's user table, modify the hashPasswords() function to take into account...

1 answer

0 votes

Asked by ozeraser, on 12/12/09 in Views

Could i get phpbb to use the default site template but still work correctly?

Afternoon all,

Hopefully get some inspiration here, what i was hoping to do was to combine my current cakephp app and my current phpbbv3, so that they both use the same default view (with additional css obviously).

So i have basically removed all...

0 answers

0 votes

Asked by Styles, on 16/5/11 in Views

Checkbox / Radio Minipulation


<div class="companies form">
<?php echo $this->Form->create('Company'); ?>
    <table width="100%">
    <tr>
        <td colspan="3"><?php echo $this->Form->input('Company.name', array('label' => 'Company Name')); ?></td>
    </tr>
	<tr>
       ...

1 answer

4 votes

Asked by powtac, on 26/11/09 in Components

How can I use components in a shell

How should I include and call components in a shell?

4 answers

1 vote

Asked by agphoto, on 24/4/10 in Models

OR conditions array in find cakephp sql query

Hello,

Cake Version using: 1.2.5 stable

about: OR and multiple and conditions in find query

Query:

$conditions = array("Event.status" = 1 ,

"OR" = array('Event.eventstartdate <=' = $startDate1,

'Event.eventstartdate <=' = $startDate2 ) ,

"OR" =...

1 answer

5 votes

Asked by eberfreitas, on 23/11/09 in Installation / Configuration

Managing big applications

Hey guys!

I have an application here that is growing bigger and bigger. The address is this: www.aquitanda.com [brazilian portuguese].

Basically, it's a website where you can buy and sell stuff on your own, which means people can create their own...

1 answer

5 votes

Asked by pzwiers, on 10/11/09 in Shells

How do I bake a view for a plugin

Started out plugin development, for some speed I wanted to bake a view that is part of my plugin. But in bake the controllers/models of my plugin do not show, hence I can't bake a corresponding view.

4 answers

1 vote

Asked by bbender, on 12/11/09 in Controllers

Error: Controller could not be found.

Greetings All,

Thanks to the answer to my other question, I now have my app up and running. yay! Anyway, now I was moving on to replacing the default cake page and replacing it with a page more formatted to my site (assuming it to be in...

2 answers

4 votes

Asked by powtac, on 13/11/09 in Models

Find max number of times a tag is used

I have a HABTM tags/post schema.

The data in the table posts_tags table looks like.


post_id     tag_id
1           10
2           11
3           11
3           12
4           11
5           13

How can I get the highest number a tag is used? In my...

2 answers

3 votes

Asked by JakubLedl, on 14/11/09 in Views

Query table in views

Hi. I'm learning CakePHP (using the blog app tutorial) and I want to get rid of that stupid table of SQL queries that shows in my views. So far I only found out that the table isn't passed in $content_for_layout variable, because it appends after...

<< previous 1   2   3   4   5   6   7   8   9

How does CakePHP Questions work?

CakePHP Questions is easy to use: Register and login or directly login using OpenID and just ask your question!

After you ask your question you just need to wait until you have got some answers and pick the correct answer.

Other users might help you by finding the right answer by voting and giving comments.