Re: CakePHP 3 Component

2015-07-20 Thread euromark
pass the data to the model layer or use events to pass them >> >> Use https://github.com/UseMuffin/Footprint >> >> Mark >> >> >> Am Donnerstag, 16. Juli 2015 23:03:45 UTC+2 schrieb Rafael Queiroz: >>> >>> Hi guys, >>> >

Re: CakePHP 3 Component

2015-07-18 Thread Jeremy Burns : Class Outfit
;> >> >> Am Donnerstag, 16. Juli 2015 23:03:45 UTC+2 schrieb Rafael Queiroz: >> Hi guys, >> >> I need loaded components in my Models, actually Auth Component, for store >> user id logged. In old version, CakePHP 2.x, i using in my model: >> >>

Re: CakePHP 3 Component

2015-07-18 Thread euromark
://github.com/UseMuffin/Footprint > > Mark > > > Am Donnerstag, 16. Juli 2015 23:03:45 UTC+2 schrieb Rafael Queiroz: >> >> Hi guys, >> >> I need loaded components in my Models, actually Auth Component, for store >> user id logged. In old version, C

Re: CakePHP 3 Component

2015-07-17 Thread Rafael Queiroz
b.com/UseMuffin/Footprint > > Mark > > > Am Donnerstag, 16. Juli 2015 23:03:45 UTC+2 schrieb Rafael Queiroz: >> >> Hi guys, >> >> I need loaded components in my Models, actually Auth Component, for store >> user id logged. In old version, CakePHP 2.x, i usi

Re: CakePHP 3 Component

