Search Discussions
-
First off great article! http://www.dereuromark.de/2014/01/09/ajax-and-cakephp/ Very informative. My only question is there a way to remove the .json extension in the url? Or is it needed to ...
Advantage+
Feb 5, 2014 at 4:22 pm
Mar 23, 2014 at 5:42 pm -
Hey Am i right to assume that Acl is not done in 3.0 yet ? /thomas -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message ...
Thomas von Hassel
Feb 27, 2014 at 5:49 pm
Mar 2, 2014 at 9:08 am -
Hi everyone, I'm very excited wit new CakePHP 3 ORM! Now I'm playing with accessors and mutators but I have issues trying to change the value to save on db. Here is my Entity <?php namespace ...
Bato
Feb 10, 2014 at 9:19 am
Feb 21, 2014 at 8:00 am -
What I'm trying to do is to put two dynamic navigation menus in my CakePHP layout (default.ctp). The main menu should have multiple levels (with a dropdown functionality). The secondary menu is the ...
Sam Clauw
Feb 22, 2014 at 10:46 am
Mar 6, 2014 at 2:42 pm -
Hi All, I'm having a problem getting Containable behaviour working with the Pagination component. I'm following the suggested code in the manual "Using Containable with Pagination" - ...
Justin Atack
Feb 20, 2014 at 11:49 pm
Feb 21, 2014 at 10:18 pm -
Hi there! I've made a sortable table in my custom CMS system. You can drag and drop <tr 's so they have another position. This is the javascript in my sort.ctp file: <script $(function() { ...
Sam Clauw
Feb 1, 2014 at 4:08 pm
Feb 2, 2014 at 11:26 pm -
Hi, I updated php and the files from /usr/share/php aren't as they should be. I remember when exploring yii that there was an application / plugin (like bake) that permited creation of models, views, ...
MihaiTL
Feb 17, 2014 at 10:47 am
Feb 22, 2014 at 9:34 am -
Can anyone give a quick update on what is the status of Boris in CakePHP 3.x Wanted to play around with the new ORM - a few quick lines on something which works would be appreciated. Cheers Tarique ...
Dr. Tarique Sani
Feb 28, 2014 at 9:38 am
Mar 6, 2014 at 1:06 pm -
Hi Sure, the title could be set in the controller and/or in the view. But what is the best practice regarding coding standards and the MVC pattern? The docs are not clear at this point. What do you ...
LDSign
Feb 17, 2014 at 8:24 am
Feb 17, 2014 at 3:00 pm -
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 ...
Bato
Feb 4, 2014 at 4:18 pm
Feb 5, 2014 at 8:59 am -
Hey I've pulled some working code from a repository this morning, which works at the office using OSX, to my windows machine. The media view is having strange and unexpected behaviour, here is the ...
Stephen S
Feb 28, 2014 at 12:01 pm
Mar 4, 2014 at 2:11 pm -
I have admin authentication with the following *beforeFilter()* method in *appController.php*. I am using cakePhp 2.4 ------------------------------------------------------------------------------- ...
Fakhr Alam
Feb 15, 2014 at 8:11 pm
Feb 17, 2014 at 1:06 pm -
Hi! I try to create some validation to my form. I followed some forums and blogs looking for solution, but nothing helps. My controller looks like this: public function add() { And my model ...
Slawomir Wawak
Feb 10, 2014 at 3:47 pm
Feb 11, 2014 at 8:23 am -
I have a site written in CakePHP which needs to download files from Veeva Vault. I inherited this authentication function from someone else which is supposed to return a session id from Veeva, but it ...
Zeeshan Ahmad
Feb 7, 2014 at 7:48 am
Feb 7, 2014 at 5:01 pm -
Hi, I want to create a restful api using cakephp. I was not able to find proper tutorial on google for this. Is cakephp sutaible for Restful Api ? As there is many other framework available for ...
Prabhat Patel
Feb 24, 2014 at 9:09 am
Feb 25, 2014 at 7:55 am -
So I have a phpCAS auth component we wrote and I want to make it available so people can use it. Where would be the best place I could do it? -- Like Us on FaceBook https://www.facebook.com/CakePHP ...
Taylor Thomas
Feb 24, 2014 at 8:58 am
Feb 24, 2014 at 1:10 pm -
I've started playing with new cakephp ORM functionality and i stuck with complex relation updates/saves. Example relations look like this: Customer hasMany CustomerDetails CustomerDetails hasMany ...
Robert Meisner
Feb 18, 2014 at 6:25 pm
Feb 19, 2014 at 10:25 pm -
Dear group members i facing one error in document uploading process.. While inserting file into database Note: docName is in array even i set like this $this- data['Document']['docName'] = ...
Mohammed Azharuddin
Feb 12, 2014 at 12:56 pm
Feb 18, 2014 at 7:22 am -
Hi, I'm trying to serve my cakephp assets from a nginx static server. The problem is that cakephp make assets urls lowercase and the url to nginx static server is not correct because nginx is serving ...
Learning
Feb 14, 2014 at 7:39 am
Feb 17, 2014 at 11:35 am -
Looking deeper into updating a site to use Angular.js but first thing I noticed was looking at the demo here <http://docs.angularjs.org/tutorial http://docs.angularjs.org/tutorial that in the app.js ...
Advantage+
Feb 10, 2014 at 6:25 pm
Feb 14, 2014 at 2:14 pm -
I am playing with cakephp 3 to see how ORM is applied. A very simple example where LessonsTable hasMany ImagesTable. I have created both Table classes so I have (in controller): $lessons = ...
HK
Feb 11, 2014 at 9:54 pm
Feb 13, 2014 at 5:56 pm -
Hi, in Cake 1.3 I had a custom route class set up which looked as follows: /app/libs/routes/slug_route.php <?php I've just set up a Cake 2 website and this just tells me: Route class not found, or ...
Patrick Templeman Twells
Feb 7, 2014 at 4:49 pm
Feb 10, 2014 at 6:16 am -
Normally, when you add a record with a form to a database table, CakePHP will automatically fill in the "created" field in de database with the current date & time. It works for my table called ...
Sam Clauw
Feb 9, 2014 at 2:46 pm
Feb 9, 2014 at 3:02 pm -
For years I worked with a custom framework that was loosely based on CakePHP. In that framework, we could access the model data within a model file by using $this- PROPERTY_NAME. I have seen some ...
Jaz
Feb 3, 2014 at 11:50 am
Feb 3, 2014 at 6:44 pm -
Hello, I want to load model in bootstrap.php so I made it with two techniques as the following: App::uses('ClassRegistry', 'Utility'); ClassRegistry::init('Option')- load(); and App::import('Model', ...
Gonzela2006
Feb 2, 2014 at 10:53 pm
Feb 2, 2014 at 11:35 pm -
Hello, I just starting baking with CakePHP and I'm slowly grasping the basics. So far I've created a view to display all the data in table format from a table in the database with pagination. There ...
Eric Chan
Feb 27, 2014 at 1:39 pm
Feb 27, 2014 at 1:53 pm -
In 2.x when you have an array from a model query, you just set that to the view, and work from there. What is best practice in 3.x ? Just set the array of model objects directly to the view or ... ? ...
Thomas von Hassel
Feb 26, 2014 at 7:23 pm
Feb 27, 2014 at 11:52 am -
Hi all, I'm struggling getting this code working, wondering if anyone had any insights I've written an application that has a lot of web services, It used Zend to create a server and loads classes ...
Ben Kennedy
Feb 25, 2014 at 12:17 pm
Feb 25, 2014 at 12:23 pm -
I have a test that is failing on 2.4.5 but not 2.3.9... The error is: - CAKEEXCEPTION AclNode::node() - Couldn't find Aro node identified by "Array ( [Aro0.model] = User [Aro0.foreign_key] = 1 ) " ...
John Sposato
Feb 22, 2014 at 4:39 pm
Feb 24, 2014 at 9:56 pm -
Hello, Does anyone know if it is possible to attach a vcalendar via CakeEmail? I have dug through the documentation and don't see a way to do this. The vcalendar needs to be added as another part (as ...
Brian Love
Feb 24, 2014 at 9:01 am
Feb 24, 2014 at 1:14 pm -
In cakephp, the table relationship is defined in the Models and no foreign key needs to be defined in the table creation SQL script. However, I have a SQL script created using MySQL workbench that ...
Sam
Feb 23, 2014 at 12:30 pm
Feb 23, 2014 at 3:09 pm -
CakePhp Developer 1+ year exp job location:New Delhi call me 8376991007 -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this ...
Ritesh Singh Sikarwar
Feb 21, 2014 at 7:58 am
Feb 21, 2014 at 10:58 am -
While find() is good enough for most, I would like to write custom SQL queries instead of using find(). How can that be done in cakephp? Thank you. -- Like Us on FaceBook ...
Sam
Feb 21, 2014 at 7:36 am
Feb 21, 2014 at 7:45 am -
Hi, When I read data by cakephp 2.4.0. the function myModel- query(sqlString) returns wrong character set. Something like this: "é kÄ¾ÃºÄ e k výkla" I think all is set to utf8, class ...
Samuel L
Feb 19, 2014 at 8:44 am
Feb 20, 2014 at 2:32 am -
Hi, I read data by function myModel- query('sqlString'). Data looks like this: "é kÄ¾ÃºÄ e k výkla" I guess everything is set to utf8. My class DATABASE_CONFIG too: class DATABASE_CONFIG { ...
Samuel L
Feb 19, 2014 at 8:44 am
Feb 20, 2014 at 2:31 am -
I have problems in sending mail CakePHP 2.4 - from localhost (Windows 7) : In File AppController have existed : App::uses('CakeEmail', 'Network/Email'); public $components = array( ...
Nguyen Cuong
Feb 15, 2014 at 8:11 pm
Feb 16, 2014 at 2:15 pm -
Hi, Are you a PHP/CakePHP/Croogo developer in the North East of England looking for work? If so, get in touch with me. Paul. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter ...
phpMagpie
Feb 10, 2014 at 9:28 pm
Feb 15, 2014 at 1:29 pm -
I have an application which sends plenty of HTTP POST to add records to a cakephp 2.3 application which was cake baked. I noticed that the HTTP response from cakephp is quite big. Can HTTP POST ...
Sam
Feb 12, 2014 at 1:24 pm
Feb 12, 2014 at 1:38 pm -
Dear CakePHP gurus, I would like to add multiple records to a single model in a single HTTP post. For single record, the HTTP post will look something like ...
Sam
Feb 10, 2014 at 8:33 am
Feb 11, 2014 at 7:28 pm -
Hi All, We noticed a strange behavior where users reported that their session is timing out abruptly. On debugging the issue, we found the following behavior. When the user keeps working on different ...
Thyagarajan Delli
Feb 10, 2014 at 3:47 pm
Feb 10, 2014 at 4:04 pm -
Hi, can I do something like that in CakePHP? /// TRANSLATORS: Please leave %s as it is, because it is needed by the program./// Thank you for contributing to this project.printf(_("My name is ...
John Doe
Feb 10, 2014 at 3:47 pm
Feb 10, 2014 at 3:51 pm -
Hi, Please help me . I want to integrate big blue button on cakePHP 2.0. Thanks -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received ...
Mohit Garg
Feb 10, 2014 at 3:46 pm
Feb 10, 2014 at 3:49 pm -
Hello, I'm trying to use the recover() method described here: http://book.cakephp.org/2.0/en/core-libraries/behaviors/tree.html#TreeBehavior::recover, unfortunately, whenever I run it I get the ...
Andrew Cross
Feb 9, 2014 at 1:38 pm
Feb 10, 2014 at 9:59 am -
Hello i am newbie here, and i am lloking for a easy list box example. Somone could pass me a code, for a simple list box. I mean the code of the view, controller... (all requerid for this) Thanks! -- ...
Diego Las Heras
Feb 7, 2014 at 7:48 am
Feb 8, 2014 at 5:39 pm -
With this find I am actually joining across several tables, and in case of the test data I have pasted there was no related record so the values are all nulls. This is not an issue. Here is some idea ...
Jacob Stevens
Feb 7, 2014 at 7:48 am
Feb 8, 2014 at 4:45 am -
Hi, My CakePHP App developed in 2.3.6 is working fine in Chrome, Firefox but IE11. I can not login from IE11 from my Desktop. No Auth Message Display. but I can login from my Laptop using IE11. any ...
Sanjeev Divekar
Feb 5, 2014 at 1:02 pm
Feb 6, 2014 at 3:49 am -
Dear Group Members.., Hope this mail reach you all with good Health.. i going to start one project with cake i have not used Cake and any framework before but do know the MVC structures and the flow ...
Mohammed Azharuddin
Feb 5, 2014 at 10:14 am
Feb 5, 2014 at 11:12 am -
To get a full URL, you can use Router::url('/', true). That will give you the full URL to the application. For applications running behind a load balancer, you may wish to specify the BASE_URL, but I ...
Reuben
Feb 1, 2014 at 6:23 am
Feb 1, 2014 at 6:24 am -
Hi, I am trying to make a form which collects data on submit. Maybe someone can help me. I have a <canvas id="canvas" Then I have a form: <?php echo $this- Form- create('Drawing'); echo $this- Form- ...
Thomas Goeminne
Feb 27, 2014 at 5:35 am
Feb 27, 2014 at 5:35 am -
I have one form with content as follows <?php echo $this- Form- create('Post',array('url'= '/Posts/result')); ... echo $this- Form- end(__('Submit')); ? I to run the application on localhost. I want ...
Nguyễn Cường
Feb 27, 2014 at 2:19 am
Feb 27, 2014 at 2:19 am
Group Overview
group | cake-php |
categories | php |
discussions | 80 |
posts | 190 |
users | 77 |
website | cakephp.org |
irc | #cakephp |
77 users for February 2014
Archives
- May 2014 (140)
- April 2014 (212)
- March 2014 (252)
- February 2014 (190)
- January 2014 (174)
- December 2013 (122)
- November 2013 (141)
- October 2013 (164)
- September 2013 (245)
- August 2013 (291)
- July 2013 (214)
- June 2013 (327)
- May 2013 (371)
- April 2013 (373)
- March 2013 (429)
- February 2013 (388)
- January 2013 (500)
- December 2012 (417)
- November 2012 (499)
- October 2012 (521)
- September 2012 (579)
- August 2012 (854)
- July 2012 (824)
- June 2012 (733)
- May 2012 (792)
- April 2012 (341)