RFC: New http://ask.cakephp.org

2013-06-28 Thread ravage1984
[Cross posting this on CakePHP Facebook Group https://www.facebook.com/groups/cake.community/] Hello everybody I came across an idea which I wanted to share with and hope to spark some discussion. Probably - or better said for sure - I'm not even the first one having it. First some back story:

Re: 3.0: a peek into CakePHP's future

2013-07-18 Thread ravage1984
Mark, It's good you directly include the containable behavior. Since I'v started using CakePHP last winter I've heard it so many times from experienced developers (e.g. in IRC) that this is a must have in everyone's app, that I was wondering why is it not activated by default then? ;-) Thanks

Re: User Authentication with 2 different tables

2013-07-18 Thread ravage1984
Hi Marius, I guess best is you use two authentication objects. Didn't try the following, but it should give you an idea: public $components = array( > 'Auth' => array( > 'authenticate' => array( > 'WebUserForm' => array( > 'fields' => array('username' => '

OT: Printed API docs

2013-08-05 Thread ravage1984
Hello everybody. One of our customers insists in printed docs. This includes the API docs. I'm going nuts since neither apigen nor phpdoc2 support this (anymore). phpdoc 1.x did, but this is no option anymore. CakePHP officially uses apigen for their api docs

Re: 3.0: a peek into CakePHP's future

2013-08-07 Thread ravage1984
Indeed, CakePHP shouldn't be (tightly) coupled with any frontend framework. Joomla! for example learnt its lessons when they wanted to get rid of the coupled mootools. If CakePHP should be coupled, then certainly with the most popular anyway. There are many tastes, preferences etc and thus opnion

Re: how do I get a barcode inside a table?

2013-08-07 Thread ravage1984
http://vintasoft.com/vsbarcode-dotnet-index.html May be? Google is your friend: http://www.google.ch/search?hl=de&q=barcode+pdf+einlesen#bav=on.2,or.r_qf.&fp=a2c38355a318043b&hl=de&q=barcode+image+read Barcodes are nothing but a string of digits, where's your problem? Am Mittwoch, 7. August 2013

Re: Can one use jquery instead of JsHelper?

2013-09-07 Thread ravage1984
Guys, keep in mind that in CakePHP 3.0 there will be no JSHelper. https://github.com/cakephp/cakephp/pull/1012 So I personally recommend to not rely on it, if you can. Sam, if you just started to use CakePHP and have not implemented JSHelper yet, don't start with it. There's not much advantage

Re: Can one use jquery instead of JsHelper?

2013-09-07 Thread ravage1984
https://groups.google.com/forum/#!searchin/cakephp-core/jshelper/cakephp-core/UaXqk_rTdxE/AaznyE_XG1gJ Am Samstag, 7. September 2013 15:49:13 UTC+2 schrieb Sam: > > Anyone knows why JSHelper will be removed in CakePHP 3.0? What is bad > about it that caused it to be removed? > > On Saturday, Sept

Re: Problem with controllers

2013-09-11 Thread ravage1984
Hi, Joshua Please if you double post, mark both posts as such (through edit or answer to the post ). Also please provide additional information that others can actually help you. Other post: https://groups.google.com/forum/#!topic/cake-php/X0iUBZwiWOY Thanks Marc Am Sonntag, 8. September 2013

Re: Help with controller

2013-09-11 Thread ravage1984
Hi, Joshua Please if you double post, mark both posts as such (through edit or answer to the post ). Also please provide additional information that others can actually help you. Other post: https://groups.google.com/forum/#!topic/cake-php/ut4tW4gWQrQ Thanks Marc Am Sonntag, 8. September 2013

Re: Issues have moved to Github

2013-10-16 Thread ravage1984
As it's about a part of the CakePHP framework, I don't see why it should be wrong to put it into its issue list. https://github.com/cakephp/cakephp/issues Marc Am Dienstag, 15. Oktober 2013 09:01:50 UTC+2 schrieb Reuben: > > Where might one submit an issue about installing via Composer for CakeP

Re: File clean up after using CakeResponse::file()

2013-10-25 Thread ravage1984
Hey Reuben Out of sheer curiosity (once again *g*), I gave it a try. You are right, there is no way to do this in one request/response since sending the response is the last thing the browser does. That's just how HTTP works. There are two ways though, I think (and I'm may be wrong, it 7 in th

RFC: German CakePHP Docs

2014-08-05 Thread ravage1984
Hello bakers! Recently there was a Pull Request on GitHub for adding *German documentation* to the Cookbook. Dereuromark (CakePHP core developer) and rme (CakePHP docs contributor) are b

Re: Cake 2.5.1 Extremely Slow With MSSQL?

2014-08-14 Thread ravage1984
I'm not sure if this is really a good idea. See: http://stackoverflow.com/questions/1155211/what-is-pdo-scrollable-cursor But if you want this find its way into the core, then you can help the core team to get in there. Help yourself by either: a) Create an issue explaining everything on GitHub

Re: Which parts of the framework can be used outside the framework?

2015-07-10 Thread ravage1984
David, First, checkout the various GitHub repos besides the framework, the app skeleton and the usual suspects such as DebugKit: https://github.com/cakephp/ Let's take Event for example: https://github.com/cakephp/event There is not only a README as you found out, but more importantly a compos

Re: CakePHP MicroVersion

2015-08-14 Thread ravage1984
May be check out this article from one of the CakePHP core developers: http://josediazgonzalez.com/2014/03/23/cakephp-a-microframework/ Marc Am Donnerstag, 13. August 2015 10:37:31 UTC+2 schrieb rafaelmsantos.com: > > Is there any cakePHP microframework to build small restfull apps? > Thanks eve

CakePHP Fake Seeder Plugin

2015-08-31 Thread ravage1984
Today I released the initial version of my fresh out of the oven CakePHP (2.x) Fake Seeder plugin. https://github.com/ravage84/cakephp-fake-seeder "A CakePHP shell to seed your database with fake and/or fixed data." I would love to hear some feedback from the community. Enjoy the baking!