| CARVIEW |
0 answers
0 votes
SQL Functions in find field lists
Hi all,
I'm a newbie, just getting acquainted with cake. I've worked through the blog tutorial and I've moved on to putting together my own simple app from scratch.
So here's the thing:
I have a simple table called "artists" with three fields:...
0 answers
0 votes
Problem with Session
Hello i got a problem with CAKE Session.
my code .
controller
$dummy = $this->Session->read('test');
after i do something with dummy
and write back in session
$this->Session->write('test',$dummy);
print_r($this->Session->read());
the...
0 answers
0 votes
Session Question
Hi, i got a problem with CakePHP and Session
in my controller i got this
index action
if(!$this->Session->started())
{
$this->Session->activate();
}
then a got a add action
put some data in dummy and write back in session
the...
1 answer
0 votes
pass data using ajax
How to pass data of more than one fields from view to controller using ajax in cakephp?
0 answers
0 votes
Add validation rule of field for this view?
Hello I would like to ask.
I have got a simple form
<?php echo $form-create('Friendship',array('action' = 'selectFriends','class' ='user_search'));
echo $form-input('Message.link',array('label' = __('Link to my rating',...
2 answers
0 votes
include a javascript file in .ctp
Hi all,
I am using cakephp1.26.
I am trying to add an external Javascript file to a .ctp file under View Controllers using this script, but it just said:
Warning (2): link() [function.link]: No such file or directory...
0 answers
0 votes
How to output UTF-8 sign inside paginate (paginator)?
Hello,
i want output a UTF-8 arrow. My charset is set to UTF-8. It works when i write:
[code]
<?php echo '↑' ?
[/code]
But _NOT_ with paginate:
[code]
<?php echo $paginator-sort(array('asc' ='id ↓', 'desc' ='id ↑'),...
0 answers
0 votes
I really simple question about "order" and models.
I just want to order a drop-down list on a form. Each product needs a manufacturer the list on the form should be alphabetical. The manual claims the following code, more or less, should define a default sorting. I think that should...
0 answers
0 votes
Single function using alternate database
Very simple question. Is there a native way to run a few save/deletes within a function on a database other than default? It has an identical structure, so it should work fine. The problem is all I can find on the subject is special dynamic...
0 answers
0 votes
Session component and ajax
I've been trying to figure this out for over a week now and getting nowhere. Any advice at all would be more appreciated than you could ever know.
I have a ajax powered web app over cakephp 1.3 . I'm using an ajax helper to make all requests...
How does CakePHP Questions work?
CakePHP Questions is easy to use: Register and login or directly login using OpenID and just ask your question!
After you ask your question you just need to wait until you have got some answers and pick the correct answer.
Other users might help you by finding the right answer by voting and giving comments.
Tags
- DATABASE_CONFIG x2
- criação de sites internet x1
- membership x1
- key x1
- adodb x1
- output x2
- criar website x1
- issue x1
- data retrieval x1
- parameters x1
- webroot x1
- list x3
- plugins url x1
- tag x1
- attributes x1
New Questions
Hot Questions
© 2009-2010 Cake Development Corporation
Developed by the Cake Development Corporation for Cake Software Foundation, Inc.
