Re: CakePHP Reference Project

2007-01-23 Thread Walker Hamilton
@RichardAtHome I have been working on writing a task-based manual for Textpattern. I wrote the system that I am using to run the manual in Cake. It's here: http://txpmanual.com The Admin interface is integrated into the site (not a separate admin section) once you've logged in as admin. If you'

Re: CakePHP Reference Project

2007-01-23 Thread RichardAtHome
I think I might have come up with a possible application: A forum. This seems to tick all the required boxes and I particularly like the idea of building it to be embedded in another cake application or run stand-alone. I've had a look on cakeforge and the only other forum related project is abo

Re: CakePHP Reference Project

2007-01-23 Thread Dr. Tarique Sani
On 1/23/07, RichardAtHome <[EMAIL PROTECTED]> wrote: > Some great comments for all concerned :-) > > I haven't had a look at Cheesecake-Photoblog yet, but judging by its > feature list and a (very quick look at the code) I certainly will be! Thanks :) > I'm not trying to steal anyones thunder her

Re: CakePHP Reference Project

2007-01-23 Thread RichardAtHome
Some great comments for all concerned :-) I haven't had a look at Cheesecake-Photoblog yet, but judging by its feature list and a (very quick look at the code) I certainly will be! I'm not trying to steal anyones thunder here. tbh, my reasons for getting the project underway are pretty selfish.

Re: CakePHP Reference Project

2007-01-23 Thread Dr. Tarique Sani
On 1/23/07, kabturek <[EMAIL PROTECTED]> wrote: > Why not write bakery articles about is ? > And as far as i see it - there are many projects / snippets that show > these things - you only have to look for it... Exactly my point, the fact that more people want more to be written had infact prompt

Re: CakePHP Reference Project

2007-01-23 Thread Dr. Tarique Sani
On 1/23/07, Barton <[EMAIL PROTECTED]> wrote: > Tarique, you mean that a reference project is nog really necessary > because we can digg into the code of the Cheesecake-Photoblog? No - I am saying that there are resources already available and again I am in no way projecting Cheesecake-Photoblog

Re: CakePHP Reference Project

2007-01-23 Thread kabturek
The whole idea is great but ... Why not write bakery articles about is ? And as far as i see it - there are many projects / snippets that show these things - you only have to look for it... I also liked rdOpenSource ( gwoo did you say that you want to release the new rdBloggery ? ;) ) especially

Re: CakePHP Reference Project

2007-01-23 Thread Barton
Tarique, you mean that a reference project is nog really necessary because we can digg into the code of the Cheesecake-Photoblog? I think the problem with a reference project is that too many features will be included which would make it very hard to termine which code is for which feature. The p

Re: CakePHP Reference Project

2007-01-22 Thread Dr. Tarique Sani
On 1/22/07, Samuel DeVore <[EMAIL PROTECTED]> wrote: > > Sounds like a great cakeforge project, that I would be willing to try > to help with as time allows! Was looking through the list of features which folks would like to see in a reference project and compared it with Cheesecake-Photoblog Her

Re: CakePHP Reference Project

2007-01-22 Thread gwoo
http://bakery.cakephp.org/articles/view/203 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email

Re: CakePHP Reference Project

2007-01-22 Thread Samuel DeVore
Sounds like a great cakeforge project, that I would be willing to try to help with as time allows! On 1/22/07, Barton <[EMAIL PROTECTED]> wrote: > > I think what has been mentioned above is more than enough for a sample > project. > > Personally I think authentication and sending e-mails are most

Re: CakePHP Reference Project

2007-01-22 Thread Barton
I think what has been mentioned above is more than enough for a sample project. Personally I think authentication and sending e-mails are most important. These are basic stuff for every community project. --~--~-~--~~~---~--~~ You received this message because yo

Re: CakePHP Reference Project

2007-01-22 Thread keymaster
... only because you said "reference" app: secure authentication with captcha based login ACL user management/user groups heirarchical categories multi-language pagination demonstrates the various forms of caching templatable admin panel site management (turn on/off "undergoing maintenance" sign)

Re: CakePHP Reference Project

2007-01-22 Thread RichardAtHome
Thanks for the feedback so far :-) I am, by no stretch of the imagination a Cake guru (this is why I'm starting this project). What I am planning on doing is to post first drafts of code as I understand they should be written to this group and get advice/tweaks/feedback. Hopefully, by the end of

RE: CakePHP Reference Project

2007-01-22 Thread Christian Winther [cwi.dk]
@googlegroups.com Subject: Re: CakePHP Reference Project On 1/22/07, RichardAtHome <[EMAIL PROTECTED]> wrote: > Ok, I've had my moan about the documentation for cake ;-) > > Time to do something about it. Great > Anything else? Addons / Plugins - which are truly plug and play

Re: CakePHP Reference Project

2007-01-22 Thread Dr. Tarique Sani
On 1/22/07, RichardAtHome <[EMAIL PROTECTED]> wrote: > Ok, I've had my moan about the documentation for cake ;-) > > Time to do something about it. Great > Anything else? Addons / Plugins - which are truly plug and play Making the app plugable into some popular CMS (Joomla?) and yet it ca

Re: CakePHP Reference Project

2007-01-22 Thread [EMAIL PROTECTED]
Hi, using 3rd party components - for example some neat class for pdf export (maybe fpdf?) btw, i'd like to cooperate... is there a possibility? martin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" gr

RE: CakePHP Reference Project

2007-01-22 Thread Christian Winther [cwi.dk]
e PHP Subject: CakePHP Reference Project Ok, I've had my moan about the documentation for cake ;-) Time to do something about it. I'd like to create a 'Reference' Project and associated documentation. Something that uses best practices and incorporates all the common elements

Re: CakePHP Reference Project

2007-01-22 Thread RichardAtHome
Another thing to add to the list of components: Email --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group,

CakePHP Reference Project

2007-01-22 Thread RichardAtHome
Ok, I've had my moan about the documentation for cake ;-) Time to do something about it. I'd like to create a 'Reference' Project and associated documentation. Something that uses best practices and incorporates all the common elements a commercial cake project would call on and illustrates how