Search Discussions
-
Folks, I successfully worked through the blog tutorial and everything worked fine. I then moved onto the Authentication example / tutorial here...but can't make it work. ...
OxfordRob
Dec 19, 2012 at 1:12 pm
Jan 2, 2014 at 12:06 am -
Not so much a question as a pleasant observation. I'm just finishing off a project built on CakePHP 3.0 beta using the ACL and Security components amongst others. As the site called for super tight ...
Jeremy Burns
Dec 19, 2012 at 11:49 am
Jan 4, 2013 at 9:56 am -
Hi Please delete if this shows up twice. I posted in the old cakephp Google Groups but nothing showed up. I clicked new cakephp Google group, and still didn't see anything. Trying again....... Hi I ...
Mrfugimoto
Dec 27, 2012 at 7:42 pm
Dec 28, 2012 at 8:07 pm -
Hello Please bear with my noobness, I am super new to CakePHP, and don't really understand it yet. So, I was messing around with default.ctp, of course to make a layout for my site. I followed the ...
Trisztán Thar
Dec 6, 2012 at 2:05 am
Dec 9, 2012 at 8:04 pm -
Hello all, I've been struggling with getting bcrypt/blowfish to work with my login form and hope someone can point me in the right direction. I have a registration and login form. I've got the ...
Stafford
Dec 24, 2012 at 1:53 am
Apr 8, 2013 at 5:34 pm -
hi guys,... how can I link and jump to selected category from select box once it selected,...? I'm reading categories from helper: <?php echo $this- Form- input("categories" , array('label' = false, ...
Chris
Dec 13, 2012 at 12:09 pm
Dec 17, 2012 at 8:20 pm -
-- 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 ...
Sweety
Dec 26, 2012 at 1:07 am
Jan 2, 2013 at 5:52 pm -
Hi all, what is the best solution to integrate Wordpress in CakePHP? My wish: http://somedomain.com <---- cakephp http://somedomain.com/blog/ <---- wordpress someone say me: create /blog folder in ...
Serkan Sipahi
Dec 5, 2012 at 9:56 am
Dec 6, 2012 at 12:06 pm -
Hi, I'm looking for a way to show multiple 'Ads' / slide with a foreach loop from the db. ( each client has ads tied to them.) My code now works great but only shows one ad / slide. Thanks for your ...
SvenP
Dec 30, 2012 at 1:02 am
Jan 2, 2013 at 8:58 pm -
Hi I'm newbie with cakephp I have model User, model Group and model UsersGroup ( an user can belongs to many groups and a group can have many users). I would ask how in CakePHP can I find all users ...
Byqsri
Dec 19, 2012 at 5:21 pm
Dec 20, 2012 at 7:27 pm -
Hi everyone, I'm trying to internationalize an application, and I face some problems with the I18N shell when extracting messages. When I run the extract task (cake.bat i18n extract), I'm asked ...
Cyrille Faucheux
Dec 6, 2012 at 2:52 pm
Dec 19, 2012 at 9:03 pm -
Hey I'm using the simogeo filemanager and I want to check if the user is authorized to acces the filemanager. When I use the php session, I can acces the session data. But I want to use the database ...
Mebibyte
Dec 8, 2012 at 12:16 pm
Dec 16, 2012 at 10:34 am -
Hi, i have a Modelaction where i want to list all zipcodes within a radius nearby another zipcode public function listZipcodesNearBy($zipcode = '', $radius = false, $km = 1.609344) { if ($data = ...
Mathias R
Dec 7, 2012 at 2:21 pm
Dec 8, 2012 at 7:14 am -
Hi, i am studying CakePHP and I would like to read some web apps source code in order to see how to implement certaint functionalities common to a lot of webapps. Could anyone link me some open ...
Emanuele Santoro
Dec 6, 2012 at 2:05 am
Dec 6, 2012 at 4:20 pm -
Pardon me, but since I have a CodeIgniter project on-hand right now, I look at the CI docs from time to time. And today I noticed that they changed their tag line in the hero image area of their home ...
OJ Tibi - @ojtibi
Dec 1, 2012 at 8:26 am
Dec 4, 2012 at 2:11 am -
I need to figure out the best way from the backed the admin can upload images, the tricky part is the site has all different kinds of images (small product thumbs, large version, they want to be able ...
Advantage+
Dec 28, 2012 at 5:44 am
Dec 30, 2012 at 10:24 pm -
Hi bakers, so piggy backing off of this https://groups.google.com/forum/#!searchin/cake-php/utf$208/cake-php/ERyfps6CRyQ/oBr_ngD600kJ I noticed something weird in my encoding for a cake 2.2.2 app ...
Devario Johnson
Dec 21, 2012 at 5:02 pm
Dec 22, 2012 at 1:06 am -
Dear CakePHP experts, May I know if it is possible to use Cake Bake to auto-generate code that will display an input listbox in View? If yes, how do I specify the different input list options in the ...
Sam
Dec 18, 2012 at 9:41 am
Dec 19, 2012 at 12:53 pm -
The CakePHP core team is proud to announce the immediate availability of CakePHP 2.3.0-RC1 and 2.2.4[1]. 2.3.0-RC1 marks the freezing of 2.3.0 API and it is jsut a matter of a few weeks to mark it as ...
José Lorenzo
Dec 2, 2012 at 10:26 pm
Dec 29, 2012 at 4:10 am -
Hi people. I am using cakephp 2.x, and I am trying to build a system with group permissions, ok, I used Acl and Auth component without problem. Now I want to configure access to specific data. for ...
Paulo Braga
Dec 24, 2012 at 1:53 am
Dec 25, 2012 at 11:03 pm -
Help! I have been trying to fix the 'Simple' Authentication tutorial for 10 hours today :-( The error messages from my Apache error log are listed below. I am sure I have an AppController.php file ...
OxfordRob
Dec 19, 2012 at 8:58 pm
Dec 20, 2012 at 10:00 pm -
I have a footer which has a featured product and recent news. What is the best way to call these actions getFeatured(), and getNews() when there is no related model to use as they are permanent ...
Advantage+
Dec 10, 2012 at 2:35 am
Dec 11, 2012 at 8:33 pm -
Thank you to jsundquist , crush, sams and cricket over the last few days for helping me with my Authentication tutorial problems. I fixed it this morning. My take-away from this is a very *general* ...
OxfordRob
Dec 21, 2012 at 12:36 pm
May 27, 2013 at 5:58 pm -
So I searched a bit, and honestly I have kind of a headache right now, and can't seem to find exactly what Im looking for. So Im hoping someone can point me in the right direction via an article or ...
Devario Johnson
Dec 11, 2012 at 12:11 am
Jan 1, 2013 at 4:13 pm -
hi guys,... how can I link outside root directory? <?php echo $html- link($dba['Dba']['name'], $dba['Dba']['url']) ? this output with a root, in a view: <a ...
Chris
Dec 4, 2012 at 3:40 am
Dec 4, 2012 at 5:43 pm -
Hi! I have a strange issue with CacheHelper and perhaps it's because I do some error in configuration. For the first time I encountered this problem while working on my main project. After it, I have ...
Nvp
Dec 26, 2012 at 3:00 pm
Dec 26, 2012 at 7:31 pm -
hi guys,... can anyone help please I'm building promotional advertising feature on a site,... and have a table fields: "featured_start" once the user is call the function and "featured_end" after 30 ...
Chris
Dec 19, 2012 at 11:22 am
Dec 19, 2012 at 8:51 pm -
I've seen several Plugins and even forks to use Twitter's Bootstrap CSS Framework with Cake. Which you would say it's the best? Thank you -- Lourenzo Ferreira -- Like Us on FaceBook ...
Lourenzo Ferreira
Dec 6, 2012 at 2:52 pm
Dec 17, 2012 at 4:29 am -
Why do we need a block? And where do we define it? I think templates are flexible, and I use them as partials and "blocks". Therefore I'm curious about how to use a block. For example, I could do ...
Resting
Dec 13, 2012 at 8:46 am
Dec 16, 2012 at 10:43 pm -
hi guys,... I'm having a problem with language in database... I'm in cake 1.3 I have in app_controller: App::import('Core', 'L10n'); App::import('Core', 'I18n'); I upload video from Youtube and have ...
Chris
Dec 11, 2012 at 7:56 am
Dec 13, 2012 at 11:48 am -
Hi all, According to the book, In order to override HtmlHelper Tags, we have to create html5_tags.php and put it in app/Config/html5_tags.php. The book also said you can then load the Config with ...
Novrian YF
Dec 4, 2012 at 9:21 pm
Dec 5, 2012 at 7:29 am -
Hey, I'm having a slight issue with a fixture I'm attempting to create. Basically I have a Member model and a Group model, and they have a HABTM relationship, I've specified a custom model to handle ...
Pyroka
Dec 31, 2012 at 2:51 pm
Feb 25, 2013 at 10:47 am -
Hi I couldn't find the to solve this. here is my problem I have two tables related with many to many relation *Table1(id, t1_field1, t1_field2,...);* *Table2(id, t2_field1, t2_field2,...);* and the ...
Anis Ghabri
Dec 31, 2012 at 2:51 pm
Jan 1, 2013 at 7:32 pm -
Hi, I am new to cakePHP and downloaded the framework and started playing with it. I am using NetBeans to edit PHP files. I am able to cinfigure the CakePHP as expected. I get successful messages when ...
Harish Geeth
Dec 30, 2012 at 1:11 am
Dec 30, 2012 at 6:51 pm -
Dear all, Thanks in advance. My problem is that if someone tries to put the URL like http://test.com/css_or_js_or_otherFolder then it goes directly those folder under webroot. Now I need to restrict ...
Rajib Mahmud
Dec 12, 2012 at 6:24 pm
Dec 21, 2012 at 12:09 pm -
Has anyone come across a good working PayPal Pro component for DirectPayment for 2.x? I found this one https://github.com/robmcvey/cakephp-paypal but following the guide it has Requirements = A API ...
Advantage+
Dec 15, 2012 at 2:02 am
Dec 15, 2012 at 3:52 am -
Hi, i have two controllers. *PostsController* <?php class PostsController extends AppController { public $helpers = array('Html', 'Form'); public function index() { $this- set('posts', $this- Post- ...
Abdul Khaliq
Dec 12, 2012 at 6:23 pm
Dec 13, 2012 at 6:09 am -
This is better looking code http://pastie.org/5516905 2012/12/13 polutan <<span class="m_body_email_addr" title="c2c224ce20c61aaecf522fb18e439df7" [email protected]</span -- *Coklat Stroberi -- ...
Polutan
Dec 12, 2012 at 5:53 pm
Dec 13, 2012 at 3:19 am -
While answering a recent question on stackoverflow (http:// stackoverflow.com/questions/13825073/always-call-a-function-in- cakephp), I discovered that it seems to be recommended in the cookbook to ...
Alaxos
Dec 11, 2012 at 9:02 pm
Dec 12, 2012 at 8:07 am -
I have installed and run through the Blog tutorial and am getting the error http://localhost/cakephp-cakephp-b2812f2/posts/index "Error: PostsController could not be found" The file definitely ...
Paul Marriott
Dec 11, 2012 at 2:41 am
Dec 11, 2012 at 3:44 am -
Hello, Let me explain my problem table 'posts' was organized as a tree, where the parents are a different topic content. While the last child in the branches of the tree is always an article. As you ...
Salines
Dec 9, 2012 at 11:32 pm
Dec 10, 2012 at 4:42 pm -
3
Category HABTM Post, find results by selected category and show related posts and paginate by posts?
*Category HABTM Post, find results by selected category and show related posts and paginate by posts?* Another day, another problem. When Selecting one category, output will show properly related ...Salines
Dec 7, 2012 at 1:58 pm
Dec 7, 2012 at 5:57 pm -
Array( [168] = Array ( [check] = 0 ) [169] = Array ( [check] = 1 ) [170] = Array ( [check] = 1 ) [171] = Array ( [check] = 1 ) [172] = Array ( [check] = 0 ) ); I try it, $a = ...
Lucas Simon Rodrigues Magalhaes
Dec 5, 2012 at 4:50 pm
Dec 5, 2012 at 6:57 pm -
The example : // app/View/Common/view.ctp <h1 <?php echo $this- fetch('title'); ? </h1 <?php echo $this- fetch('content'); ? <div class="actions" <h3 Related actions</h3 <ul <?php echo $this- ...
cPage
Dec 30, 2012 at 6:50 pm
Mar 13, 2013 at 2:16 pm -
So I've set Configure::write('Session.checkAgent', false) and Security.level to medium in my app, but Safari still seems to be losing the session between certain actions, in particular when coming ...
Benjamin Allison
Dec 4, 2012 at 1:49 am
Mar 1, 2013 at 9:33 pm -
Hello, I Feel that Cake 1.3 documentation is much understandable and easier then Cake 2.0 documentation, I don't know why CakePHP Did that ? Eg: AuthComponent in 2.0 --------------------------------- ...
Techinfocomp
Dec 28, 2012 at 2:00 pm
Dec 29, 2012 at 12:03 pm -
Hi Ive searched for several hours now and unfortunatly the translate behaviour does not work as expected. I try to save multiple translation fields at once like so: echo $this- Form- ...
LDSign
Dec 1, 2012 at 3:37 pm
Dec 27, 2012 at 6:24 pm -
hi guys,... I have a admin function that need find users by username or email from search field,... and used to work on cake1.2 I moved script to 1.3 ,... and it's not working.... what am I doing ...
Chris
Dec 15, 2012 at 9:12 am
Dec 25, 2012 at 11:04 am -
hello, I need to Schedule "cake EmailQueue.Sender" command from cronjob. In running job i get bellow error command [36mWelcome to CakePHP v2.2.3 Console [0m ------------------------------ ...
Reza Talamkhani
Dec 20, 2012 at 11:57 pm
Dec 24, 2012 at 1:53 am -
Hi, is it possible to emulate or change path structure for templates, to set different page structures? i.e. View/Themename/Controller/Action.ctp and Layout files in View/Themename/layout.ctp so i ...
Mathias R
Dec 11, 2012 at 9:53 am
Dec 19, 2012 at 12:08 pm
Group Overview
group | cake-php |
categories | php |
discussions | 113 |
posts | 417 |
users | 135 |
website | cakephp.org |
irc | #cakephp |
135 users for December 2012
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)