How to make pure html graphs in cakephp

2009-08-24 Thread mona
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'), ),

how to use cdata tag in attribute in xml in cakephp

2009-07-23 Thread mona
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

How to write single query for fetching records from two table

2009-07-22 Thread mona
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 {

How to write one single query for fetching data from two tables

2009-07-22 Thread mona
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 use cakephp session class for wordpress

2009-07-22 Thread mona
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

how to integrate wordpress blog in cakephp

2009-07-17 Thread mona
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

can anybody use wurfl with cakephp

2009-07-13 Thread mona
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

how to generate xml in cakephp

2009-07-13 Thread mona
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 To

how to export data to WURFL into patch files in cakephp

2009-07-09 Thread mona
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

Re: how to export data to WURFL into patch files in cakephp

2009-07-09 Thread mona
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 make scrolling tabs using jquery in cakephp

2009-07-07 Thread mona
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

how to send some value through response.redirect

2009-07-02 Thread mona
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

how to use wordpress blog without making controller in cakephp

2009-07-02 Thread mona
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

how to use wordpress forum in cakephp

2009-06-08 Thread mona
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 IfModule mod_rewrite.c RewriteEngine

how to make payment module in cakephp

2009-06-08 Thread mona
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

cake php is not installed correctly

2009-05-26 Thread mona
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

how to change image on onover event

2009-02-25 Thread mona
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

css problem

2009-02-13 Thread mona
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

how to set css for internet explorer

2009-02-13 Thread mona
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

Re: nice new API layout

2009-02-02 Thread Mona
http://cakeforge.org/frs/?group_id=53release_id=76 Thanks for the link. However I noticed that this documentation is incomplete...for instance AppModel.findAllBycolumn_name is missing... --~--~-~--~~~---~--~~ You received this message because you are

Re: nice new API layout

2009-01-29 Thread Mona
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

edit function is not working

2009-01-16 Thread mona
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

How to use cake console for baking

2009-01-16 Thread mona
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

validation message are not coming

2009-01-13 Thread mona
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

how to display image in your view from database

2009-01-12 Thread mona
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 ?php class EntriesController extends AppController { var $name = 'Entries'; var $helpers = array('Html','Form','Javascript','Ajax'); //var

How to upload files in edit view

2009-01-12 Thread mona
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

How to do this in cakephp

2009-01-11 Thread mona
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

Why i get this warning

2009-01-10 Thread mona
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

Why i get this warning

2009-01-09 Thread mona
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

Re: How to do this in cakephp

2009-01-09 Thread mona
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

How can we edit uploaded file

2009-01-03 Thread mona
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

How can use ajax

2009-01-02 Thread mona
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

How to access one model from other model

2009-01-01 Thread mona
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 ?php class EntriesController extends AppController { var $name = 'Entries';

How to update counter

2009-01-01 Thread mona
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

How to set title for cakephp pages

2008-12-31 Thread mona
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 title?php echo $title_for_layout?/titlebut when i display this in body section it is displaying a title

About session variable

2008-12-31 Thread mona
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

How to display total no of entries from database

2008-12-31 Thread mona
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

How to find total enteries from database

2008-12-30 Thread mona
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 post

How to change data of dropdown box when value of other dropdown box changes

2008-12-30 Thread mona
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

buttons in cakephp

2008-12-30 Thread mona
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

How to give label when we take input type is file and how to give titles to your pages in cakephp

2008-12-30 Thread mona
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

css is not caling

2008-12-29 Thread mona
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 h2Welcome ?php echo $id=$session-read('User')?/h2 div class=entries ?php echo $html-css('default'); ? table cellpadding=0 cellspacing=0 ?echo

How to edit user record in database

2008-12-29 Thread mona
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 h2Welcome ?php echo $id=$session-read('User')?/h2 div class=entries ?php echo $html-css('default'); ? table cellpadding=0 cellspacing=0 ?echo $html-tableHeaders(

Re: css is not caling

2008-12-29 Thread mona
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

How to make buttons in cakephp

2008-12-29 Thread mona
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

Where to save uploaded files

2008-12-29 Thread mona
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

Where to place new layout page

2008-12-28 Thread mona
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 email

How to fetch data in a dropdown box in add action

2008-12-28 Thread mona
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 ?php class EntriesController extends AppController { var $name =

How to upload files and where to save in temp folder

2008-12-28 Thread mona
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 h2New

Re: Where to place new layout page

2008-12-28 Thread mona
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 from

Re: file uploading in cake php

2008-12-28 Thread mona
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, send

Re: Problem related to dropdown box

2008-12-28 Thread mona
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

Re: Problem related to dropdown box

2008-12-27 Thread mona
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 ?php class EntriesController extends AppController {

Re: file uploading in cake php

2008-12-27 Thread mona
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 h2New Entry/h2 ?php echo $form-create('Entry',array('action' = 'add','type' = 'file'));? div

How can i change the layout of cakephp pages

2008-12-27 Thread mona
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

login script

2008-12-27 Thread mona
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

How to use bake.php in cakephp1.2

2008-12-27 Thread mona
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

Problem related to dropdown box

2008-12-26 Thread mona
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

file uploading in cake php

2008-12-26 Thread mona
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

Model association

2008-12-26 Thread mona
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

How to change the layout of your pages in cake php

2008-12-26 Thread mona
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

Re: file uploading in cake php

2008-12-26 Thread mona
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

cms in cake php

2008-12-24 Thread mona
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

installation of cakephp

2008-12-24 Thread mona
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 this

How to make forms in cakephp

2008-12-23 Thread mona
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(

how to install cake php

2008-12-21 Thread mona
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

Re: sorting table by colum for cake 1.1.19

2008-11-25 Thread Mona
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,

Re: Error about non-existing field!

2008-11-21 Thread Mona
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

Re: Error about non-existing field!

2008-10-24 Thread Mona
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 /misc/www

Re: Error about non-existing field!

2008-10-24 Thread Mona
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

Error about non-existing field!

2008-10-23 Thread Mona
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 line 123

sorting table by colum for cake 1.1.19

2008-10-15 Thread Mona
is 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 PROTECTED

Re: pass info from controller methodA to methodB

2008-09-05 Thread Mona
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 group. To post

Re: pass info from controller methodA to methodB

2008-09-05 Thread Mona
? 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 PROTECTED] For more options

Re: pass info from controller methodA to methodB

2008-09-05 Thread Mona
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 group. To post to this group

Re: pass info from controller methodA to methodB

2008-09-04 Thread Mona
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 because you

pass info from controller methodA to methodB

2008-09-03 Thread Mona
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