2015-07-17 Thread Jeremy Burns : Class Outfit
actually Auth Component, for store > user id logged. In old version, CakePHP 2.x, i using in my model: > > App::uses('AuthComponent', 'Controller/Component'); > > public function beforeSave() { > if (!$this->id) { > $this->data[$t

Re: CakePHP 3 Component

2015-07-17 Thread euromark
> > I need loaded components in my Models, actually Auth Component, for store > user id logged. In old version, CakePHP 2.x, i using in my model: > > App::uses('AuthComponent', 'Controller/Component'); > > public function beforeSave() { > if (!$this-&

CakePHP 3.0.9 Released

2015-07-16 Thread mark_story
The CakePHP core team is happy to announce the immediate availability of CakePHP 3.0.9. This is a maintenance release for the 3.0 branch. Bugfixes You can expect the following changes in 3.0.9. See the [changelog](http://cakephp.org/changelogs/3.0.9) for every commit. * Index and

Re: Uploading Cakephp site to live server and getting error 500 internal server error

2015-07-16 Thread Mike Knight
Please check your web server(nginx/apache) logs . without further information ,I can't say what's wrong. 2015-07-16 14:03 GMT+08:00 Amitava Pramanik < amitava.xecution.technolog...@gmail.com>: > I have created a cakephp site and uploaded to my staging server. The Url > is h

CakePHP 3 Component

2015-07-16 Thread Rafael Queiroz
Hi guys, I need loaded components in my Models, actually Auth Component, for store user id logged. In old version, CakePHP 2.x, i using in my model: App::uses('AuthComponent', 'Controller/Component'); public function beforeSave() { if (!$this->id) { $

Re: CakePHP 3

2015-07-16 Thread Rafael Queiroz
Hey man, I need skinny controller. I need remove this code to "controller" for using in Model/Entity or Model/Table. On Thu, Jul 16, 2015 at 11:17 AM, 'Sajoscha Sauer' via CakePHP < cake-php@googlegroups.com> wrote: > Hi Rafael, > > $userid = $this->Au

Re: CakePHP 3

2015-07-16 Thread 'Sajoscha Sauer&#x27; via CakePHP
>success(__('Your article has been saved.')); > return $this->redirect(['action' => 'index']); > } > $this->Flash->error(__('Unable to add your article.')); > } > $this->set('article

CakePHP 3 Events

2015-07-16 Thread Rafael Queiroz
ity->isNew()) { $event = new Event("Model.{$this->alias()}.afterCreate", $this, []); $this->eventManager()->dispatch($event); } } In Cake 3, my modelAlias is plural, not singular. -- Regards, Rafael F. Queiroz -- Like Us on FaceBook https://www

CakePHP 3

2015-07-16 Thread Rafael Queiroz
is->Flash->error(__('Unable to add your article.')); } $this->set('article', $article);} In old version, 2.x, i use beforeSave callbacks in Model and load AuthComponent, for save user id logged. Any sugestion for Cake 3 ? Thanks. -- Regards, Rafael F. Queiroz

Uploading Cakephp site to live server and getting error 500 internal server error

2015-07-16 Thread Amitava Pramanik
I have created a cakephp site and uploaded to my staging server. The Url is http://xecutiontech.com/rr-2/ In my staging server the site has been uploaded to the folder named rr-2 that's why the url looks like xecutiontech.com/rr-2. The site looks ok if I hit the above mentioned url. My c

Re: CakePHP 3 with ckeditor and kcfinger

2015-07-14 Thread Allison Mckenzie
Get a business phone line and create a ur life link that works, try and get your own website licence and your own editor code , all linked to a url off your own instead off another editors On Saturday, 11 July 2015, gianmere wrote: > I'm using CakePHP 3 with ckeditor and kcfinder. &g

Re: cakephp ajax pagination

2015-07-13 Thread euromark
schrieb Daniel Uche: > > I am trying to do an ajax pagination in cakephp 3.0 but for some reason i > can't get around it > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscri

CakePHP cPanel et envoi des Emails

2015-07-12 Thread Ouafae Bel'
> > Bonsoir, Je suis débutante en CakePHP et je rencontre le problème qui suit > : J'ai besoin d'envoyer des courriels à travers CakeEmail , qui > fonctionne très bien en local mais pas sur le serveur . Je suis sur ' > cPanel' . J'ai donc un prob

CakePHP 2.7.0 Released

2015-07-12 Thread mark_story
The CakePHP core team is happy to announce the immediate availability of CakePHP 2.7.0. 2.7.0 is an API compatible feature release for the 2.x release series. The last 2.6 release will be 2.6.9, which will be released later this week. 2.7.0 should be a drop in replacement for your existing 2.5

cakephp ajax pagination

2015-07-12 Thread Daniel Uche
I am trying to do an ajax pagination in cakephp 3.0 but for some reason i can't get around it -- 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 "Cake

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

2015-07-12 Thread Paul M
Is anyone writing an introductory book about CakePHP 3 aimed at beginners? I'm asking because I've seen books about other frameworks such as Yii and Laravel. They can typically be found on LeanPub, Amazon / Kindle, and Paktpub.com etc. But I have not seen any CakePHP 3 books. The m

CakePHP 3 with ckeditor and kcfinger

2015-07-12 Thread gianmere
I'm using CakePHP 3 with ckeditor and kcfinder. I have configured all how said there: http://kcfinder.sunhater.com/integrate I've a problem when I try to uploda or browse files. I've the error: "Error: Controller class Js could not be found." I know it's normal: wh

How to execute stored procedure in cakephp 2.6 with mssql server 2005 ?

2015-07-09 Thread The_devil_3
Hi everyboy, It's been a a month now that i'm trying to execute and get the result of a stored procedure wich is located in mssql server with cakephp. So far I've tried this : $conn = $this->DevCondition->getDataSource('default'); $result = $conn->query

Re: In CakePHP 3, how do I check if user is logged in and has admin rights?

2015-07-05 Thread DJ Far
chrieb frocco: >> >> I want to check in my default layout. >> >> Thanks >> > -- 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

Basic usage of cakePHP 3.0 Upgrade tool - Where to install the upgrade tool?

2015-07-03 Thread glk
Ok, you got me into cakePHP 3.0, but now it's time to actually upgrade a V2 site to V3. The Upgrade tool README.md says "After downloading/cloning the upgrade tool, you need to install dependencies with 'composer' OK, but the what FOLDER was I supposed to download and

CakePHP 2.6.8 Released

2015-06-29 Thread mark_story
The CakePHP core team is happy to announce the immediate availability of CakePHP 2.6.8. This is a maintenance release for the 2.6 branch. Bugfixes You can expect the following changes in 2.6.8. See the [changelog](http://cakephp.org/changelogs/2.6.8) for every commit. * Fix issue with

CakePHP 3.0.8 released

2015-06-28 Thread mark_story
The CakePHP core team is happy to announce the immediate availability of CakePHP 3.0.8. This is a maintenance release for the 3.0 branch. Bugfixes You can expect the following changes in 3.0.8. See the [changelog](http://cakephp.org/changelogs/3.0.8) for every commit. * `EntityTrait

JOB POST: CakePHP Developer Needed (Full time in LA area)

2015-06-27 Thread atoney
*Company:Stage 32 (Stage32.com* *Job Description:CakePHP 3 Web Developer * Established in 2011, Stage 32 is the world’s largest social network and eduational hub for film, television and theater creatives. *Forbes* Magazine has called Stage 32 “LinkedIn meets Lynda

Re: CakePHP 3.0.7 Released

2015-06-26 Thread Ankit Bhardwaj
;> >>>> public static function config($a) { >>>> static::_config($a); >>>> } >>>> } >>>> >>>> Bar::config(['a']); >>>> >>>> ?> >>>> >>>> >>>

Re: CakePHP 3.0.7 Released

2015-06-26 Thread José Lorenzo
;> >>> >>> On Monday, June 22, 2015 at 7:09:00 AM UTC+2, Ankit Bhardwaj wrote: >>>> >>>> PHP Version 5.4.41 >>>> >>>> On Sun, Jun 21, 2015 at 11:42 PM, José Lorenzo >>>> wrote: >>>> >>>>> What version oh PHP

Re: CakePHP 3.0.7 Released

2015-06-26 Thread Ankit Bhardwaj
une 22, 2015 at 7:09:00 AM UTC+2, Ankit Bhardwaj wrote: >>> >>> PHP Version 5.4.41 >>> >>> On Sun, Jun 21, 2015 at 11:42 PM, José Lorenzo >>> wrote: >>> >>>> What version oh PHP do you have? >>>> >>&

Re: Editor for Cakephp

2015-06-25 Thread Douglas Costa
Netbeans On Jun 13, 2015 4:12 AM, "Pamela Whittaker" wrote: > What do you suggest as an editor for CakePHP please? I use Dreamweaver cs6 > for PHP but that doesn't open .ctp files. Thanks > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find

Re: How to create Login using "already-hashed password" from another application (non-cakephp application)

2015-06-25 Thread chol paul
find out the password hasher of that app. and create a mirror of that class of course the cakephp way. password hashers are found in app/controller/components/auth. Optionally your custom hashers can extent AbstractPasswordHasher On 6/25/15, 'Cruisine' via CakePHP wrote: >

Re: How to create Login using "already-hashed password" from another application (non-cakephp application)

2015-06-24 Thread Dr. Tarique Sani
You create a custom password hasher class See http://book.cakephp.org/3.0/en/controllers/components/authentication.html#creating-custom-password-hasher-classes On Thu, Jun 25, 2015 at 9:39 AM, 'Cruisine' via CakePHP < cake-php@googlegroups.com> wrote: > Dear friends, >

How to create Login using "already-hashed password" from another application (non-cakephp application)

2015-06-24 Thread 'Cruisine&#x27; via CakePHP
Dear friends, Recently i'm working with cakephp project. The database used in the project is from another already built application (non-cakephp app), which is has its own user table that has full of user's datas. The password are already hashed from that application. My question is,

Re: Editor for Cakephp

2015-06-24 Thread joelro
I use ICEcoder it's easy to set up and works in your browser. I couldn't ask for an easier set up. www.ICEcoder.net -- 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

Editor for Cakephp

2015-06-23 Thread heavyKevy
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-ph

Re: Editor for Cakephp

2015-06-23 Thread Willem Schwarte (Prive)
the navigation > rubbed me the wrong way, and PHP editing felt like a second class citizen > to Java (especially the application of code formatting). > > On Saturday, 13 June 2015 17:12:42 UTC+10, Pamela Whittaker wrote: >> >> What do you suggest as an editor for CakePHP

Re: Editor for Cakephp

2015-06-23 Thread Reuben
Beans after the PHPStorm evaluation, but the navigation rubbed me the wrong way, and PHP editing felt like a second class citizen to Java (especially the application of code formatting). On Saturday, 13 June 2015 17:12:42 UTC+10, Pamela Whittaker wrote: > > What do you suggest as an editor

Re: Cakephp 3 ignores new field when adding new record (Bookmarker tutorial, bake, patchEntity())

2015-06-23 Thread DigitalDude
bel; ?> Currently this sounds a bit dumb, but maybe it helps someone else who runs into the same problem. -- 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 &qu

Cakephp 3 ignores new field when adding new record (Bookmarker tutorial, bake, patchEntity())

2015-06-23 Thread DigitalDude
Hey, I've been using CakePHP since the 1.2 version and have used all major releases before in client projects. Now I'm testing the new version (3.0.6) and did that by using the "Bookmarker"-Tutorial. So I added a few things and modified everything to my needs and it's

Re: Upgrade sage pay protocol v3 in cakephp 1.3

2015-06-23 Thread Gaurav Kumar
TC+1, Gaurav Kumar wrote: >> >> I have used that in CakePHP 2.6, implemented sage pay for buy online. >> There is nothing that you have to change just changes the version and in >> the response you will get some additional data from sage pay so if you are >> saving the

Re: Upgrade sage pay protocol v3 in cakephp 1.3

2015-06-23 Thread Gaurav Kumar
olin > > On Friday, 19 June 2015 04:07:27 UTC+1, Gaurav Kumar wrote: >> >> I have used that in CakePHP 2.6, implemented sage pay for buy online. >> There is nothing that you have to change just changes the version and in >> the response you will get some additional data

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 s

Re: Upgrade sage pay protocol v3 in cakephp 1.3

2015-06-23 Thread Colin Rainsforth
I need to update a site too - but from SagePay v2.2 to v3.0. SagePay v2.2 seems to have had fewer madatory fields than v2.3. Can you advise on this? Thanks in advance Colin On Friday, 19 June 2015 04:07:27 UTC+1, Gaurav Kumar wrote: > > I have used that in CakePHP 2.6, implemented sa

Re: Editor for Cakephp

2015-06-23 Thread lorenzoshake
Il giorno sabato 13 giugno 2015 09:12:42 UTC+2, Pamela Whittaker ha scritto: > > What do you suggest as an editor for CakePHP please? I use Dreamweaver cs6 > for PHP but that doesn't open .ctp files. Thanks > coda 2 -- Like Us on FaceBook https://www.facebook.com/CakePHP F

Re: CakePHP 3.0.7 Released

2015-06-22 Thread Ankit Bhardwaj
n, Jun 21, 2015 at 11:42 PM, José Lorenzo >> wrote: >> >>> What version oh PHP do you have? >>> >>> >>> On Saturday, June 20, 2015 at 9:17:07 AM UTC+2, Ankit Bhardwaj wrote: >>>> >>>> it doesnot run on serve

Re: CakePHP 3.0.7 Released

2015-06-22 Thread José Lorenzo
tal error*: Call to undefined method >>> Cake\Datasource\ConnectionManager::_config() in >>> */home/myceous/public_html/myceo/vendor/cakephp/cakephp/src/Datasource/ConnectionManager.php* >>> >>> on line *80* >>> >>> *Fatal erro

Re: Editor for Cakephp

2015-06-22 Thread thanat
I use Netbeans too, so far the best for me. Perfect for big projects. On Saturday, June 13, 2015 at 9:12:42 AM UTC+2, Pamela Whittaker wrote: > > What do you suggest as an editor for CakePHP please? I use Dreamweaver cs6 > for PHP but that doesn't open .ctp files. Thanks >

Mix of CakePHP 1.3 and CakePHP 3x ?

2015-06-22 Thread thanat
Hi All, i need advice. I have an legacy backoffice app made in cakephp 1.3. Its quite huge project and now we want to add new features. (more less standalone modules which don't affect existing app) The plan is to move whole app to newver CakePHP version (longterm plan), so we decid

Re: CakePHP 3.0.7 Released

2015-06-21 Thread Ankit Bhardwaj
l error*: Call to undefined method >> Cake\Datasource\ConnectionManager::_config() in >> */home/myceous/public_html/myceo/vendor/cakephp/cakephp/src/Datasource/ConnectionManager.php* >> on line *80* >> >> *Fatal error*: Call to undefined method Cake\View\StringTemplate

Re: CakePHP 3.0.7 Released

2015-06-21 Thread José Lorenzo
lic_html/myceo/vendor/cakephp/cakephp/src/Datasource/ConnectionManager.php* > > on line *80* > > *Fatal error*: Call to undefined method Cake\View\StringTemplate::get() > in > */home/myceous/public_html/myceo/vendor/cakephp/cakephp/src/View/StringTemplate.php* > > on line

Re: CakePHP 3.0.7 Released

2015-06-20 Thread Ankit Bhardwaj
it doesnot run on server.. shows this errors.. *Fatal error*: Call to undefined method Cake\Datasource\ConnectionManager::_config() in */home/myceous/public_html/myceo/vendor/cakephp/cakephp/src/Datasource/ConnectionManager.php* on line *80* *Fatal error*: Call to undefined method Cake

Re: Upgrade sage pay protocol v3 in cakephp 1.3

2015-06-19 Thread Eb ook
Let me see, Thank Gaurav Kumar so much. On Friday, 19 June 2015 10:07:27 UTC+7, Gaurav Kumar wrote: > > I have used that in CakePHP 2.6, implemented sage pay for buy online. > There is nothing that you have to change just changes the version and in > the response you will get som

Re: Upgrade sage pay protocol v3 in cakephp 1.3

2015-06-18 Thread Gaurav Kumar
I have used that in CakePHP 2.6, implemented sage pay for buy online. There is nothing that you have to change just changes the version and in the response you will get some additional data from sage pay so if you are saving them then you can check it. On Thursday, June 18, 2015 at 11:13:39 PM

Upgrade sage pay protocol v3 in cakephp 1.3

2015-06-18 Thread Eb ook
Dear all, I'm using cakephp version 1.3 with. My website used sage pay for buy online. The sagepay sent email for me. They suggested to upgrade protocol from v2.23 to v3. Can you help me upgrade it. Thanks regards. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find

Re: Editor for Cakephp

2015-06-18 Thread Pamela Whittaker
thanks. What about phpedit - is that any good? On Saturday, 13 June 2015 08:12:42 UTC+1, Pamela Whittaker wrote: > > What do you suggest as an editor for CakePHP please? I use Dreamweaver cs6 > for PHP but that doesn't open .ctp files. Thanks > -- Like Us

How to watermark text on upload image in cakephp

2015-06-18 Thread Christian Quispe
Hola Instala el componente por composer e indicanos el método que sueles usar. A partir de eso podré ayudarte para aplicarlo a tu función. Tambien He visto plugins que hace lo que índicas -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP

Re: cakephp search

2015-06-18 Thread euromark
You need to be more precise. Mark Am Donnerstag, 18. Juni 2015 10:17:17 UTC+2 schrieb SURYA PANDEY: > > *how to create search system using database in cake php.. plz suggest > me* > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter

Re: Editor for Cakephp

2015-06-18 Thread Anil jangir
Note++ is best On Saturday, June 13, 2015 at 12:42:42 PM UTC+5:30, Pamela Whittaker wrote: > > What do you suggest as an editor for CakePHP please? I use Dreamweaver cs6 > for PHP but that doesn't open .ctp files. Thanks > -- Like Us on FaceBook https://www.facebook.com/C

cakephp search

2015-06-18 Thread SURYA PANDEY
*how to create search system using database in cake php.. plz suggest 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 u

How to watermark text on upload image in cakephp

2015-06-18 Thread Anil jangir
Hi, I am new on this group...and i am looking for specific method to put watermark text on upload image in cakephp...I know have many component for this like ImageTool, Qimage etc but i don't know how to use this for watermark because i am on beginner level of cakephp. Could anyone he

Re: Editor for Cakephp

2015-06-16 Thread Mario Dourado
rote: >>> >>> What do you suggest as an editor for CakePHP please? I use Dreamweaver >>> cs6 for PHP but that doesn't open .ctp files. Thanks >>> >> -- >> Like Us on FaceBook https://www.facebook.com/CakePHP >> Find us on Twitter http://t

Fatal error: Call to undefined method Cake\Datasource\ConnectionManager::_config() in cakephp3/vendor/cakephp/cakephp/src/Datasource/ConnectionManager.php on line 80

2015-06-16 Thread Ankit Bhardwaj
Fatal error: Call to undefined method Cake\Datasource\ConnectionManager::_config() in cakephp3/vendor/cakephp/cakephp/src/Datasource/ConnectionManager.php on line 80 This error came during installation of Cakephp 3.X on serve after putting DB details. Please help -- Like Us on FaceBook

Re: Editor for Cakephp

2015-06-16 Thread Stephen S
I also swear by NetBeans. On 13 June 2015 at 09:33, hanna marie natividad wrote: > Try Netbeans. > > > On Saturday, June 13, 2015 at 3:12:42 PM UTC+8, Pamela Whittaker wrote: >> >> What do you suggest as an editor for CakePHP please? I use Dreamweaver >> cs6 for

Re: Help Installing CakePHP 3

2015-06-14 Thread McBuck DGAF
restarted Apache afterwards, right?), then maybe there are conflicting settings in one of the other .ini files. Good luck! On Sunday, June 14, 2015 at 10:55:00 PM UTC-4, Daniel Travelstead wrote: > > > Hi all, > > I have just recently gotten into PHP and want to install CakePHP 3

Re: "Companies using CakePHP"

2015-06-14 Thread mark_story
It should be possible to get that setup. There isn't a form, but you can email me at this address and I can do my best to remember to take care of it -Mark On Sunday, 31 May 2015 13:39:56 UTC-4, Pgbi wrote: > > Hello there, > > I've launched not long ago a new website

Help Installing CakePHP 3

2015-06-14 Thread Daniel Travelstead
Hi all, I have just recently gotten into PHP and want to install CakePHP 3 through Xampp. There's many tutorials on how to do so, but for whatever reason non of them work. I keep getting the problem when running through Terminal: cakephp/cakephp 3.0.x-dev requires ext-intl * -> the r

CakePHP 3.0.7 Released

2015-06-14 Thread mark_story
The CakePHP core team is happy to announce the immediate availability of CakePHP 3.0.7. 3.0.7 is a maintenance release for the 3.0 release series. Bug Fixes in 3.0.7 -- * Time validation rules now accept 12:15pm. * Table names with .'s to access tables in other databases in

CakePHP 2.7.0-RC released

2015-06-14 Thread mark_story
The CakePHP core team is happy to announce the immediate availability of CakePHP 2.7.0-RC. 2.7.0 will be the next API compatible release for the 2.x release series. 2.7.0 should be a drop in replacement for your existing 2.5 or 2.6 libraries. In 2.7 the following new features are available

Re: Is there a working Localized plugin for CakePHP 3.0?

2015-06-14 Thread Paulo Terra
x27;message' => __('Merci d\'entrer un numéro de téléphone valide.') > ]); > > return $validator; > } > > > > I hope it will help. > > best regards > > Le vendredi 12 juin 2015 13:06:04 UTC+2, Paulo Terra a écrit : >>

Re: Is there a working Localized plugin for CakePHP 3.0?

2015-06-14 Thread Anthony GRASSIOT
i 12 juin 2015 13:06:04 UTC+2, Paulo Terra a écrit : > > Hi, I have been looking for a plugin to validate Person ID, Phone, ZIP > Code, etc, but all I can find is for old versions of CakePHP. Does anybody > know where I can find a working version for CakePHP 3.0? > > Thanks.

Re: Is there a working Localized plugin for CakePHP 3.0?

2015-06-14 Thread Paulo Terra
;>> This is exactly what I was reading at the moment. Thanks José. >>> Em 13/06/2015 12:10, "Anthony GRASSIOT" >>> escreveu: >>> >>>> he's refering to this: >>>> >>>> http://book.cakephp.org/3.0/en/core-libraries/

Re: Is there a working Localized plugin for CakePHP 3.0?

2015-06-13 Thread Paulo Terra
2015 04:13:25 UTC-3, José Lorenzo escreveu: >>>>>> >>>>>> There isn't yet. What do you need from the plugin? >>>>>> >>>>>> If it is the validation rules, you can just copy the rules from the >>>>>> old Loca

Re: Is there a working Localized plugin for CakePHP 3.0?

2015-06-13 Thread Anthony GRASSIOT
> There isn't yet. What do you need from the plugin? >>>>>> >>>>>> If it is the validation rules, you can just copy the rules from the >>>>>> old Localized plugin into your custom validation provider. >>>>>> >>>&

Re: Is there a working Localized plugin for CakePHP 3.0?

2015-06-13 Thread Anthony GRASSIOT
gt;>>> There isn't yet. What do you need from the plugin? >>>>> >>>>> If it is the validation rules, you can just copy the rules from the >>>>> old Localized plugin into your custom validation provider. >>>>> >>&

Re: Is there a working Localized plugin for CakePHP 3.0?

2015-06-13 Thread Paulo Terra
in? >>>> >>>> If it is the validation rules, you can just copy the rules from the old >>>> Localized plugin into your custom validation provider. >>>> >>>> On Friday, June 12, 2015 at 1:06:04 PM UTC+2, Paulo Terra wrote: >>>

Re: Is there a working Localized plugin for CakePHP 3.0?

2015-06-13 Thread Paulo Terra
on provider. >>> >>> On Friday, June 12, 2015 at 1:06:04 PM UTC+2, Paulo Terra wrote: >>>> >>>> Hi, I have been looking for a plugin to validate Person ID, Phone, ZIP >>>> Code, etc, but all I can find is for old versions of CakePHP. Does anybody

Re: Is there a working Localized plugin for CakePHP 3.0?

2015-06-13 Thread Anthony GRASSIOT
you can just copy the rules from the old >> Localized plugin into your custom validation provider. >> >> On Friday, June 12, 2015 at 1:06:04 PM UTC+2, Paulo Terra wrote: >>> >>> Hi, I have been looking for a plugin to validate Person ID, Phone, ZIP >>> Co

Re: Is there a working Localized plugin for CakePHP 3.0?

2015-06-13 Thread Paulo Terra
ugin to validate Person ID, Phone, ZIP >> Code, etc, but all I can find is for old versions of CakePHP. Does anybody >> know where I can find a working version for CakePHP 3.0? >> >> Thanks. >> >> Paulo Terra >> > -- Like Us on FaceBook https://www.faceboo

Re: Avoid converting date/datetime fields to Cake/Time instances with CakePHP 3

2015-06-13 Thread Aday Talavera
e >>> >>> There exists an easy way to avoid that conversion? >>> >>> I was forced to do something like this in the collection to use combine >>> or indexBy groupBy collection functions with date fields: >>> >>> ->each

Re: Editor for Cakephp

2015-06-13 Thread hanna marie natividad
Try Netbeans. On Saturday, June 13, 2015 at 3:12:42 PM UTC+8, Pamela Whittaker wrote: > > What do you suggest as an editor for CakePHP please? I use Dreamweaver cs6 > for PHP but that doesn't open .ctp files. Thanks > -- Like Us on FaceBook https://www.facebook.com/CakePHP F

Re: Editor for Cakephp

2015-06-13 Thread Willem Schwarte
Phpstorm is awesome > Op 11 jun. 2015 om 11:45 heeft Pamela Whittaker > het volgende geschreven: > > What do you suggest as an editor for CakePHP please? I use Dreamweaver cs6 > for PHP but that doesn't open .ctp files. Thanks > -- > Like Us on FaceBook https:

Re: Avoid converting date/datetime fields to Cake/Time instances with CakePHP 3

2015-06-13 Thread José Lorenzo
ons with date fields: >> >> ->each(function ($entity){ >> $entity->dateStr = $entity->date->toDateString(); >> return $entity; >> }) >> ->combine('dateStr', 'id

Re: Is there a working Localized plugin for CakePHP 3.0?

2015-06-13 Thread José Lorenzo
to validate Person ID, Phone, ZIP > Code, etc, but all I can find is for old versions of CakePHP. Does anybody > know where I can find a working version for CakePHP 3.0? > > Thanks. > > Paulo Terra > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Tw

Cakephp Search Plugin problem

2015-06-13 Thread B Solana
I hope you can help me. I've done all steps like here "http://stackoverflow.com/questions/10590199/cakephp-basic-help-to-use-cakedc-search-plugin"; but the searcher doesn't anything. My project is about one User's List and I want to filter for the fields &#x

Editor for Cakephp

2015-06-13 Thread Pamela Whittaker
What do you suggest as an editor for CakePHP please? I use Dreamweaver cs6 for PHP but that doesn't open .ctp files. Thanks -- 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 t

Is there a working Localized plugin for CakePHP 3.0?

2015-06-12 Thread Paulo Terra
Hi, I have been looking for a plugin to validate Person ID, Phone, ZIP Code, etc, but all I can find is for old versions of CakePHP. Does anybody know where I can find a working version for CakePHP 3.0? Thanks. Paulo Terra -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on

Re: Avoid converting date/datetime fields to Cake/Time instances with CakePHP 3

2015-06-12 Thread Aday Talavera
tity; > }) > ->combine('dateStr', 'id') > ->indexBy('dateStr') > ->GroupBy('dateStr') > > Cheers. > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://

Re: Advise plugin to compress CSS and JS for cakephp 3.x

2015-06-11 Thread euromark
https://github.com/FriendsOfCake/awesome-cakephp#asset-management Am Mittwoch, 10. Juni 2015 19:40:13 UTC+2 schrieb InYan: > > Advise plugin to compress CSS and JS for cakephp 3.x. > In the old version of the framework I've used CakePHP-Combinator-Plugin > <https://git

Re: Advise plugin to compress CSS and JS for cakephp 3.x

2015-06-11 Thread Harold Putman
https://github.com/markstory/asset_compress On Wednesday, June 10, 2015 at 1:40:13 PM UTC-4, InYan wrote: > > Advise plugin to compress CSS and JS for cakephp 3.x. > In the old version of the framework I've used CakePHP-Combinator-Plugin > <https://github.com/joshuapalin

Advise plugin to compress CSS and JS for cakephp 3.x

2015-06-10 Thread InYan
Advise plugin to compress CSS and JS for cakephp 3.x. In the old version of the framework I've used CakePHP-Combinator-Plugin <https://github.com/joshuapaling/CakePHP-Combinator-Plugin> But with cakephp 3.x it does not work. -- Like Us on FaceBook https://www.facebook.com/CakePHP

What are the things should be considered before hiring a CakePHP development company?

