I want functions that create pure html graphs.
The functions should take an array as a parameter. The array will look
like
array('data' =>
array(
array('label' => 'Nokia N95', 'number' => 95, 'axislabel' => ''),
array('label' => 'Apple iPhone', 'number' => 120, 'axislabel' =>
'iPhone')
can anybody tell me how to cdata tag for attribute value in 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 t
Hello friends
I have integrate wordpress in cakephp now i want to cake php session
in wordpress and i want to write that value in database by using
cakephp session class how to do that
please help me its urgent
--~--~-~--~~~---~--~~
You received this message beca
How to write the folowing query in cakephp
$sql = "select
devices.uid,devices.agent,devices.capabilities,devices.localcaps from
devices,agents where devices.uid = agents.uid and agents.verified=1
limit 100";
Followin is my controller file
class AgentsController extends AppController {
How to write followin query in cakephp
$sql = "select
devices.uid,devices.agent,devices.capabilities,devices.localcaps from
devices,agents where devices.uid = agents.uid and agents.verified=1
limit 100";
Following is my controller file
class AgentsController extends AppController {
hello friends i have ask this question already but no one reply i need
urgent response for that i want to integrate wordpress blog in cakephp
but i want to place outside the app folder so can anybody tell me how
to do that.I try to place that in webroot folder but when i access
this blog it is dis
can anybody tell me how to generate xml in cakephp and export data
from database in xml
--~--~-~--~~~---~--~~
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
T
I want to export device data to wurfl can anybody help me for this
--~--~-~--~~~---~--~~
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 th
Ya i have device info in database but i don't know how to export data
in patch files
--~--~-~--~~~---~--~~
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
How to write a function to export data through patch files in WURFL
can anybody help me to solve this problem
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to cak
How to make suct type of scrolling tabs given in following link using
jquery in cakephp please give me some example
http://www.handsetdetection.com/devices/properties/Access/netfront_ver3
--~--~-~--~~~---~--~~
You received this message because you are subscribed t
Hi every body i wan't to include wordpress blogs in my cakephp site
but i don't wan't to make MVC for that is it possible to make this way
and along with that i wan't to place my blog outside app folder but it
is not working and it is displaying error message controller not found
so please tell me
Dear Friends,
Can anybody tell me how to send some value through
response.redirect
I am making search funtion and that is called admin_search() from
there when user enters some value then form will redirected to
admin_index function where my search query is working.
function admin_searc
I want to make payment module for my site i wan't connectivity with
paypal and in my site i want to make different plans so cananybody
tell me how to begin with paypal
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
Hello friends
can anybody tell me how to use wordpress forum in cakephp i
wan't to place wordpress forum outside the app folder now it is
showing error message missing controller so please how to solve this
problem.my .htaccess file is as follows
RewriteEngine on
RewriteRule^$
can anybody tell me how to install cakephp i read the manual and
follow that procedure for installatiion but when i view cakephp
default page using localhost it is not correctly displaying and also
cake console is not working so please help me out because it's very
urgent
I am attaching you the sc
I am displayin a image on my index page when user mouseover on that
image it should display anoter image and remove first image cananybody
tell me how to this in cakephp how to call javascript function in cake
php
--~--~-~--~~~---~--~~
You received this message beca
hi viewers
i have one serious problem i have to set the page layout in such a way
that my website should perfectly viewed in internet explorer . It is
working fine in firefox but in IE it is not so can anybody tell me how
to call two different css for two different browsers or any other
solution
hi viewers
i have one serious problem i have to set the page layout in such a way
that my website should perfectly viewed in internet explorer . It is
working fine in firefox but in IE it is not so can anybody tell me how
to call two different css for two different browsers or any other
solution
> http://cakeforge.org/frs/?group_id=53&release_id=76
Thanks for the link. However I noticed that this documentation is
incomplete...for instance AppModel.findAllBy is
missing...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the
API 1.1 is missing! Please put it back ASAP. I'm still using that
version.
--~--~-~--~~~---~--~~
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 unsubscr
Can anybody tell me how to use bake.php for baking in cakephp1.2 i
know how to use this in cakephp1.1 but i don't know in 1.2 i read the
manual and tried but it was not working
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Here is my edit function code i don't know where i mistaken if i edit
my record it added automatically one new record and i didn't get
validation messages also below is my edit function code
function edit($id = null){
$this->set('sections', $this->Entry->Section->find
('list',array
('field
In my add view when i kept all the fields blank and click on submit
button it will display a message record added successfully instead of
that i wan't to display my validation message and page should not be
redirect to other page
how to do this here is my add function code
I tried alot i wan't to chand my attachment in edit view but when i m
doing that it is displaying error
how to edit uploaded files in database from edit view i tried as add
action but it doesn't work
thsi is my controller code please tell me in edit function where to
write file uploading code an
i m storing images in database and i wan't to display images in my
view how to do this in cake php
my controller code is
Entry->find('all', array('fields' => array('(max
(Entry.counter)) as max_counter')));
$query=mysql_query("select max(counter) from entries");
$row=mysql_fetch_array($q
I have two dropdown boxes if value of one dropdown changes then
according to that value of second dropdown changes i doing that using
ajax my problem is that in my edit view only one dropdown box is
displaying value from database not second one it is displaying blank
my controller code is as follo
I m getting this warning when i m adding a
record
Cannot modify header information - headers already sent by (output
started at /home/maheep/domains/phraseout.com/public_html/cakephp/
styleguide/controllers/entries_controller.php:50) [CORE/cake/libs/
controller/controller.php, line 615]
I remove
this will help me but it is not returning value it is returning only
Array as value please help me how to solve this porblem
---see this --
Counter : Array
function index(){
$count = $this->Entry->find('all', array('fields' => array('(max
(Entry.cou
Warning (2): Cannot modify header information - headers already sent
by (output started at /home/maheep/domains/phraseout.com/public_html/
cakephp/styleguide/controllers/users_controller.php:71) [CORE/cake/
libs/controller/controller.php, line 615]
when i upload my cakephp project on the server i
what settings i have to do to upload my cakephp project on to server
because it is showing some warning like
header already sent
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group,
I know how to handle queries but i don't know how to fetch values of
variables for example
i wan't to fetch max(counter) so i know how to write query but how to
store value of this in some variable and print them in my index view
for eg
$query=mysql_query("select max(counter) from entries");
I have code of my controller in which i use normal php codes to fetch
data from a database and update counter how to do this in cakephp
set('co',$co);
$name=$this->Session->read('User');
$query1=mysql_query("select id from users where username='$name'");
$row1=mysql_fetch_arr
hi all
On my edit view i have one option to update uploaded file but when i
do this they are taking first character of file and in size also it
will take character value so how can i edit uploaded file value in
cake php
--~--~-~--~~~---~--~~
You received this messag
hi all
i wan't to make a filter on my site if user select particular section
then in the submenu selectbox value automatically updates and when
user select submenu the listitem of that menu automatically updates
and result will display in table
means data of table changes when we use filter using
I have one button update counter when user click on update counter
button it will update the counter but my problem is that how to use
this on my link i have separate table for that name as updates
evertime user click on this link it will update the value in database
but this link is present on my
I want to manage my user account from my entries index view i have
link on my entries/index page when i click on this link it will take
user to users/edit view how to do this my entries controller look
like
set('id',$this->Entry->User->find('all',array
('fields'=>'User.id','recursive'=>'0','cond
I wan't to display total no of records in database on my welcome page
how to do this
--~--~-~--~~~---~--~~
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 u
I username in session and read this on my welcome page
but after some time name stored in session disappears can anybody tell
me why this happen and what is the solution for that
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Googl
I tried alot using
I used this in my login function
$this->pageTitle = 'My search engine optimized title';
but when i wan't to display in my layout it can't display
but when i display this
in body section it is displaying a title
--~--~-~--~~~---~--~~
You received t
How to give titles to your pages in your layout where to give that
title
and i m taking input type file and i want to give name as attachment
on my view how to give this in label
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Googl
can we make buttons in cakephp1.2 and call javascript functions on
them how to call functions on buttons in cakephp
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to
I have two dropdown box if i change the value of one dropdown box it
will update the value of other dropdown box how to do this in
cakephp1.2
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to
I wan't to display total enteries from database and i have one link on
database when user enter new entry it will update the count how to do
this
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To pos
where to make temp folder in file uploading i want to know where to
save folder
--~--~-~--~~~---~--~~
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 unsubs
can anybody tell me how to make buttons in cakephp and call javascript
functions on it in my index page instead of making links i want
buttons so how to do this
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP
How to load a firebug in 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+
I want to edit user data through index view of other model how to send
id of user
i have only username in session variable
Welcome read('User')?>
css('default');
?>
tableHeaders(
array(
'Section',
'Submenu',
'Listitem',
'Detail',
'Actions'
)
);?>
I wan't to alternate colors to rows in the index view but when i call
css it is not calling
my code is as follows:
code of index view
Welcome read('User')?>
css('default');
?>
tableHeaders(
array(
'Section',
'Submenu',
'Listitem',
'Detail',
'Actions
I tired this thing but it was not workin i already send you my code
plz check it and correct it if it is possible for you
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send em
I tried alot but it is not working any other options
--~--~-~--~~~---~--~~
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, sen
thanks for replying can u tell me how to use bake.php in cakephp 1.2
--~--~-~--~~~---~--~~
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 fro
This is my code of add vies i want to upload file from this code and
send file name and type in database when i click on add button if i
click on add button it is displaying error array to string conversion
and file data doesn't save data in database can anybody tell me how to
do this
New Entry
This is my code can anybody tell me how to fetch data in a drop down
box in add action i want to display data in dropdown box and when i
click on add button is save values in a database
code is follows my controller is
Entry->recursive = 1;
$this->set('entries', $this->Entry->find
Can anybody tell me where to place my new layout page in cakephp so
that i call in my login function to use that layout
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send emai
It is not properly working in cakephp 1.2 how to use this in cakephp
1.2
--~--~-~--~~~---~--~~
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 f
Can anyone tell me how to set the layout of this page i m having
fields username and password
--~--~-~--~~~---~--~~
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
When i edit default.ctp file in cake php it doesn't work can i use
table as normal php and set my layout i m using fieldset so how can i
adjust the size of that fieldset i tried alot but doesn't success can
we design page in cakephp as simple php and how i can disable the sql
log table from my pag
Hello mike
sorry for distutbing you once again. I am sending you my file
uploading problem please i need your help if you help me it will be
great help for me
this is my add view code please consider it
New Entry
create('Entry',array('action' => 'add','type' =>
'file'));?>
input('Section', ar
It can't solve my problem i m sending you my code can you tell me
where i m making mistake plz correct it if it is possible
this i my entries controller and i want data in drop down box in add
and edit pages from table name section
Entry->recursive = 1;
$this->set('entries', $thi
thanks for the reply but when i click on add button to submit the form
value in the database it is displaying the error like array to string
conversion something like that how to print the value of array you me
the above link but in all that page file uploading having different
table different c
I am making login page but due to default settings of cakephp my
layout is not looking good i m using table on my login page but if i
customize cakephp default page and delete the cakephp logo and all
that things on display the contents then my layout is not looking good
how to make my login page
How to make association between three of four tables because i m
fetching data on my table from three different tables
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email
In my add view i have one form which contain file upload option i want
to send all the values of form in one table but file upload option is
displaying error like array to string conversion because the query is
like that ("insert into enteries(section,list,submenu,file) values
('shopping','list','
How to fetch data from a database and display in dropdown box.
For e.g i have one table enteries and another table name as section
when i add new entry then at my add view all the section should
display in dropdown box and i have section_id field in entry table
because i m saving only id of the se
when we install cakephp then in httpd.conf of apache where we find
Addmodule mod_rewrite.c. this is for unix os because i m using windows
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to thi
I have to make cms using cakephp and in that cms i have to increment a
count every time when new content add in cms for that first i have to
make login script can anybody tell me how to make login script in php
and i want that when i type address it should open my login page not
index page and als
I m new to cake php i want to make form in cakephp and i make the
following things
class User extends AppModel {
var $name = 'User';
var $validate = array(
'name'=>array('rule'=>'notEmpty'),
'email'=>array('rule'=>'email'),
'password'=>array(
I m new to cake php and i don't know how to install it on windows i m
using apache server and mysql can anybody step by step procedure of
installtion so that i can easily install it because i can't understand
the manual
--~--~-~--~~~---~--~~
You received this messa
Anyone?
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options
I finally figure out what is wrong. CakePHP makes a select statement
to the entire table without qualifying the schema and so it is picking
up tables with same name in a different schema! I hope this is fixed
in the new version!
For example, the query it makes is:
SELECT DISTINCT column_name A
Ok, I fixed the missing default_teragrid_list file problem but my
original problem of a non-existent field error message is back...
Any other suggestions?
thanks,
Mona
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
I just tried to empty my cache by deleting tmp/cache/mode/* and now
I'm getting a different error:
Warning: file_put_contents(/misc/www/projects/test/mona/app/tmp/cache/
models/default_teragrid_list) [function.file-put-contents]: failed to
open stream: No such file or directory in /mis
Hi:
I'm using version 1.1.19 and I keep getting a runtime error message
about a non-existing field:
Warning: pg_query() [function.pg-query]: Query failed: ERROR: column
Organization.organization does not exist in /misc/www/projects/test/
mona/cake/libs/model/dbo/dbo_postgres.php on lin
appreciated.
thanks,
Mona
--~--~-~--~~~---~--~~
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 [EMAIL
;write() tip.
Thanks to everyone for their help! I appreciate it very much...good
way to end the work week (: Have a great weekend everyone!
cheers,
Mona
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP"
ion correct?
thanks,
Mona
--~--~-~--~~~---~--~~
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 [EMAI
Hi Mark:
I tried to store it in various ways, this $this->set, via a class
variable, via a static variable...but nothing worked...
Mona
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP" grou
splay the information
in a table which allows the user to choose which information to
actually store into the database. I'm new to CakePHP, perhaps there
is a better way to accomplish this?
thanks,
Mona
--~--~-~--~~~---~--~~
You received this message becau
Hi: I'm using 1.1.19* and have a simple question that I cannot find
answer to from either manual or search here...
I have 2 methods in a controller, let's call them methodA and
methodB. In methodA, I do some work and I want to store the result of
that work so that methodB can access and display
Hi: I'm using 1.1.19* and have a simple question that I cannot find
answer to from either manual or search here...
I have 2 methods in a controller, let's call them methodA and
methodB. In methodA, I do some work and I want to store the result of
that work so that methodB can access and display
81 matches
Mail list logo