Re: Help me design the database structure

2016-04-01 Thread mike karthauser
information about google docs can be found in their support section. http://lmgtfy.com/?q=google+docs+version+control On Fri, Apr 1, 2016 at 1:55 PM, Clement Crownrise < clementcrownr...@gmail.com> wrote: > @Mike, does google has this type of feature? please do enlighten me the > more > > On Fri,

Re: Help me design the database structure

2016-04-01 Thread Clement Crownrise
@Mike, does google has this type of feature? please do enlighten me the more On Fri, Apr 1, 2016 at 1:51 PM, mike karthauser wrote: > probably best to look at something like google docs which already has this > functionality before you start building something from scratch to handle > this. > >

Re: Help me design the database structure

2016-04-01 Thread mike karthauser
probably best to look at something like google docs which already has this functionality before you start building something from scratch to handle this. -- Sign up for our Newsletter for updates. http://cakephp.org/newsletter/signup We will soon be closing this Google Group. But don't worry, we

Help me design the database structure

2016-03-30 Thread Clement Crownrise
I design this database table? your help would be appreciated. Thanks -- Sign up for our Newsletter for updates. http://cakephp.org/newsletter/signup We will soon be closing this Google Group. But don't worry, we have something better coming. Stay tuned for an updated from the CakePHP Team

Anyone have done cakephp 3.x integration with angularjs 1.4.x, please help for the setup and directory structure

2016-02-07 Thread Ashish Raj
, please help. And help me about the integration process and work flow... I have searched alot in past days but found old code of cakephp 2.x and confused ... Currently I have found below link as best output of my search about this... https://medium.com/@ranostaj/login-with-cakephp3-and-angularjs

Help me abount transaction (begin, commit, rollback) in cakephp 3 version

2016-01-29 Thread Somsubhra Saha
(I think). Please help or guide me. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving

Re: Help with Cakephp 2.x pagination

2015-12-29 Thread Clement Crownrise
Thanks @John On Tue, Dec 29, 2015 at 8:53 AM, John Andersen wrote: > As Matthew wrote, use the Neighbor function. See the CakePHP book in this > page: > > http://book.cakephp.org/2.0/en/models/retrieving-your-data.html#find-neighbors > > Enjoy, John > > > On Tuesday, 29 December 2015 00:54:37 UT

Re: Help with Cakephp 2.x pagination

2015-12-28 Thread John Andersen
As Matthew wrote, use the Neighbor function. See the CakePHP book in this page: http://book.cakephp.org/2.0/en/models/retrieving-your-data.html#find-neighbors Enjoy, John On Tuesday, 29 December 2015 00:54:37 UTC+2, Clement Crownrise wrote: > > Thanks for your response, but please what is the ne

Re: Help with Cakephp 2.x pagination

2015-12-28 Thread Clement Crownrise
Thanks for your response, but please what is the neighbour function? Can you please paste the sytax here. Thanks On Monday, December 28, 2015 at 11:35:36 PM UTC+1, Matthew Kaufman wrote: > > Use the get neighbors function. > > On Mon, Dec 28, 2015 at 5:32 PM, Clement Crownrise > wrote: > >> He

Re: Help with Cakephp 2.x pagination

2015-12-28 Thread Matthew Kaufman
Use the get neighbors function. On Mon, Dec 28, 2015 at 5:32 PM, Clement Crownrise < clementcrownr...@gmail.com> wrote: > Hello everyone, below is the first page of my list page, The first > attachment.. > > On clicking on any of the data on the first page, it will open up and show > like the sec

Re: Can someone please help with the syntax necessary to create the following query in Cake 3

2015-12-11 Thread heavyKevy
unt, > 'type' => 'LEFT', > 'conditions'=> ['s.player_id = Players.id']], > 'v' => [$ViewCount, > 'type' => 'LEFT', > 'conditions'=> ['v.player_id = Playe

Can someone please help with the syntax necessary to create the following query in Cake 3

2015-12-11 Thread heavyKevy
'v.views', 'prospect_count' => 'p.prospects']) ->where(["Players.opt_out !=" => true]); The query spit out is missing the 3 aliased subqueries such as this one: SELECT player_id, COUNT(id) searches FROM player_recruiter_searches WHERE created >= 

Re: can you help me how to create highcharts in cakephp

2015-11-20 Thread John Andersen
What have you done yourself? How far have you gone? What errors are you having? Enjoy, John On Friday, 20 November 2015 13:53:41 UTC+2, Deepak Mishra wrote: > > can you help me how to create highcharts in cakephp plz help me > -- Like Us on FaceBook https://www.facebook.com/CakePHP F

can you help me how to create highcharts in cakephp

2015-11-20 Thread Deepak Mishra
can you help me how to create highcharts in cakephp plz help me -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from

Help CakePhp 3.0

2015-10-27 Thread Ricardo Franco
How to write the tags below to the version 3.0 of the cake? * New * Thank you! -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe

Re: Looking for a CakePHP Tutor with some help with MVC project

2015-10-15 Thread heavyKevy
Corey, I am be willing to help. Let me know what help/assistance you need. Regards, --Kevin On Thursday, October 15, 2015 at 3:45:06 AM UTC+7, LSRX4EVER wrote: > > Hello, > > I am currently working on an internship web application that is utilizing > CakePHP. Currently I ha

Looking for a CakePHP Tutor with some help with MVC project

2015-10-14 Thread LSRX4EVER
Hello, I am currently working on an internship web application that is utilizing CakePHP. Currently I have a very large mysql database schema and have been working slowly on developing and learning CakePHP. I am interested in finding a developer who is willing to freely devote some of their tim

help with uploadedFile validation rule

2015-09-17 Thread Raul Magdalena Catala
hello, i can not understand how uploadedFile validation rule works, http://api.cakephp.org/3.0/class-Cake.Validation.Validation.html#_uploadedFile can someone help me with and example, expanding below code? $validator ->add('image', ['rule' => ['uploaded

[help] CakePHP 3 - associated entities not coming through from find() (or get) even with contain clause

2015-09-17 Thread Ernesto Borio
Some associated data is not coming through, although it's in the contain clause. I can get $project->Participants if I set a belongsToMany relationship in the Projects table, relating to Participants through ProjectParticipants, but that way I still can't reach other tables associated with P

CakePHP 3 Book: Is anyone writing an introductory book to help beginners get started?

2015-07-12 Thread Paul M
ost recent book is about version 2. It's called "CakePHP 2 Application Cookbook" by James Watts. If an introductory book made it easier to learn CakePHP 3, then it would help attract new users. Here's a google trends chart showing that interest in CakePHP has not increased

Re: Help Installing CakePHP 3

2015-06-23 Thread Sebastiao Marcos
go to Xamp panel, 'config' apache select -> 'php.ini' find search intl uncoment, reboot service, and comanda again. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Group

Re: Help Installing CakePHP 3

2015-06-14 Thread McBuck DGAF
; /Applications/XAMPP/xamppfiles/etc/php.ini. > > I've tried everything I can think of including a fresh install of Xampp. > If anyone has run into the same or a similar problem I would sure > appreciate some help. > > I am currently running on Mac OS X Yosemite.  >

Help Installing CakePHP 3

2015-06-14 Thread Daniel Travelstead
ut my path is different for some reason: /Applications/XAMPP/xamppfiles/etc/php.ini. I've tried everything I can think of including a fresh install of Xampp. If anyone has run into the same or a similar problem I would sure appreciate some help. I am currently running on Mac OS X Yosemite.  -- L

Re: Help with Breadcrumbs

2015-06-02 Thread Christian Quispe
Hola Después del foreach has un pr($cat); Nos muestras los resultados Saludos Enviado desde Gmail para Android en Moto G www.oxicode.io El may. 31, 2015 4:39 PM, "Jekill CR" escribió: > > > > *Hi! friends i am from Costa Rica and need some help with the breadcrumbs &g

Re: I need some help with CakeDC Search

2015-06-02 Thread Christian Quispe
> > Am Sonntag, 31. Mai 2015 23:39:15 UTC+2 schrieb Jekill CR: >> >> >> *I need some help with CakeDC Search i configured the plugin with the >> instructions and nothing happens.* >> >> Only show the text of the search on the Web Browser search input. >&

Re: I need some help with CakeDC Search

2015-06-01 Thread euromark
See http://sandbox3.dereuromark.de/sandbox/search-examples and the code to it for example. Am Sonntag, 31. Mai 2015 23:39:15 UTC+2 schrieb Jekill CR: > > > *I need some help with CakeDC Search i configured the plugin with the > instructions and nothing happens.* > > Only sh

Help! exception handling

2015-05-31 Thread Sebastian Caballero
Hello Friends I have a problem I do not understand how to solve, need to capture the error code ($ error-> getCode ()) and put on an equal setFlash website that I use to set whether a save operation was deleted or modified successfully or not. The issue is that when there is an exception for an

Help with Breadcrumbs

2015-05-31 Thread Jekill CR
*Hi! friends i am from Costa Rica and need some help with the breadcrumbs This is the problem im trying to generate the breadcrumbs with this code in my view:* Html->addCrumb('Categorias', array('controller' => 'categories', 'action' =>

I need some help with CakeDC Search

2015-05-31 Thread Jekill CR
*I need some help with CakeDC Search i configured the plugin with the instructions and nothing happens.* Only show the text of the search on the Web Browser search input. Please if someone have a working configuration and can share with me. thanks in advance! I need the most simple

Getting started ... help!

2015-05-01 Thread Paul Snell
I am trying to use cakepdf to create a fairly large pdf on the fly.. I had a few set up problems, but they seem to be okay now. However, when I to to generate a pdf all I end up with (after a fairly long delay) is a completely blank page (even source is empty). SO I must be doing something wro

Facing problem with CakePHP 3.0.1 Routing, Please Help me ASAP

2015-05-01 Thread ziyed uddin
create all the action model view. i point to article index action, its working fine. but when i click to edit or view article then problem cumming i am trying but can not figure it. Need help while browsing : url/articles/view/1 show error: Not Found The requested URL /lionsbusiness/articles

Re: Help

2015-03-26 Thread José Lorenzo
Follow this tutorial http://book.cakephp.org/3.0/en/quickstart.html On Wednesday, March 25, 2015 at 4:53:57 PM UTC+1, Musa Dima wrote: > > Dear All I'm very new for cakePhP i want to learn cake php from Scratch > any body who can give me link for full video tutorial and other material. > warmly r

Help

2015-03-25 Thread Musa Dima
Dear All I'm very new for cakePhP i want to learn cake php from Scratch any body who can give me link for full video tutorial and other material. warmly regards -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message b

cakephp 3.0 stable ==>> need help with save assosiated, but data have composite primarykey

2015-03-23 Thread Farid Aditya
help i cann't saving data with save that have assosiated *nb*: *all my table used Inflector::rules('uninflected', ['dontinflectme']), so i don't have proble with naming convension* *this is my model table* class KaryawanTable extends Table {

Re: CakePHP 3 cipherseed removal and password migration - HELP

2015-02-26 Thread mcloide
ht explain why the hash string is so far apart. >> >> >> On Thursday, February 26, 2015 at 3:48:16 PM UTC-5, mcloide wrote: >>> >>> Well I did more than simply doing some gists but it did help me see that >>> my current application has something wrong

Re: CakePHP 3 cipherseed removal and password migration - HELP

2015-02-26 Thread José Lorenzo
> might explain why the hash string is so far apart. > > > On Thursday, February 26, 2015 at 3:48:16 PM UTC-5, mcloide wrote: >> >> Well I did more than simply doing some gists but it did help me see that >> my current application has something wrong in sense

Re: CakePHP 3 cipherseed removal and password migration - HELP

2015-02-26 Thread mcloide
x27;s hash mechanisms it might explain why the hash string is so far apart. On Thursday, February 26, 2015 at 3:48:16 PM UTC-5, mcloide wrote: > > Well I did more than simply doing some gists but it did help me see that > my current application has something wrong in sense that y

Re: CakePHP 3 cipherseed removal and password migration - HELP

2015-02-26 Thread mcloide
Well I did more than simply doing some gists but it did help me see that my current application has something wrong in sense that you are correct, cake2 to cake3 Simple and Weak methods are the same. This is my path for troubleshooting: Create a new cake 2.6.2 application from scratch, add

Re: CakePHP 3 cipherseed removal and password migration - HELP

2015-02-26 Thread José Lorenzo
m Cake 2 to Cake 3 and it also doesn't seem like it is using the > hashType set on config. > > Is there anything I'm missing here. Can anyone help? > > I need to decide really quick if I will move forth with Cake 3 or keep > development with Cake 2. > > Thanks in

CakePHP 3 cipherseed removal and password migration - HELP

2015-02-26 Thread mcloide
hrough the database or force them to reset their password. Based on the result above I don't see how I can use the same password system from Cake 2 to Cake 3 and it also doesn't seem like it is using the hashType set on config. Is there anything I'm missing here. Can anyone help?

Re: HELP - Session Files not created on ISP but created on localhost ??

2015-01-21 Thread David Watson
Hi Ken Thanks for your help, I found the solution after a bit more Investigation after taling to someone on the irc chat line .. The solution turned out to be some of the debugging statements that I had put in to find out what was going on.. The session start that is used by cake-php checks

Re: HELP - Session Files not created on ISP but created on localhost ??

2015-01-21 Thread kdubya
Dave, I was having (what seems like) the exact same problem. You can read the thread about it here: https://groups.google.com/forum/#!topic/cake-php/ORfK1b9AYTU My solution was to put CakeSession::start() in the beforeFilter() method in my AppController. Everything seems to work fine then. How

HELP - Session Files not created on ISP but created on localhost ??

2015-01-21 Thread David Watson
ing. When I ran the test program apache was able to write to the tmp/session directory so I know that the server can write to the directory .. After a long frustrating investigation, I have turned to help from the CakePhp Group as I have not found out the cause of why the session variable files

Re: saveAssociated (deep) with file upload on deep model - looking for help (everything good except upload)

2014-10-03 Thread BrendonKoz
hrough saveAssociated. :D ...upgrading my legacy app from 2.1 to 2.5 is not yet complete, so that's another amount of time I'll get to "play". :D Anyway, thanks to any one who looked at this in order to see if I needed help (and they thought they might be able to offer

Re: saveAssociated (deep) with file upload on deep model - looking for help (everything good except upload)

2014-10-03 Thread BrendonKoz
Sorry, correction: Currently running CakePHP v2.5.4 -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop recei

saveAssociated (deep) with file upload on deep model - looking for help (everything good except upload)

2014-10-03 Thread BrendonKoz
der behavior to the Upload behavior, when I switched from text to file upload fields I was getting an error that a field of type array was an incorrect value (or something along those lines), so I *suspect* that the Upload behavior is loaded and instantiated, but I do not know how to properly va

HELP cant display records from a join

2014-09-19 Thread ajt
Hi, I cant get this simple join to produce records. I am trying to link a HABTM model with joins but I dont get any records from the joined tables. I want all the subjects for tutor id =2 but as you see I get NULL and I have tried different recursive levels. i should not get NULL in the other

Re: CakePHP 3.0 beta 1: Please help to use Html helper in function on view

2014-09-02 Thread José Lorenzo
wrote: > > Dear all. > This so stupid but please help me. > In my cell: *app/src/View/Cell/MyCell.php* > i'm use public $helpers = ['Html']; > In my cell view: *app/src/Template/Cell/MyCell/display.ctp* > > $this->Html->link('name', ['cont

CakePHP 3.0 beta 1: Please help to use Html helper in function on view

2014-09-02 Thread Nguyễn Anh Tuấn
Dear all. This so stupid but please help me. In my cell: *app/src/View/Cell/MyCell.php* i'm use public $helpers = ['Html']; In my cell view: *app/src/Template/Cell/MyCell/display.ctp* Html->link('name', ['controller' => 'mycontroller', &

End tag for "meta" omitted, but OMITTAG NO was specified..Help please..

2014-07-04 Thread Jessica
Hi, I have been trying to fix several errors like this one below after validating my site through w3c. I am trying to take care of these errors myself, as a newbie to PHPCake. I tried adding /> after "1252, but it did not solve my problem. Any ideas on how to fix? Thanks! Jessica - *Line

Re: CakePHP NEWBIE needs help w/ international phone number add on contact form...

2014-07-01 Thread vbpupil
Hi Jessica Are you failing the validation? this is set in the model. See here for setting up model validation http://book.cakephp.org/2.0/en/models/data-validation.html I hoe this helps. On Monday, June 30, 2014 10:30:23 PM UTC+1, Jessica wrote: > > Hi, > >Please bear with me! Total newb

CakePHP NEWBIE needs help w/ international phone number add on contact form...

2014-07-01 Thread Jessica
Hi, Please bear with me! Total newbie in the CakePHP world. I need to be able to provide the option to add an international phone number on my customers registration form page. Currently, only a US 10 digit phone number is being allowed to be entered. I really need to be able to provide t

Re: Help me for First Application with CakePHP!

2014-06-25 Thread John Andersen
For your first application using CakePHP, please follow this tutorial in the CakePHP book: http://book.cakephp.org/2.0/en/getting-started.html#blog-tutorial Enjoy, John On Wednesday, 25 June 2014 08:30:56 UTC+3, Sankar V wrote: > > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Fin

Re: Help me for First Application with CakePHP!

2014-06-25 Thread Jeremy Burns : Class Outfit
Sure. What would like us to build for you? On 25 Jun 2014, at 06:30, Sankar V wrote: > > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePH

Help me for First Application with CakePHP!

2014-06-25 Thread Sankar V
-- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+uns

Re: My $this->Auth->login() does not work, any help please? :) Cakephp 2.5.1

2014-06-24 Thread Zero Sony
Hi all, Finaly, i found the solutions. I made a big mistake in my Form. I write "username " and "password " instead of "username" and "password". Cake took the space after username and password. Thx all for your help. =) -- Like Us on FaceBook htt

Re: My $this->Auth->login() does not work, any help please? :) Cakephp 2.5.1

2014-06-19 Thread Zero Sony
Thx for your help. I have just edited it. But it's still not work T_T https://gist.github.com/0-Sony/3c052a832687e8dbb4d7 Le jeudi 19 juin 2014 18:48:05 UTC+2, euromark a écrit : > > Mind your casing > > 'Authenticate' => 'form' > >

Re: My $this->Auth->login() does not work, any help please? :) Cakephp 2.5.1

2014-06-19 Thread 0-SonY
ts/authentication.html#configuring-authentication-handlers > > mark > > > > Am Donnerstag, 19. Juni 2014 15:32:53 UTC+2 schrieb Zero Sony: > >> https://gist.github.com/0-Sony/3c052a832687e8dbb4d7 >> >> Thx for your help! >> >> >> >> -- >

Re: My $this->Auth->login() does not work, any help please? :) Cakephp 2.5.1

2014-06-19 Thread euromark
> https://gist.github.com/0-Sony/3c052a832687e8dbb4d7 > > Thx for your help! > > > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups &quo

Re: My $this->Auth->login() does not work, any help please? :) Cakephp 2.5.1

2014-06-19 Thread Zero Sony
https://gist.github.com/0-Sony/3c052a832687e8dbb4d7 Thx for your help! -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubs

Re: My $this->Auth->login() does not work, any help please? :) Cakephp 2.5.1

2014-06-19 Thread José Lorenzo
Can you share your code via gist.github.com instead? On Wednesday, June 18, 2014 5:39:02 PM UTC+2, Zero Sony wrote: > > Hi all, > > I use cakephp 2.5.1 and my $this->Auth->login() does not work. It > return me "false" each time. > Maybe if someone can say me why , i ll be very gratefull ^^ >

