Re: ERROR_Adding an RSS feed using FeedCreator

2006-11-11 Thread Eric
Thank Buddy. I am not alone. Hehe. Do u try to creat a online-rss-reader By Cake? "Adrian Godong 写道: " > You're not alone. I'm looking at the same problem. > > I think it's because the wiki documentation is outdated. The sample from > bitfolge.de (the creator of feedreader) mentioned something

Re: Changing theme

2006-11-11 Thread Dr. Tarique Sani
On 11/12/06, Eric <[EMAIL PROTECTED]> wrote: > BUT, I dont know how to relate the theme and just use it. > > Can U explain it futhure more ? Take a look at the code of ThemeView at https://cakeforge.org/plugins/scmsvn/viewcvs.php/trunk/cheesecake/views/theme.php?rev=218&root=cheesecake&view=mar

Problem with multiple submit buttons in on ajax form

2006-11-11 Thread Langdon Stevenson
I have some strange behavior in an ajax form and am wondering if it could be cake related? Cake version: 1.1.8.3544 Regardless of which submit button is clicked $this->params['form']['submit'] always contains the value from the last button in the form. This doesn't happen with other versions

does othAuth work with Ajax ??

2006-11-11 Thread bingo
Hi, I have been using othAuth for my authentication system. Till now it worked perfectly...but as I am implementing ajax functionality, othAuth is giving some trouble. othAuth fails to check for authentication when the request is made using ajax. Did anyone else faced similar problem or I am mis

How To Creat a online rss-reader base on db?

2006-11-11 Thread Eric
Hi, As the title said. How to creat a online-rss-reader base on mysql? I saw thinkingPHP creat a parser for Rss 2.0 and it works fine. BUT, How to use like ThinkPHP parser for a online reader base on a db, not only for single URL? --~--~-~--~~~---~--~~ You r

Associations without using foreign key?

2006-11-11 Thread Luigi
Hi all, Is there anyway to specify a hasMany or belongsTo association that doesn't use a foreign key? I have two tables: blog_posts: id, author_id, title, text blog_favorites: id, user_id, author_id The idea of blog_favorites is that every user can choose a few favorite authors, and the blog_po

Re: Changing theme

2006-11-11 Thread Eric
> The ThemeView has a built in fallback function - that is if it does > not find any view file in the selected Theme then is searches the > default views for that template. > So once a theme is set in app from the session the session *you do not > have to do any extra programming* it just works =

Re: Changing theme

2006-11-11 Thread Dr. Tarique Sani
On 11/11/06, Moonbiter <[EMAIL PROTECTED]> wrote: > the views directory. I can't figure out how they use this View. It's a > parent for other views? it's used directly? The ThemeView has a built in fallback function - that is if it does not find any view file in the selected Theme then is searche

adding helper

2006-11-11 Thread Andrej
in AppController I've got two default helpers: var $helpers = array('html','javascript'); in EmployeesController I want to use another helper, the Child helper. It is possible by typing: var $helpers = array('Html', 'Javascript', 'Child'); Question is: when I add 'scriptaculous' helper into Ap

Re: Global data

2006-11-11 Thread mariano.iglesias
Just use the beforeRender() method at AppControler, which should be the base of your controllers. So for example you have app_controller.php on your app/ directory: class AppController extends Controller { function beforeRender() { $data = array ( 'message' => 'Hell

Re: Multiple functions/views at once?

2006-11-11 Thread nate
If you want your views to be composed of multiple independent screens, elements are the way to go. http://manual.cakephp.org/chapter/views See the "Elements" section halfway down the page. --~--~-~--~~~---~--~~ You received this message because you are subscrib

Re: Cake PHP Vs Prado Vs Symfony

2006-11-11 Thread nate
Bake is actually turning into a very robust command line system for doing everything from code generation to deployment. Daniel Hofstetter has created a Bake Tasks system which allows you to create and distribute your own command line tasks, and much of Bake's original functionailty is being modu

RE: Cake PHP Vs Prado Vs Symfony

2006-11-11 Thread Grant Davies
I can't really comment on other php frameworks. But I've been developing software professionally for over 18 years, my "day" job is an Enterprise Architect and I do a lot of J2EE apps, I've done EJB's, spring, struts, hibernate, and then on the .NET side Nhibernate amongst another trillion frame

Re: Cake PHP Vs Prado Vs Symfony

2006-11-11 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > I am new to Cake and just touched it a few days ago. My team did the > site BetaMarker with Prado and Propel. For fatest code generation, we > used symforny code generator. More code generation is what I most want for cake. A way to turn, say, a nicely implemented "find

Re: Cake PHP Vs Prado Vs Symfony

2006-11-11 Thread [EMAIL PROTECTED]
Hi guys, I am new to Cake and just touched it a few days ago. My team did the site BetaMarker with Prado and Propel. For fatest code generation, we used symforny code generator. Though after the site successfully launch, the company decides to built a framework ourself. I dont like Prado as it mak

Re: Changing theme

2006-11-11 Thread Moonbiter
Thanks for the suggestion. What I understood it's that they set a variable in the session (ok), read it from the session and copy the value in a controller's variable (ok) and then use controller variable to initialize stuff in a their View called ThemeView that is located in the views directory.

Re: article missing from bakery

2006-11-11 Thread bingo
hi Chris, Thanks for reminding about google cache...I knew about it, but completely forgot about it when I was search for this article.. Cheers :) bingo --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP"