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

Re: Online baking tool for CakePHP

2015-03-19 Thread Matthew Kaufman
very nice! On Thu, Mar 19, 2015 at 7:09 AM, gabriel gko...@gmail.com wrote: Brilliant !! excellent work. Makes my life so much easier as I am only developing online and not locally, and don't use the command line... Thanks On Wednesday, 10 April 2013 14:19:04 UTC+1, Christian Cadéré wrote:

Re: CAKEPHP Admin with Scaffolding not working properly

2014-05-18 Thread Matthew Kaufman
Yup, This is happening literally for me too across 3 controllers. I have Contestants, Submissions, and another 3rd controller -- -all are only displaying the table of Contestants results... Submissions doesn't display submissions table --- it just does the h1 heading On Sat, May 17, 2014

Re: MP3 Upload Project : CakePHP

2014-05-17 Thread Matthew Kaufman
Awesome, finally someone that isn't using Bootstrap. On Fri, May 16, 2014 at 4:40 AM, Sibusiso Ndlovu s...@sbundlovu.co.za wrote: Hi All, https://lh3.googleusercontent.com/-L9KvNm2gLtw/U3XOtXnsw5I/AM0/e1qYQDoj6X0/s1600/One-Nation-Website-Layout---Store.png I new to CakePHP, read

Re: MP3 Upload Project : CakePHP

2014-05-17 Thread Matthew Kaufman
at 6:51 AM, Thomas von Hassel darx...@gmail.comwrote: There is nothing wrong with using Bootstrap, but it doesn’t take that much effort to not make it look like your are using Bootstrap :) /thomas On 17 May 2014, at 12:37, Matthew Kaufman mkfmn...@gmail.com wrote: Awesome, finally

Re: CakePHP 2.3 Upload (Grafikart Plugin)

2014-04-03 Thread Matthew Kaufman
+1 I have the same issue on Ubuntu 12.04 LTS *Warning* (2): chmod(): No such file or directory [*APP/Plugin/Upload/Model/Behavior/UploadBehavior.php*, line *54*] I have the fields in my database. Here is the output from Code and Context debug links: $model = object(VenueLocation) {

Re: $this-field and contain

2014-03-24 Thread Matthew Kaufman
Would Redis be more appropriate? On Mon, Mar 24, 2014 at 5:02 PM, euromark dereurom...@gmail.com wrote: for updating a record count you should not use saveField() but updateAll() See tons of questions and answers on SO like http://stackoverflow.com/questions/8773457/cakephp-increment-value

Re: Is it possible to create a plugin inside a plugin with CakePHP?

2013-09-16 Thread Matthew Kaufman
Lol….. What type of modular access or method or component (function) do you want to drop in? On Sep 15, 2013, at 10:25 AM, Tilen Majerle tilen.maje...@gmail.com wrote: No. -- Lep pozdrav, Tilen Majerle http://majerle.eu 2013/9/13 aram harutyunyan aramp...@gmail.com Hi Is it

Where is the Tool for the Naming Convention Generation

2013-09-03 Thread Matthew Kaufman
Hey, I was in IRC once and someone named an inflector type tool which generated the proper Model, Controller, View naming according to proper Conventions. It was on a sub-domain of cakephp.org; can anyone remind me of this uri? *Matthew M. Kaufman * CEO, MI2 Holdings LLC. -- Like Us on

RE: Where is the Tool for the Naming Convention Generation

2013-09-03 Thread Matthew Kaufman
in that last couple of days: http://inflector.cakephp.org/ Though here is the library: http://book.cakephp.org/2.0/en/core-utility-libraries/inflector.html On Wed, Sep 4, 2013 at 7:20 AM, Matthew Kaufman mkfmn...@gmail.com wrote: Hey, I was in IRC once and someone named an inflector type tool

RE: CakePHP 2.4.0 is ready

2013-08-30 Thread Matthew Kaufman
Since 2.4.0 is stable, when will the website be updated? Is currently 2.3.9 Sent from my Windows Phone -- From: mark_story mark.st...@gmail.com Sent: 8/30/2013 4:09 PM To: cake-php@googlegroups.com Subject: CakePHP 2.4.0 is ready The CakePHP core team is proud to

Re: Difference between theme and layouts

2013-01-21 Thread Matthew Kaufman
On Mon, Jan 21, 2013 at 11:02 PM, kani infok...@gmail.com wrote: Theme - CSS - JS - IMG - Layout What is the path to theme? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message

Re: Penetration tests

2012-12-21 Thread Matthew Kaufman
Which do you use? On Friday, December 21, 2012, HK wrote: which tools did you use for penetration tests? 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

Re: Example with ajax

2012-11-09 Thread Matthew Kaufman
This doesn't work for Cake 2.x though. Where is the documentation for using jQuery in side of CakePHP 2.x? Any links would be excellent especially if there is official documentation. On Thu, Nov 8, 2012 at 3:39 AM, kani infok...@gmail.com wrote: www.cakephp.4uk.pluse this helper very

Re: cakedc sample search

2012-10-06 Thread Matthew Kaufman
LOL... I am reading inline so sorry if I missed the part that made this line... not funny... because that's funny hehehe. Matt On Fri, Oct 5, 2012 at 1:49 AM, AD7six andydawso...@gmail.com wrote: Unfortunately, all CakePHP applications require CakePHP. AD -- Like Us on FacekBook

Re: How to get client mac address in PHP ..?

2011-11-24 Thread Matthew Kaufman
chown www-data /usr/bin/arp Then $parse = exec(arp -an) On Thursday, November 24, 2011, Leandro Rodrigues leandrorodriguescas...@gmail.com wrote: Java Applet 2011/11/21 Sathia S sathia2...@gmail.com I need to know the MAC address of the connect clients, how can I do this in PHP?

Re: Using REST In CakePHP 2.0

2011-11-14 Thread Matthew Kaufman
Yes Thank you 000w.s.s.000 for your reply; I have the exact same setup as well now for the temporary work-around. It makes me question slightly what CakePHP is Good For again any more; am I wrong in my thinking? Why is this so overly complex to do something that is supposed to be very simple.

Re: Using REST In CakePHP 2.0

2011-11-14 Thread Matthew Kaufman
Yes, you can feel free as well as I would have if I knew how to do it; I did look at the XML class. On Mon, Nov 14, 2011 at 6:47 PM, jeremyharris funeralm...@gmail.com wrote: XML has been completely reworked in CakePHP 2.0 Take a look at the API docs here: http://api20.cakephp.org/class/xml

Re: Using REST In CakePHP 2.0

2011-11-14 Thread Matthew Kaufman
Yeah seriously; it is better though. LOL On 11/14/11, euromark dereurom...@googlemail.com wrote: and it should also be mentioned that now all keys are (forced) lowercase. I dont know WHY but thats how it is now.. really messed up tons of my library classes - which of course were looking for

Re: Using REST In CakePHP 2.0

2011-11-14 Thread Matthew Kaufman
Is this GitHub documentation different from what is hosted on the CakePHP Docs Website? (https://github.com/cakephp/docs.git) Then do I need to do the below?: -- == Building the documentation == After installing the require packages you can build the documentation using Make # Create all the

[with CakePHP *2*]... How Can I Controller::add() content into Cake via Curl on Command Line?

2011-11-09 Thread Matthew Kaufman
Hello, Before with Cake 1.3 it was very easy to add content into Cake via command line using curl and HTTP POST: I'd setup as such: */app/Config/routes.php* Router::mapResources('central_index_keys'); Router::parseExtensions('xml'); And obviously have* my controller: *public $components =

Re: [with CakePHP *2*]... How Can I Controller::add() content into Cake via Curl on Command Line?

2011-11-09 Thread Matthew Kaufman
Hello everyone, This is what works: root@mkfmnweb:/home/matt# curl -XPOST -d 'CentralIndexKeyid/idcik2002/cikcompany_nameCAKEPHP/company_name/CentralIndexKey' http://192.168.1.100/cakephp/central_index_keys/add.xml --header 'content-type:text/xml' The changes I notice from the 1.3 branches

Re: Trying to get REST working Properly in Cake 2.0

2011-11-08 Thread Matthew Kaufman
] = AGRICULTURAL PROD-LIVESTOCK ANIMAL SPECIALTIES ) ) Array ( [StandardIndustrialClassificationCode] = Array ( [sic] = 700 [industry_name] = AGRICULTURAL SERVICES ) ) On Wed, Nov 9, 2011 at 12:27 AM, Matthew Kaufman mkfmn...@gmail.com wrote: Hello

Re: Console Bake plugin

2011-10-19 Thread Matthew Kaufman
LOL On Wed, Oct 19, 2011 at 10:11 AM, AD7six andydawso...@gmail.com wrote: On Oct 19, 3:52 pm, Björn Etzold bjoern.etz...@9flats.com wrote: Why i can not bake model and controller for a plugin? Because you're sitting too far from the desk to reach the keyboard? AD -- Our newest site

Re: CakePHP 2.0.0 release

2011-10-18 Thread Matthew Kaufman
Hey, Last Night: I tried to paste my entire output of my Cake Bake output for Baking a Database Config: I get the same Fatal Error in output: (Paste of zer0_gravity): PHP Fatal error: Class 'DATABASE_CONFIG' not found in /var/www/cake_2_0/lib/Cake/ Console/Command/Task/DbConfigTask.php on line

Re: CakePHP 2.0.0 release

2011-10-18 Thread Matthew Kaufman
]', 'database' = 'cake_2_0' ); } ? Matthew M. Kaufman http://mkfmn.com/ 503-881-6906 On Tue, Oct 18, 2011 at 1:17 PM, Matthew Kaufman mkfmn...@gmail.com wrote: Hey, Last Night: I tried to paste my entire output of my Cake Bake output for Baking a Database Config: I get the same

Running Bake for Database Configuration File Setup

2011-10-17 Thread Matthew Kaufman
Hello, I have always been worried about releases between Cake versions; however I have/had/have the feeling that Cake 2.0 Stable is finally what I have been waiting for: However, it is late at night and I am slightly tired [not common]; and I just wanted to post this for documentation purposes.

Re: CakePHP 2.0 Released

2011-10-16 Thread Matthew Kaufman
Can't wait to get to installing and setting up Cake 2 Stable later tonight shortly to see These points interest me the highest! - HTML 5 form inputs support in form helper. - A Sexier default look taking advantage of new CSS 3 features. To be honest the default baked views were horrible.

Re: Se Ya Cake..bake a dick cake frosting on your face...............

2011-09-16 Thread Matthew Kaufman
Pat-a-cake, pat-a-cake, baker's man ... On 9/16/11, Dr. Tarique Sani tariques...@gmail.com wrote: FWIW http://www.google.com/trends?q=cakephp%2C+ruby+on+rails%2C+zend+framework%2C+symfonyctab=0geo=alldate=allsort=2 All trends regarding any framework ultimately merge into more or less the

Re: Se Ya Cake..bake a dick cake frosting on your face...............

2011-09-11 Thread Matthew Kaufman
hahahahaha On Sun, Sep 11, 2011 at 3:30 AM, Raisen weys...@gmail.com wrote: Why are you comparing Cake to Drupal? Shouldn't you be comparing Cake to Django? Or Ruby on Rails? I don't see the point in your troll at all. Maybe you should had posted your message in the Joomla group. --

Re: Se Ya Cake..bake a dick cake frosting on your face...............

2011-09-11 Thread Matthew Kaufman
LOL, Your subject line is ridiculous... On Sun, Sep 11, 2011 at 3:32 AM, Matthew Kaufman mkfmn...@gmail.com wrote: hahahahaha On Sun, Sep 11, 2011 at 3:30 AM, Raisen weys...@gmail.com wrote: Why are you comparing Cake to Drupal? Shouldn't you be comparing Cake to Django? Or Ruby

Re: Se Ya Cake..bake a dick cake frosting on your face...............

2011-09-11 Thread Matthew Kaufman
lol!!! I really like Cake, but I almost agree!!! On Sun, Sep 11, 2011 at 2:45 AM, Krissy Masters naked.cake.ba...@gmail.comwrote: Cake is falling apart, everyone wants Drupal . Kill me hate me but its true. Cake is an ass in the pan going where? Cake fest eat it up cause the

Re: Se Ya Cake..bake a dick cake frosting on your face...............

2011-09-11 Thread Matthew Kaufman
AM, Matthew Kaufman mkfmn...@gmail.com wrote: LOL, Your subject line is ridiculous... ** ** On Sun, Sep 11, 2011 at 3:32 AM, Matthew Kaufman mkfmn...@gmail.com wrote: hahahahaha ** ** On Sun, Sep 11, 2011 at 3:30 AM, Raisen weys...@gmail.com wrote: Why are you

Re: Se Ya Cake..bake a dick cake frosting on your face...............

2011-09-11 Thread Matthew Kaufman
Yves, in response to you: I know -- why do you ? ... On Sun, Sep 11, 2011 at 9:08 AM, Yves S. Garret yoursurrogate...@gmail.comwrote: No, it's just an attention whore/troll. Seriously guys, why did you even bother writing back? On Sun, Sep 11, 2011 at 8:58 AM, 100rk

Re: Scalable CakePHP Architecture

2011-08-26 Thread Matthew Kaufman
Varnish Cache server may be a good solution for this; in ways potentially. I haven't tried this yet. http://goo.gl/NYpPY On Sat, Aug 27, 2011 at 12:14 AM, Dr. Tarique Sani tariques...@gmail.comwrote: I would split out the app into mini apps which share sessions(if needed) to start with I

Re: problem - timeAgoInWords

2011-08-14 Thread Matthew Kaufman
I was going to suggest using strtotime() on the date first http://php.net/strtotime Matt Kaufman http://mkfmn.com/ On Sun, Aug 14, 2011 at 7:31 AM, Prabha vathi prabha.ridd...@gmail.comwrote: Hi, Thanks for your advice. I will act accordingly. Thanks again On Sun, Aug 14, 2011 at 4:54

Re: CakePHP 1.3.11 and 2.0.0-beta released

2011-07-28 Thread Matthew Kaufman
Thank you, I have been waiting for this release -- Matt Kaufman, 23, NYC http://mkfmn.com/ On Thu, Jul 28, 2011 at 12:46 PM, mark_story mark.st...@gmail.com wrote: Generally after a beta any existing functionality should stay the same. New features will probably work their way in. But what