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

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.

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...

1 answer

4 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...

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...

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?

2 answers

1 vote

Asked by keerthi, on 11/11/09 in

CakePHP Benchmarks

I'm in a serious project development which is expected get about 2000000 (2 million) user base. I just googled around for benchmark comparisons between different PHP frameworks. As I observed CakePHP performance is considerably lower than others.

1 answer

0 votes

Asked by lenzcom, on 31/10/09 in Helpers

How can i declare a ' atom:link ' with ' rel = "self" ' in my RSS-Feed?

Hi there,

just searching for hours now to get it fixed.

How can i declare a ' atom:link ' with ' rel = "self" ' in my RSS-Feed?

I'm using this layout in "app/views/layouts/rss/default.ctp":


<?php
echo $rss->header();
if (!isset($documentData)) {
   ...

2 answers

-1 votes

Asked by bazy, on 16/1/10 in Views

Include php file

Hi

I have added baner CMS to my website.

Looks like:

mydomain.com/banner/

home/user/public_html/banner/

And to display the rotator banner i need to include this code on my homepage:

<?php include_once("/home/user/public_html/banner/ad_rotator.php");?

I...

2 answers

0 votes

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...

<< 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.