2013/1/27 <cake-php@googlegroups.com>
Group: http://groups.google.com/group/cake-php/topics
- CakePHP 2.2.5 HABTM Edit view not showing previously selected values as selected. [5 Updates]
- 3.0: a peek into CakePHP's future [1 Update]
- Bake of controller error in 2.3.0-RC2 and 2.2.5. [3 Updates]
- Default label options? [2 Updates]
- Missing Database Connection [2 Updates]
- Difference between theme and layouts [2 Updates]
- Output to PDF with elements and styles [1 Update]
- Problem with Cakephp 2.0 Login [1 Update]
Penny Coders <dtk077@gmail.com> Jan 25 05:03PM -0800
Hey Guys,
First of all, a warm hello to everybody here, secondly, i would want to
know if somebody can help me with this problem.
This is the association part from the Product model, which ...more
lowpass <zijn.digital@gmail.com> Jan 26 02:49PM -0500
> <?php echo
> $this->Form->input('ShippingMethod',array('label'=>false,'multiple'=>'multiple','class'=>'chzn-select
> validate[required]','div'=>false,'data-placeholder'=>'Shipping methods'));?> ...more
Penny Coders <dtk077@gmail.com> Jan 26 06:41PM -0800
Hey,
Thanks, i did try that, no luck tho'
Anybody any more ideas?
Best Regards,
Alex.
On Saturday, January 26, 2013 9:49:52 PM UTC+2, cricket wrote:
...more
Penny Coders <dtk077@gmail.com> Jan 26 06:42PM -0800
Please note, it DOES show the options, but NOT the previously selected
values, compared to another site, on exactly the same procedure does work...
On Sunday, January 27, 2013 4:41:46 AM UTC+2, ...more
John Hardy <john.c.hardy@gmail.com> Jan 26 06:46PM -0800
print_r your request data and ensure that the schema is matching your intended inputs
==
print_r($this->request->data);
==
...more
ibejohn818 <john.c.hardy@gmail.com> Jan 26 12:50PM -0800
With the re-writing of the model layer, I would like to suggest some base
changes for the "Master/Slave" use-case.
We can debate for hours on how to handle such a use-case
- Proxy software like ...more
David Chappel <david.chappel@gmail.com> Jan 25 11:57AM -0800
When I bake a certain controller, I get an issue where the sql has a
directory added. Any ideas?
(The [app directory] part is my edit. The directory is correct.)
.........AS "Folder" LEFT JOIN ...more
David Chappel <david.chappel@gmail.com> Jan 26 04:03AM -0800
Changing the table name from "folders" to "foolders" corrects the issue, thanks.
...more
AD7six <andydawson76@gmail.com> Jan 26 10:31AM -0800
Folder is an internal class name,
As you may have realized - you cannot have a model named Folder.
AD
On Saturday, 26 January 2013 13:03:00 UTC+1, David Chappel wrote:
...more
"Maxime Chêne" <maximechene@gmail.com> Jan 24 05:24AM -0800
The best way is to override the FormHelper with more output options.
slywalker is doing great job with his plugin, you should take a look :
https://github.com/slywalker/TwitterBootstrap
...more
"Nabeel S." <nshahzad@gmail.com> Jan 26 11:07AM -0500
Yeah, that's exactly what I had ended up doing.
...more
Ram_Cakephp <rrkreddy.r@gmail.com> Jan 24 02:19AM -0800
Hi, I am getting the following error. I uploaded the application in godaddy
server.
solution please.
Missing Database Connection
*Error: *Mysql requires a database connection
...more
Jonathan Sundquist <jsundquist@gmail.com> Jan 26 08:32AM -0600
Which godaddy server are you trying to upload your site to?
...more
shridhar patil <serveaitsystems@gmail.com> Jan 25 10:06PM -0800
We have started development with cakephp
right now we are in installation phase
Now ,
We are stuck with
/app/webroot/index.php
and our some classes are not loading
Our system is ...more
shridhar patil <serveaitsystems@gmail.com> Jan 25 10:08PM -0800
Theme is a collection of layouts , images, and styles
that s it
and layout is html, css
On Monday, January 21, 2013 3:43:37 PM UTC+5:30, Siva balan wrote:
...more
"Fábio Fernandes" <jfabiofl@gmail.com> Jan 25 08:29PM -0800
or tcpdf
Em quarta-feira, 23 de janeiro de 2013 16h01min57s UTC-3, gaurav escreveu:
...more
Phuong Ngo <phuong@12g.co> Jan 24 11:20AM -0800
Hello Biswajit.
I think you run it on production server.
Let's try this:
public function login() {
if ($this->request->is('post')) {
$loggedIn = $this->Auth->login();
if ($loggedIn) { ...more
You received this message because you are subscribed to the Google Group cake-php.
--
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.
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 post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
Alberto Fernandez Reyes --
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 post to this group, send email to cake-php@googlegroups.com.
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php?hl=en.
No comments:
Post a Comment