2015-06-09 Thread Victor jack
Over the decade, being the earliest PHP framework, CakePHP is very popular and widely utilized by most of the web developers. Since its existence, numerous web development companies like Agriya <http://www.agriya.com/> have flourished in the online world for rendering optimum C

Re: Regarding module creation in cakephp v 3.0

2015-06-08 Thread José Lorenzo
Use Plugins: http://book.cakephp.org/3.0/en/plugins.html#plugins On Sunday, June 7, 2015 at 9:33:23 PM UTC+2, Naman Kaushik wrote: > > I am new to cakephp. > I want to break the whole module into module chunks . > How can I do that. > Please help me out. > > -- Like

Re: cakephp 3.0- login and registration using custom tables

2015-06-08 Thread José Lorenzo
Hello, > > I have the same question, cakephp provide advance feature but require some > specific Talbe/Field, How can we know more detail about those name ? > Thank you. > > On Monday, June 1, 2015 at 5:39:15 AM UTC+8, sakshi bhalla wrote: >> >> Hello, >> &

Re: cakephp 3.0- login and registration using custom tables

2015-06-07 Thread Leo Wong
Hello, I have the same question, cakephp provide advance feature but require some specific Talbe/Field, How can we know more detail about those name ? Thank you. On Monday, June 1, 2015 at 5:39:15 AM UTC+8, sakshi bhalla wrote: > > Hello, > > can anyone please help me with the sou