Need help on custom Authorization with ACL

2014-06-05 Thread Arun Singh
CakePHP custom ACL Authorization using acos, aros & aros_acos Acl tables with extension api_ I am developing an restful API using CakePHP, I am trying to implement a custom authorization which authorize user using ACL, code looks something like _Collection->load('Acl'); list($

Re: Need help to integrate smary 3.0 with cake PHP 2.0

2014-06-04 Thread Борислав Събев Borislav Sabev
Html', > 'SmartyForm', > 'SmartySession', > 'Html', 'Session' > ); > } > > After adding this code in app controller my apache serve got crashed, and > i am unable to resolve this issue. > >

Need help to integrate smary 3.0 with cake PHP 2.0

2014-06-03 Thread Vivek Shah
controller my apache serve got crashed, and i am unable to resolve this issue. Anyone please help or share document from where i can refer how can we integrate smary with cakePHP. Thanks in Advance. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter

I need Help.. How to install Cake PHP 2.5.1 on Xampp running on a Windows 8.1 system

2014-06-03 Thread su_osi
word' => 'password', > 'database' => 'cakephpd', > 'prefix' => '', > //'encoding' => 'utf8', > ); > > public $test = array( > 'datasource' =>

Re: Routing and passed info help

2014-04-22 Thread euromark
query strings + https://github.com/CakeDC/search are the way to go for multiple filters that you want to persist Am Dienstag, 22. April 2014 14:26:04 UTC+2 schrieb advantage+: > > I have my index function and need to figure out to pass different > variables to paginate correct. > > > > Basica

Routing and passed info help

2014-04-22 Thread Advantage+
I have my index function and need to figure out to pass different variables to paginate correct. Basically on the index the pagination grabs everything, but there are "filters" so take shoes for example it now gets passed that variables so the url looks like /shoes/page:2 But the problem no

Cache Memcache engine help

2014-04-08 Thread Advantage+
I have / think Memcache engine is set up correct. (v 2.4.6) Core.php: $engine = 'Memcache'; Cache::config('inmemory', array( 'engine' => 'Memcache', 'duration' => 3600, 'serialize' => true, 'servers' => array(

help me to join the table with associative table using hasAndBelongsToMany

2014-03-20 Thread REnu Varghese
t;find('all'); My question is how i can join the Brand(table 4) with Business in this code. Brand table is related with each Business table brand_id is the primary key(id) of Brand table Help me please, Thanks in advance. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us

Re: Help! Auth Component in Lib directory

2014-02-25 Thread Ben Kennedy
Can't edit my first post, so just be aware that this line: $result = $Auth->identify($userArr,$resp); should be : $result = $Auth->identify($userObj,$resp); And I'm using Cake 2.4.4 -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You

Help! Auth Component in Lib directory

2014-02-25 Thread Ben Kennedy
er'), ); $result = $Auth->identify($userArr,$resp); return $result; } Any help would be greatly appreciated! -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message becaus

Re: I have problems in sending mail . Help ....

2014-02-16 Thread kdubya
You say you are running on Windows 7 which means you probably don't have an SMTP mail server running unless you have specifically set one up. I do development on a Win 7 machine but for Email testing I use my production linux server. So in my email.php file instead of using localhost, I point

I have problems in sending mail . Help ....

2014-02-15 Thread Nguyen Cuong
ler.php have existed : public function email(){ $email = new CakeEmail("smtp"); $email->viewVars(array('username' => 'cuongnv','active_link'=>'google.com')); $email->to('cuongcnt...@

Re: Help saving data with CakePHP 3.0 ORM

2014-02-05 Thread Alberto Pagliarini
Hi Carlos, PHP 5.4 permits the ['key' => 'value'] array syntax. The issue I had was resolved by using Entity class and $_accessible property. 2014-02-04 Carlos Javier Baeza Negroni : > Also check the array: > $data = ['name' => 'Walter White']; > > Should be: > $data = array('name' => 'Walter

Re: Help saving data with CakePHP 3.0 ORM

2014-02-05 Thread Alberto Pagliarini
Yeah! using Entity class and $_accessible property all works as expected! thanks José 2014-02-04 José Lorenzo : > Currently that is the most confusing part of the ORM and I'd like to make > it easier to understand in the next release preview. By default entities > are protected agains mass ass

Re: Help saving data with CakePHP 3.0 ORM

2014-02-04 Thread Carlos Javier Baeza Negroni
Also check the array: $data = ['name' => 'Walter White']; Should be: $data = array('name' => 'Walter White'); best regards. 2014-02-04 José Lorenzo : > Currently that is the most confusing part of the ORM and I'd like to make > it easier to understand in the next release preview. By default e

Re: Help saving data with CakePHP 3.0 ORM

2014-02-04 Thread José Lorenzo
Currently that is the most confusing part of the ORM and I'd like to make it easier to understand in the next release preview. By default entities are protected agains mass assignment, this means that you cannot create them without configuring what properties can be set from the request. You ne

Help saving data with CakePHP 3.0 ORM

2014-02-04 Thread bato
Hi, I'm starting to play with 3.0 ORM and I encountered some issues saving data. I have two simple tables: - authors with fields id and name - posts with fields id, title, text and author_id I have fill tables with two authors and some posts by hand to try retrieving data with cake. I

Help setting up 3.0

2014-01-12 Thread mark_story
You wan to run php composer.phar create-project -s dev cakephp/app The missing -s flag and cakephp/app are important. -mark -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the G

Re: Help setting up 3.0

2014-01-12 Thread Reuben
Because CakePHP 3 doesn't have a stable release yet, try the --dev flag. On Saturday, 11 January 2014 10:34:15 UTC+10, advantage+ wrote: > > I am trying to set this up with Composer install as outlined in the first > step. > > > > I want to play around locally, I am on windows 7 using wamp. Upg

Help setting up 3.0

2014-01-10 Thread Advantage+
I am trying to set this up with Composer install as outlined in the first step. I want to play around locally, I am on windows 7 using wamp. Upgraded wamp to the php 5.4 version. Downloaded the Composer windows installer. It does not give me the option where to install / save Composer to so

Re: Help / Source code for Simple Authentication tutorial

2014-01-01 Thread Squix
This error appears at every syntax or logic errors with the Auth component. To fix it, simply track the errors (it can be a semi-colon !) Squix -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you ar

Security Component Help

2013-12-28 Thread Advantage+
I want to make action requests more secure by implementing the Restricting HTTP methods { requirePost(),requireGet(), requirePut(), requireDelete()} but running into a bit of an issue. For an add request for example via ajax I have to fetch the form (get) and load it into the colorbox, and save

Re: Looking for Help with Cakephp basics .. aka looking for a mentor

2013-12-21 Thread Reuben Helms
When I get back from my Christmas break, I'll have a look at a bit of code I usually stick in my AppController or AppModel (it's been that long, I cant quite remember where it sits), but basically, it uses convention to recognise a file upload, and will save the file contents to a database field.

Re: Looking for Help with Cakephp basics .. aka looking for a mentor

2013-12-20 Thread Silver Troy
Hello Reuben, I want to thank you for that well thought reply, the answers and pointers you have given me. I really do try and find the answers through google, the cook book, youtube and irc. I just know that sometimes people can answer your question in a couple minutes that will save you ho

Re: Looking for Help with Cakephp basics .. aka looking for a mentor

2013-12-18 Thread rchavik
awesome answer reuben +69 -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send

Re: Looking for Help with Cakephp basics .. aka looking for a mentor

2013-12-18 Thread Reuben
There's this list, the irc channel and sometimes, stackoverflow, but your mileage may vary on how much effort you put into solving the problem yourself vs how much help you may receive. For example, you may experience a bit of radio silence when asking questions that are covered i

Re: GeoIp Help

2013-12-18 Thread Reuben
That's not how to do an 'and' in CakePHP conditions. Conditions in CakePHP will use 'and' by default, for items in the same array, unless explicitly keyed by an 'or'. This will get you closer to your goal, though you might want to check the greater than / less than operations for equality, and

GeoIp Help

2013-12-17 Thread Advantage+
Was hoping someone can point out where I am going wrong here. Just testing so code is rather sloppy. Related to GeoIP City / Country Location. (data is in my database, not a web call) $address = $this->my_ip2long($_SERVER['REMOTE_ADDR']); Calls this: private function my_ip2long($ip

Looking for Help with Cakephp basics .. aka looking for a mentor

2013-12-17 Thread Silver Troy
Hello Cakephp users, I am just looking for someone that is familiar with Cakephp and can help me figure out simple processes in CakePhp. I am looking for help with things like: ~ uploading a image ~ saving a form to say products table, but saving images uploaded to a product_images table

Re: need help with check/uncheck all checkbox [cakephp]

2013-11-18 Thread Dave M.
ries input[type=checkbox]').each(function(){ $(this).prop('checked', checked); }); }); On Friday, November 15, 2013 1:05:52 AM UTC-5, Sally wrote: > > I need help with this. I'm creating a checkbox to select or deselect the > country options. Pl

need help with check/uncheck all checkbox [cakephp]

2013-11-18 Thread Sally
I need help with this. I'm creating a checkbox to select or deselect the country options. Please help to give some clues and explaination. I'll be very grateful. Thanks in advance. Below are the code: *Location: View/country/add.ctp file* $(document).ready(function () { $(&

Re: Can anybody help me with this postLink() delete?

2013-11-06 Thread kushal i s
ct(array('action' => 'index')); >> } >> } >> } >> } >> } >> >> >> * >> -- >> * >> * >> * >

Re: ShellDispatcher help

2013-11-01 Thread AD7six
'App.fullBaseUrl', FULL_BASE_URL); > } > > return true; > } > > /** > * Set the error/exception handlers for the console > * based on the `Error.consoleHandler`, and `Exception.consoleHandler` > values > * if they are set. If they are not set, the default Co

ShellDispatcher help

2013-11-01 Thread Jared Testa
t, the default ConsoleErrorHandler will be * used. * * @return void */ public function setErrorHandlers() { App::uses('ConsoleErrorHandler', 'Console'); $error = Configure::read('Error'); $exception = Configure::read('Exception'); $errorHandler = new

RE: Pagination Help

2013-10-25 Thread Advantage+
m: cake-php@googlegroups.com [mailto:cake-php@googlegroups.com] On Behalf Of Anja Liebermann Sent: Friday, October 25, 2013 8:23 AM To: cake-php@googlegroups.com Subject: Re: Pagination Help -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Dave, is this condition on your first model or on a related model?

Re: Pagination Help

2013-10-25 Thread Anja Liebermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Dave, is this condition on your first model or on a related model? Anja Am 16.10.2013 17:59, schrieb Advantage+: > Now this used to work, but now it does not.. Not sure what happened. > > > > I have standard pagination but offer the ability

Pagination Help

2013-10-16 Thread Advantage+
Now this used to work, but now it does not.. Not sure what happened. I have standard pagination but offer the ability to paginate listings based on "featured". Paginator->options(array('url'=> array($this->params['pass'])));?> So if "featured" was passed it would then only display featu

Re: noobie- help with cake blog tutorial - Error PostsController could not be found

2013-10-06 Thread John Andersen
To me it seems like your CakePHP setup is incorrect. What is your document root set to in the Apache config file? I would asume it was set to: "C:\wamp\www\cake_2_0\app\webroot" That path is the root of your blog application. Also, please show us the tree structure of your "app" folder. Enjoy,

Re: noobie- help with cake blog tutorial - Error PostsController could not be found

2013-10-06 Thread Gaurav Matta
You seem to miss php tags in your controller...How comfortable are you with Php On Fri, Oct 4, 2013 at 3:19 AM, Frank Thomson wrote: > I am running WAMP server on my windows 8 laptop. > I have cake installed and the test screen shows up as OK. > There is more detail on that on my personal blog

  1   2   3   4   5   6   7   8   9   10   >