Users rating

2009-09-04 Thread koko
Hello, I have a webapp where users can rate other users, it's something like amazone rating system where you can rate sellers and comment on their profile page. The users table is something like: id username password and the rating table: id user_id reviewer_id note that user_id and reviewer_i

ACL for some fields

2009-04-14 Thread koko
Hello all bakers, I've used ACL many times before, but with a new site I have a problem that can be solved manually but I want to do it in ACL way (if any). Let's say I have a posts table, in posts table there is 'id', 'title', 'body' and 'notes', I want to give the user only the ability to writ

Re: The First CakePHP Book is out!

2008-07-17 Thread koko
Great news I saw it yesterday when I was surfing in Packt's site ... and I'll get one soon ... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroup

Session is lost when user moves from current page to another

2008-06-23 Thread koko
When I have the sessions saved to "database", the sessions are lost when users move to another page. When staying on the same page, the sessions seem to work just fine. For example, in a Thread Add action, when users don't choose a forum from a select menu, the same action is rendered again and $t

Wiki

2008-06-19 Thread koko
Hello, could anyone reupload or recreate this page http://groups.google.com/group/cake-php/web/create_a_wiki_with_cakephp.zip I need these files ... thanks for the help --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

Re: Cake Forge

2008-06-13 Thread koko
Thank you for the link , but I thought that they wrote it in cake !! On Jun 14, 1:09 am, John David Anderson <[EMAIL PROTECTED]> wrote: > On Jun 13, 2008, at 4:03 PM, koko wrote: > > I *think* at one time it was based on this: > > http://gf

Cake Forge

2008-06-13 Thread koko
Hello, I just wanted to know if anyone knows how to get cakeforge script ... is it available for download or what?? because I wanted to start a website for small open source projects and I want to see how cake programmers do it in cakeforg ... --~--~-~--~~~---~--~

Re: Session problem

2008-06-10 Thread koko
Anybody found a solution to this ?? I am having the exact same problem here !! On May 21, 5:25 am, Ozzy OG Kush <[EMAIL PROTECTED]> wrote: > Hey, > > I am having this same exact problem! I'm using CakePHP 1.1.19.6305 . > > This is very frustrating! Any help would be very appreciated. > > On Apr

Re: Script protection

2008-06-10 Thread koko
Mr "Smelly_Eddie" have you ever read MIT or GNU license I guess not I didn't steal any open source code ... JUST the code that I wrote I have the right not to distribute as open source next time read well before writing this silly post On Jun 9, 2:41 pm, "Larry E. Masters aka PhpNut" <[E

Re: Script protection

2008-06-10 Thread koko
g them so, and > passing of their work as your own. > > On Jun 8, 2:02 pm, koko <[EMAIL PROTECTED]> wrote: > > > Hey, > > > I didn't find a better place to discuss this topic than this group of > > bakers ;-) , because CakePHP offers a very customizable

Re: Script protection

2008-06-10 Thread koko
o, and > passing of their work as your own. > > On Jun 8, 2:02 pm, koko <[EMAIL PROTECTED]> wrote: > > > Hey, > > > I didn't find a better place to discuss this topic than this group of > > bakers ;-) , because CakePHP offers a very customizable and reusa

Re: Script protection

2008-06-08 Thread koko
No body wanna share his knowledge? On Jun 8, 8:02 pm, koko <[EMAIL PROTECTED]> wrote: > Hey, > > I didn't find a better place to discuss this topic than this group of > bakers ;-) , because CakePHP offers a very customizable and reusable > code !! > > I bake sites

Script protection

2008-06-08 Thread koko
Hey, I didn't find a better place to discuss this topic than this group of bakers ;-) , because CakePHP offers a very customizable and reusable code !! I bake sites always and always have the same fears, "stealing my scripts" of course you know that it's very easy to steal Cake's scripts or

CakePHP used with VBulletin

2008-05-29 Thread koko
Hello, I need to integrate VBulletin with a Cakephp project I am currently working on. To do this, I tried including the VBulletin global.php file into the Cakephp bootstrap.php file and am always getting this error: Warning: array_keys() [function.array-keys]: The first argument should be an arr

Re: Headers Problem

2008-05-19 Thread koko
h ... it was a redirect problem and until now I don't know the reason, here is my function: function register() { $this->layout = 'default'; if (!empty($this->data)) { if ($this->User->save($this->data)) { $this->Session->setFlash('You\'ve been

Re: Headers Problem

2008-05-19 Thread koko
@Filip: thank you I'll check that, but my redirects are done as normal ... as manual advises ... but I'll look for something like that @Samuel: you mean after ?> if there is any return, I have to remove it right?? But what bothers me that it's working on localhost but on server I got these erro

Headers Problem

2008-05-18 Thread koko
Hello, Believe me, I've searched this group and all google links ... and this is my habit before asking any question here. I have header problem Cannot modify header information - headers already sent by (output started at /home/*/public_html/*/app/webroot/index.php:1) [CORE/cake/ libs/controll

Re: ORDER BY id DESC

2008-05-10 Thread koko
ًWAW ... I haven't seen this FAQ before !!! it's very nice ... danke On May 10, 5:36 pm, the_woodsman <[EMAIL PROTECTED]> wrote: > See the FAQ (http://groups.google.co.uk/group/cake-php/web/faq) > > section "How to display more views/blocks in a single page?"

Re: ORDER BY id DESC

2008-05-10 Thread koko
I want to include many views into one view ... One big view contain many views (or actions) like a template ... there exist a topic in book 1.2 about how to template your email messages using set() Yeah set is working well but I just wanted to see if anyone has another way ,, but I think set()

Re: ORDER BY id DESC

2008-05-10 Thread koko
sorry I didn't mention that I'm using the latest 1.2.x from SVN (8/5/2208) anyway ... thanks very much ... but didn't find something like that anywhere I found how to pass a query thanks very much BTW... do you know how to set up a layout that contains many views (or actions behind

ORDER BY id DESC

2008-05-10 Thread koko
Hello, I've searched this group and all other resources (bakery, manual, book, API), but I found no useful results ... I have a table and that table contain some fields (it's only one table no HABTM here and no two tables relations): id . . catid . . I just mentioned the important fields ...

Re: CookBook PDF

2008-03-09 Thread koko
mment be wise and send him a message to know why he did that then if person didn't correct it his mistake, you have the right to talk about him ... because no body is infallible right??? On Mar 9, 9:45 pm, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On Sun, Mar 9, 2008 at

Re: CookBook PDF

2008-03-09 Thread koko
"Chris Hartjes" don't use bad words when you talk to someone you don't know ... I didn't said any badword about you or anybody here so let's be gentlemen OK --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP"

Re: CookBook PDF

2008-03-09 Thread koko
Once again it was a mistake writing my name it was a version for myself to differentiate it from the others PDFs or documents when I open it ... and I just wanted to help but in a wrong way I deleted the link so there will be no worry ... Thank you all --~--~-~--~~~---

Re: CookBook PDF

2008-03-09 Thread koko
Sorry Cake's fans ... I removed the link it's not for sharing anymore and if ANYBODY HAS THE VERSION PLEASE DON'T REPUBLISH OR SHARE IT ... it contains some mistakes and something I miss (my name) ... and it's not up to date because the manual is not ready yet so until that the Cake gurus wil

Re: CookBook PDF

2008-03-09 Thread koko
Hey I've printed the book for my own reading because I don't like to read from HTML (the look is difference) and if I wnat to print any page it'll be easier I've told the documentation leader in CakePHP about the book and if he can link to it ... but he didn't answer me !! here is the link