stocker un tableau avec l'option serialize() cakephp

2015-06-07 Thread moncif aidi
s lignes de type d'absence , j'utilise cakephp , j'ai réussie de stocker une seul colonne, mais j'arrive pas de stocker tout le tableau . merci voila mon code de mon controleur public function edit($id = null) { if (!$this->Clas->exists($id)) { throw new NotFoundExcep

Cake 2.x include multiple external php files in cakephp View

2015-06-07 Thread Curtis var jsonData
I want to include several external php files in a cakephp View *require_once and require methods* I can use require_once() and require() to get one of the php files to show in the View. However, the rest of the 'require_once' php files do not show eg. THe page renders but only

Regarding module creation in cakephp v 3.0

2015-06-07 Thread Naman Kaushik
I am new to cakephp. I want to break the whole module into module chunks . How can I do that. Please help me out. -- 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

Re: CakePHP 2.4 Auth->login() always return TRUE ... ?

2015-06-07 Thread Rawal Hardik
rray( > 'loginRedirect' => array( > 'controller' => 'Events', > 'action' => 'index' > ), > 'loginAction' => array('controller' => 'Users', 

Re: How to write a query | cakephp 3.x

2015-06-05 Thread InYan
ord_1}{$word_2}{$word_3}{$word_4}{$word_5}{$word_6}){$word_7}{$word_8}{$word_9}) order by frequency desc"; $res = mysql_query($query); while($row = mysql_fetch_array($res)){$result[$row['id']]['kw'] = $row['kw' ]; $result[$row['id']][

<    1   2   3   4   5   6   7   8   9   10   >