do you also have the Scriptaculous files included in the layout.
I had a look and Ajax.Autocompleter is defnes in controls.js
That console message indicates that Ajax.Autocompleter is "undefined"
so there must be some problem with js files broken or not loading.
On Feb 26, 4:57 am, manuj <[EMAI
Thanks for your answers.
@rtconner:
actually I use something like (I have tried several syntax):
echo $javascript->codeBlock(null, array('inline' => true, 'allowCache'
=> false))
function myfunction(param){ .. }
echo $javascrip->endBlock();
@bingo:
I have tried to place it at the bottom, or at
$this->Session->active()
should fix your problem.
On Feb 25, 3:35 pm, Paolo <[EMAIL PROTECTED]> wrote:
> Hi all!
> I created a simple user authentication form, using session. The user
> must insert name and password and then if these correspond to a know
> combination the user is logged in. To c
Jim, if you are new to cake.. nate is like that with everyone.. don't
take it personal.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
Hello,
can someone help me with the FormHelper and an array of checkboxes ?
Regards.
On 25 fév, 22:51, foxmask <[EMAIL PROTECTED]> wrote:
> Hello,
> i would like to use the form help to migrate this :
>
> /> php echo $forum['Forums']['forum_name']; ?>
>
> where
> $options is the result of
>
> if
Hey Jim, if at first you can't RTFM, Just Fucking Google It:
http://cricava.com/blogs/index.php?blog=6&title=modelizing_habtm_join_tables_in_cakephp_&more=1&c=1&tb=1&pb=1
On Feb 26, 1:17 am, jim starboard <[EMAIL PROTECTED]> wrote:
> HELLO. this was in a presentation half a year ago. thanks for
HELLO. this was in a presentation half a year ago. thanks for nothing.
On Feb 24, 7:19 pm, jim starboard <[EMAIL PROTECTED]> wrote:
> Have the "with" association's for HABTM been documented yet? Can't
> seem to find any info.
--~--~-~--~~~---~--~~
You received this
On Mon, Feb 25, 2008 at 9:58 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Many thanks, dbDesigner is nice, even more complex then what I
> excepted when first posting here :P a little harsh under Vista..
> will have to test it under ubuntu.
>
> phpMyAdmin relationship mapping ??? Mus
Many thanks, dbDesigner is nice, even more complex then what I
excepted when first posting here :P a little harsh under Vista..
will have to test it under ubuntu.
phpMyAdmin relationship mapping ??? Must have missed a tab somewhere,
thought I've tried everything there (understood some)
Here is
On Mon, Feb 25, 2008 at 9:10 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Thanks for the link, I've never used a stencil sheet before (always
> learning something with that cake)
>
> But Omnigraffle is for mac... :( Do you have something for windows or
> linux ? or web-based ?
>
a lot
Thanks for the link, I've never used a stencil sheet before (always
learning something with that cake)
But Omnigraffle is for mac... :( Do you have something for windows or
linux ? or web-based ?
On Feb 26, 4:54 am, "Samuel DeVore" <[EMAIL PROTECTED]> wrote:
> I use omnigraffle and a spectacular
I'm looking for some input from the cake community on some db design
inquiries.
Lets say I have a table of venues (name, longitute, latitude ...).
A venue can belong to one or more child classification where
classifications are a stored as a hierachy using the adjacency list
model (id, parent_id
Sorry I have not given enough details
prototype is included properly
i get console error message in firbug of firefox
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send
I use omnigraffle and a spectacularly clever stencil sheet ;)
look in the files section for stencil (there are a couple of formats in there)
http://groups.google.com/group/cake-php/files
Sam D
On Mon, Feb 25, 2008 at 8:38 PM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Hello all, started
Hello all, started recently to seriously use CakePHP. I think I've
understood some important principles and I'm now designing some (want-
to-be) serious app :D (aye, it's still school business)
So, I've put much of my efforts for now designing as much as possible
the database for the app (basical
Hi,
On Mon, Feb 25, 2008 at 4:38 AM, Matias Lespiau <[EMAIL PROTECTED]> wrote:
>
> You can do it using this notation:
>
> echo $form->inputs(array('legend' => 'Remote Login Information', 'fields' =>
> array('ftp_user', 'ftp_password') ));
>
I have tried that before and doesn't work, it creates t
Galera,
Não sei se é problema da minha conexão, mas não estou conseguindo acessar o
endereço http://www.manual.cakephp.com.br/, gostaria de pedir ao responsável
que verifique se o endereço está fora do ar mesmo. Se alguém conseguir
acessar avise-me pois irei ver o problema aqui da minha conexão.
Thanks, that will likely be the case here. I will change the calls
once I update.
Ben
On Feb 26, 1:57 am, rtconner <[EMAIL PROTECTED]> wrote:
> App:import is very new in the most recent versions of cake (last month
> maybe). loadModel was indeed used full time before that for this task.
>
> On
EmailComponent is an Cake 1.2 component. What version of cake are you using?
On Mon, Feb 25, 2008 at 1:15 AM, Affinity Skateboards <[EMAIL PROTECTED]> wrote:
>
> I am trying to use the mail component on my contact page (
> http://www.theskateparkdirectory.com/contact/ ) and I get the
> followi
Components should go in the Controller::$components array();
Please feel free to read documentation any time you want:
http://manual.cakephp.org
http://book.cakephp.org
On Mon, Feb 25, 2008 at 6:28 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> OK. Thanks. I removed RequestHandler from
also make sure that javascript tag is not the first line of your ajax
view. use a dummy div something like
as the first line of your code and after that place the javascript tag
On Feb 25, 6:58 pm, rtconner <[EMAIL PROTECTED]> wrote:
> you using this syntax.. ?
>
> myfunction = function(pa
Well, I'll try and implement the patch, but I can't promise you any
commits until I can work up a unit test to prove the issue. That's
the only way to ensure it's truly fixed, and doesn't break again.
On Feb 25, 6:03 pm, Mr-Yellow <[EMAIL PROTECTED]> wrote:
> Yeah I did jump the gun, think trac
you using this syntax.. ?
myfunction = function(param) { ... }
On Feb 25, 3:49 pm, francky06l <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am messing around for a while trying to set a javascript function in
> a view rendered with ajax call. I have played around with the
> cacheEvents, codeBlock
App:import is very new in the most recent versions of cake (last month
maybe). loadModel was indeed used full time before that for this task.
On Feb 25, 4:00 pm, boyracerr <[EMAIL PROTECTED]> wrote:
> Thanks; I've tried that before, but I get:
>
> Fatal error: Class 'App' not found
>
> I've had t
I do not think Auth can cope with username and password in different
model.
Solution is either to set a password in User or to make the login
yourself and just pass the user id to the Auth login function (Auth
will use the id to find the user, not the password).
hth
On Feb 25, 10:32 pm, Jeff Lee
Does anybody have any examples on how to use this function? I only get
a flat list back always?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to cake-php@googlegro
Yeah I did jump the gun, think trac needs some different less negative
descriptions for things, like "wontfix" could be something less
negative and more open to suggestion. While resolution deleted is ok
as a description of what's happening in the backend, but "cleared" or
something might save som
Thanks; I've tried that before, but I get:
Fatal error: Class 'App' not found
I've had to rely on loadModel() elsewhere for the same reason.
Is this a problem with my setup?
On Feb 26, 12:28 am, nate <[EMAIL PROTECTED]> wrote:
> Try App::import("Model", "Permission");
>
> On Feb 25, 5:21 pm,
> But it'd be better to filter on section_id in the controller to begin with
.
Indeed, this much logic in the view - even if it is presentation
logic, more or less - is clearly undesirable!
Imho, Darkman, it'd be better to change this ASAP so that index takes
an optional parameter for the section
Hi all,
I am messing around for a while trying to set a javascript function in
a view rendered with ajax call. I have played around with the
cacheEvents, codeBlock (inline, allowCache) etc... but can't find a
way to have this function inline for the view (I can make it inline
for a specific event
Hi all!
I created a simple user authentication form, using session. The user
must insert name and password and then if these correspond to a know
combination the user is logged in. To check if a user is logged I used
cake session. Everything woeked fine until I tried to use php sesison
in another
Try App::import("Model", "Permission");
On Feb 25, 5:21 pm, boyracerr <[EMAIL PROTECTED]> wrote:
> This seems like something which is very very obvious, but I'm really
> not having any luck finding the solution.
>
> I'm trying to implement a Behavior for permissions checking in my
> application.
This seems like something which is very very obvious, but I'm really
not having any luck finding the solution.
I'm trying to implement a Behavior for permissions checking in my
application. As such, I want to make the Permission model available
within the Permission_Checker behaviour. Because Per
I have my tables setup as follows:
Users
id
username
Passwords
id
password
user_id
modified
I would like to use the Auth component to authenticate with this
setup. I've been through the docs but haven't seen anything that helps
me. I can add users and the like (i.e., my relationships and models
try with 'maxYear' => date('Y');
On Mon, Feb 25, 2008 at 8:01 AM, Mouse[ON] <[EMAIL PROTECTED]> wrote:
>
> Hi guys,
>
> Anyone tried using echo $form->dateTime(Model.field, 'YMD', NONE,
> null, array('minYear'=>1900, 'maxYear'=>date('Ymd')), false); ??
>
> because i don't know maybe its just
Hello,
i would like to use the form help to migrate this :
/>
where
$options is the result of
if ( in_array($forum['Forums']['id'],$p_fids ) )
$options = '"checked"="checked"';
i have tried this
echo $form->input('p_fids[]',
array(
'div'=>false,
Sorry, I should have been clearer - I'm just referring to you using a
HTTP GET request to call the approve function, rather than a POST
using a html form. It's no big deal :)
Also, fyi, you can also use the Session component to redirect to a pge
and have the flash message appear on that page, rat
On Feb 25, 2008, at 12:07 PM, Bob Mattax wrote:
>
> I have a situation where I'm interacting w/ an API where I have to use
> some webservices to access data from a User and Account table.
>
> I've figured out for the most part how to handle the models just by
> themselves, but am looking for inf
Hi,
I'm experiencing the same issue - did you ever get this solved?
How was you switch to php5? Smooth? I'm currently getting a blank
page! I'm not even getting errors with debug set to 2!
On Feb 13, 9:37 am, oceanguy <[EMAIL PROTECTED]> wrote:
> On Jan 24, 9:28 am, "Chris Hartjes" <[EMAIL PROT
Hi there,
I have searched severall discussions here but did not find a solution
which fits.
I am saving cake's sessions in a database. How can I access them from
outside?
Greetings!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the
I prefer to overload the __construct method and get something like...
validate = array(
'name' => array(
'isrequired' => array('rule' => array('minLength', 1),
'message' =>
__('Required field', true)),
'haslength' => array( 'rule'
Hi there,
I have searched several discussions here but did not find a solution
which works for me.
I am saving cake's sessions in a database. How can I access them from
outside?
I can't reproduce the value of the matching "ID"-field in the
database.
Greetings!
--~--~-~--~~--
Thanks for the pr(); tip. Made me get a grip on the whole relationship
thing. My dogsizes were actually hasMany and my races were belongsTo,
not the other way around as I started out. I think I get the concept
now. Thanks for the nudge!
Also, some really nice association info in the cookbook.
--
I prefer overloading the __construct method. So I get something like
this
validate = array(
'name' => array(
'isrequired' => array('rule' => array('minLength', 1),
'message' =>
__('Required field', true)),
'haslength' => array( 'rul
On 25 fév, 10:42, Stege <[EMAIL PROTECTED]> wrote:
> > I don't understand "the default database to 'master' for the login"...
>
> > And how do you import a mysql database into microsoft sql server?
>
> > thanks in advance
>
> Open the MSSQL Enterprise Manager, connect to your database.
> Under '
I have a situation where I'm interacting w/ an API where I have to use
some webservices to access data from a User and Account table.
I've figured out for the most part how to handle the models just by
themselves, but am looking for information on whether I will be able
to take advantage of hasOn
Thank you, I've managed to make it work using the code below:
function approve($id)
{
$this->Comment->id = $id;
if($this->Comment->saveField('visible',1))
$this->flash('This comment has been
approved','/comme
OK. Thanks. I removed RequestHandler from $uses, but now I get this
error...
Call to undefined method RequestHandlerComponent::setAjax()
On Feb 25, 11:23 am, nate <[EMAIL PROTECTED]> wrote:
> Probably because you created a model called RequestHandler, which you
> should delete. And/or, you ad
ThanX nate for the clarification about RoR. Now, with that said and
avairet's comment, why hasn't this hurt RoR's recognition?
There has been and always will be a compromise between
efficiency/performance and ease of development/productivity. It's a
never ending struggle. Yep, a DBA will argue ma
On Feb 25, 12:08 pm, avairet <[EMAIL PROTECTED]> wrote:
> - I'm using CakePHP even if I must rewrite a lot of my tables and
> relations in my database schemas, because like you say it has many
> other useful functionnalities!
Great, I hope you find that it's worth it.
> - I'm not enough "master"
Probably because you created a model called RequestHandler, which you
should delete. And/or, you added "RequestHandler" to your $uses
array, which you should remove.
On Feb 25, 2:13 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Anyone know why I get "Error: Database table request_handler
Anyone know why I get "Error: Database table request_handlers for
model RequestHandler was
not found." with RequestHandler in $components?
On Feb 25, 10:10 am, "b logica" <[EMAIL PROTECTED]> wrote:
> It should be in $components, not $uses.
>
> On Mon, Feb 25, 2008 at 12:17 PM, [EMAIL PROTECTED]
I haven't used the ajax helper much but from the console message it
sounds like you don't have Prototype loaded.
Check that it is in the right place and loaded properly by your
layout.
If you are on a Mac, Safari has the nice little menu item Window/
Activity. There you can see each file being lo
$i = 0;
foreach ($articles as $article):
if ($article['Article']['section_id'] != 1) continue;
$class = null;
if ($i++ % 2 == 0) {
$class = ' class="altrow"';
}
But it'd be better to filter on section_id in the controller to begin with.
FWIW, I prefer to do row-striping like so:
It should be in $components, not $uses.
On Mon, Feb 25, 2008 at 12:17 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Anyone know what this error is?
>
> On Feb 21, 1:15 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> > Not in uses...
> >
> > var $components = array('Email', 'Requ
Hello. The code below is in my index View. I use it to place into a
table all the articles (from all sections) of my database. How can i
alter it to show only articles from a specific section (e.g.
section_id=1)?
$i = 0;
foreach ($articles as $article):
$class = null;
if ($i++ % 2 == 0) {
Hey thanks,
I figured out a way to get rid of the values, i simply put value = ""
in the options array and it works, but thank you for your help. I
will keep your code snippet in mind if something should araise later
on.
On Feb 25, 10:58 am, rtconner <[EMAIL PROTECTED]> wrote:
> If you are putt
I have folowed all the instruction in tempdocs for making autocomplete
I get console error "Ajax.Autocompleter is not a constructor"
and in html "autocomplete = off"
thanks in advance for help
--~--~-~--~~~---~--~~
You received this message because you are subscr
Hi everybody,
Is there any way to make the Bindable Behavior work with pagination in
Cake 1.2?
Thanks,
Martin B
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to
Anyone know what this error is?
On Feb 21, 1:15 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> Not in uses...
>
> var $components = array('Email', 'RequestHandler');
> var $helpers = array('Ajax');
>
> I tried adding to uses as this...
>
> var $uses = array('MailingList', 'RequestHandler');
Hi,
I've created an Ldap component that connects to an Active directory
server to do authentication. The ldap componet works well and I'm
using it for a number of applications.
I created a custom authentication component (MyAuth) that overrides
the isAuthorized and hashPasswords function. MyAut
And why I do not need authError on the login screen is simply that it
is the login screen... I can inform the user in other ways. If they
are not allowed but not asked to login (low perms for example) that is
when the Flash is more useful to me.
sorry for the 97 consecutive posts.
On Feb 25, 6:0
> That's exactly what I've been saying from the beginning. The
> difference is, one is an application key which has meaning within the
> context of the application itself, and one is a business key which
> satisfies some business requirement.
OK Nate, but a mapping layer must reconciliate logic
Oh, I forgot. There is one small down-side. There is no Flash message
at the login screen with 'authError'. It is the same request so not
really possible I think?
Not a problem for me really but I thought I should mention it.
--~--~-~--~~~---~--~~
You received thi
OK, I had a go at bending Auth to my will.
http://bin.cakephp.org/saved/29102
The tweaks (two of them) are in the startup method. lines 301-305 and
316-320.
To make it work you will also need an altered version of
requestAction. Put this in app_controller.php or be brave and hack it
into object
Hi All,
I did complete the Setup to use the phpeditor for .thtml
and .ctp. Cake is listed in my include paths folder. As for the
outline, I opened it in a controller, and it only shows the
controller, and the functions in the controller. Am I supposed to see
a list of the core classes abov
Also, there is ABSOLUTELY nothing preventing you from implementing
your own patch.
It is possible that the usage you have in mind is too specific to your
situation to be worth patching the entire framework for. In this
case, they won't add the feature, and you will just have to maintain
that mod
this helped me too ! thanks grigri
PS: If you have some time quote this simple example in http://book.cakephp.org/
, I'm too new entry to explain the example.
On Feb 11, 10:41 am, grigri <[EMAIL PROTECTED]> wrote:
> find('list') only works with simple fields, you won't be able to do
> this.
>
>
What version of cake. I think you are going to have to use the 'with'
association.
$this->Tag->(WithModel)->findCount(array('tag_id'=>$tag_id));
On Feb 25, 8:35 am, roryy <[EMAIL PROTECTED]> wrote:
> hi I have a question about counting fields.
>
> I have these tables: tags, posts and posts_tags
I am using the Acl component using Auth under "actions" mode, so I'm
not sure if this will help. At the very least, it might be helpful to
know that I have been able to setup something like what you wanted.
Here is how I did it.
Under "actions" mode, I have the following:
Acos:
-
Posts
If you are putting things into $this->data - yeah that is where cakes
magic is. Cake has claimed the variable data as it's own.
If you don't like the automagic, then just dont use $this->data. Code
like that below works very well for me, when I dont want to use the
automated for filling.
$user =
Thanks for your reply. Your other thread was an interesting read.
I would still like to call this a faulty behavior (does not make any
sense to me) but the problem is probably more in when the actual
sessons are dumped and recreated than with Auth itself. Possible it
works this way to be consisten
Baz, slight correction: RoR itself does *not* support composite
primary keys. Composite primary key support is available in Rails
through an *unsupported* third-party plugin.
On Feb 25, 9:59 am, Baz <[EMAIL PROTECTED]> wrote:
> Now I'm no hardcore PHP developer, but based on things I've seen in
On Feb 25, 9:23 am, DragonI <[EMAIL PROTECTED]> wrote:
> I'm with you, we have some production tables that use compound keys.
> The app is like 5 years old! Oh well, if we ever convert this over,
> there's this small thing called SQL we'll be using ;)
Exactly. There's nothing preventing you from
hi I have a question about counting fields.
I have these tables: tags, posts and posts_tags, does someone know how
I can count how many posts use one tag?
Thanks in advance :)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Thank you very much Samuel.
On Feb 25, 7:06 pm, "Samuel DeVore" <[EMAIL PROTECTED]> wrote:
> http://book.cakephp.org/view/66/models#automagic-model-fields-68
>
> if they exist they are managed by cakephp
>
>
>
> On Mon, Feb 25, 2008 at 12:29 AM, Kishor <[EMAIL PROTECTED]> wrote:
>
> > Hi frien
Now I'm no hardcore PHP developer, but based on things I've seen in CakePHP
and from my previous experience with compound primary keys, I can only
imagine how difficult this is to implement *correctly*.
Everyone is bitching like 3 year olds. "CakePHP should support this", well
it doesn't, suck it
Much better :)
I've also experienced problems with sessions expiring with Auth:
http://groups.google.com/group/cake-php/browse_thread/thread/91c716ad396513e1/2c744b3bedde6781?lnk=gst&q=session+expire+auth#2c744b3bedde6781
Bottom line, there's not much that can be done. Apparently, the "session"
s
Hi,
I'm currently building a App for my work and in the layout we have our
login information instead of having a seperate page to do it. The
problem i found, and have been trying to fix, is that when i go into
some of the pages, like edit the posts section and i am not logged in,
cakephp will in
I'm with you, we have some production tables that use compound keys.
The app is like 5 years old! Oh well, if we ever convert this over,
there's this small thing called SQL we'll be using ;)
Anyway, it's good to find this out now.
On Feb 13, 9:58 am, avairet <[EMAIL PROTECTED]> wrote:
> I have a
Ben,
Ok you need to chill out, it is obvious you are a little upset because we
are not implementing every "idea" that you consider to be important in this
framework.
Your ticket was not deleted, it was closed as need more information. Pay
attention to us if you expect us to pay attention to you.
On Feb 25, 9:03 am, Mr-Yellow <[EMAIL PROTECTED]> wrote:
> Am I wrong? Is that just the status that has been deleted?
>
> Man that's some bad wording there if it is.
Right, because "needmoreinfo" could be interpreted as anything other
than "need more info".
> If it is, I'm sorry, just used to se
http://book.cakephp.org/view/66/models#automagic-model-fields-68
if they exist they are managed by cakephp
On Mon, Feb 25, 2008 at 12:29 AM, Kishor <[EMAIL PROTECTED]> wrote:
>
>
> Hi friends I've implemented cake blog tutorial from cake manual and
> it's work perfect.But i'm confuse how cake
Just to check, are you using cake 1.1 or 1.2 the email component is
only in 1.2 you can check the VERSION.txt file in your cake core or
look in the cake folder and make sure that
libs/controller/components/email.php exists
Sam D
On Sun, Feb 24, 2008 at 6:58 PM, Affinity Skateboards <[EMAIL PROTE
This ticket? https://trac.cakephp.org/ticket/4219
For your information that ticket is not deleted, it was closed as need more
information.
Nate did the right thing by closing the ticket as needmoreinfo:
"This isn't really enough information to reproduce the issue. Please attach
all relevant model
Am I wrong? Is that just the status that has been deleted?
Man that's some bad wording there if it is.
If it is, I'm sorry, just used to seeing every issue for everything I
need to develop enterprise systems in Cake is set to "wontfix".
-Ben
On Feb 26, 1:00 am, Mr-Yellow <[EMAIL PROTECTED]> w
You guys freak me out.
I know that CakePHP is a great framework, but if this compound primary key
is really that important to you, maybe you should get on the Ruby train. If
the framework does not fit your needs, find one that does. I don't see what
the big issue is.
It's an incovinience. And it'
For those that want working code for HABTM using "with" and a
$primaryKey specified key name.
Here is the patch for your model.php
https://trac.cakephp.org/ticket/4219
-Ben
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Um.. I fixed some bugs today and provided the patch.
The ticket was deleted.
So much for "open" source.
-Ben
On Feb 26, 12:37 am, nate <[EMAIL PROTECTED]> wrote:
> On Feb 24, 8:13 pm, Mr-Yellow <[EMAIL PROTECTED]> wrote:
>
> > The responses to tickets relating to this issue in trac us
So all the threads asking why you can't do compound primary keys are
just my imagination then...
Cool good to know I'm delusional.
-Ben
On Feb 26, 12:42 am, nate <[EMAIL PROTECTED]> wrote:
> On Feb 25, 4:07 am, avairet <[EMAIL PROTECTED]> wrote:
>
> > Yes Mr Yellow, I don't understand why core
Are we missing out on a bunch of bugs in Cake due to poor management
of tickets?
This here is a confirmed bug. I have posted the fix. The ticket gets
deleted with no resolution?
I'm GOBSMACKED
Well if anyone wants patches for broken bits of CakePHP, I'll post
them here from now-on rather th
On Feb 25, 4:07 am, avairet <[EMAIL PROTECTED]> wrote:
> Yes Mr Yellow, I don't understand why core team always say "wontfix"?!
> Because it's an important issue for me and many others developers,
I hope you now understand from my comments above that whether or not
it's an issue for you personall
On Feb 24, 8:13 pm, Mr-Yellow <[EMAIL PROTECTED]> wrote:
> The responses to tickets relating to this issue in trac usually have
> "wontfix" and a short non-explainatory note basically saying "piss off
> and stop asking you don't need this, we know best".
Well, I'm really sorry you read such a dem
Check out:
http://www.pseudocoder.com/archives/2008/02/17/automagic-javascript-validation-helper-beta/
It uses jQuery, but not AJAX. Instead it converts the validation
rules to JavaScript (where possible).
-Matt
www.pseudocoder.com
On Feb 25, 4:09 am, manish <[EMAIL PROTECTED]> wrote:
> Hi
>
On Feb 13, 8:25 am, avairet <[EMAIL PROTECTED]> wrote:
> Only one thing: a Primary Key is not equal to Unique not null index!
That's exactly what I've been saying from the beginning. The
difference is, one is an application key which has meaning within the
context of the application itself, and
Hi Yocto,
a few months ago, i write a little and simple app using Cake and Javascript
to list the countries.
A link for download is in my personal site (
http://www.thiagopaes.com.br/files/mundo.tar.gz)
Use and read the code, it is simple to understand.
I hope that helps,
Thiago
---
On Sun, F
hi all,
I have some issue about cakephp 1.2 beta.
I'm working on field date and time and I had problem that I have
solved about date, time and localization
1) I have a date field in my db about a birthdate (in italian
'nascita') of an user. In form registration I have:
input('nascita',array('em
The simplest way is to have the approve method, when called:
- perform the DB update,
- set a flash message,
- redirect back to the originating page (the refferer, usually
available in a controller via the referrer() method).
You should also make the links mini forms that do HTTP POST requests
ra
The file validation is not implemented yet,
i had to write the code (works for me) and uploaded it to
trac.cakephp.org,
This is the ticket
https://trac.cakephp.org/ticket/4170
On Jan 11, 12:41 am, "Louie Miranda" <[EMAIL PROTECTED]> wrote:
> I just want to be able to validate a file upload, but
Hi all,
I have an HABTM relation beetween Users table and Categories table: I
have a joint table utenti_has_category and I have set well the
relation in my User model.
In my view I display well with
echo $form->input('Categories', array('options' => $categories,
'multiple' => 'checkbox'));
a co
1 - 100 of 125 matches
Mail list logo