Re: Inserting different data into each row using Hash (or some other way to do what I need!) [CakePHP 2.7.X]

2015-10-12 Thread MarkB
And that is exactly the information I needed - I WAS going about it the wrong way, and that 'multiple relations' link you provided set me straight. Definitely a case of RTFM, though I think I had looked at that very early on in the learning process and not got my head round it. Whereas now it

Re: Inserting different data into each row using Hash (or some other way to do what I need!) [CakePHP 2.7.X]

2015-10-12 Thread John Andersen
You are welcome MarkB And thank you for reporting back :) John On Monday, 12 October 2015 17:49:43 UTC+3, MarkB wrote: > > And that is exactly the information I needed - I WAS going about it the > wrong way, and that 'multiple relations' link you provided set me straight. > Definitely a case

Re: Inserting different data into each row using Hash (or some other way to do what I need!) [CakePHP 2.7.X]

2015-10-06 Thread John Andersen
You have not provided any information on how the Request and User are related in your models. Request belongsTo Provider(User) Request belongsTo School(User) Provider(User) hasMany Request School(User) hasMany Request Those two relationships can be defined in the models. Have you done so? See

Inserting different data into each row using Hash (or some other way to do what I need!) [CakePHP 2.7.X]

2015-10-06 Thread MarkB
Hi, Over the past year I have built a very unwieldy complex event management system for an education science festival as my first CakePHP project but I am having trouble getting my head around what is probably a very basic CakePHP problem. I may even be going about this completely the wrong

Translate behaviour need better turorial

2015-09-14 Thread Salines
I try to implement translate behavior, and I got lost in the code following the documentation. I have CakePHP 2 application that works in three languages, I try them migrate to CakePHP 3.x, but unlike 2.x documentation that I quickly realize, here in CakePHP 3 documents there are many

updateAll() and the need to load another class

2015-06-18 Thread Daniel Lang
Since I could not find an explanation in the documentation, I'm asking here. I have two tables with an 1:n relationship and I'm trying to use updateAll() on the child but use a column of the parent in the condition. For example the two tables look like this: - playlists - name -

Re: I need some help with CakeDC Search

2015-06-02 Thread Christian Quispe
. Am Sonntag, 31. Mai 2015 23:39:15 UTC+2 schrieb Jekill CR: *I need some help with CakeDC Search i configured the plugin with the instructions and nothing happens.* Only show the text of the search on the Web Browser search input. Please if someone have a working configuration and can share

Re: I need some help with CakeDC Search

2015-06-01 Thread euromark
See http://sandbox3.dereuromark.de/sandbox/search-examples and the code to it for example. Am Sonntag, 31. Mai 2015 23:39:15 UTC+2 schrieb Jekill CR: *I need some help with CakeDC Search i configured the plugin with the instructions and nothing happens.* Only show the text of the search

I need some help with CakeDC Search

2015-05-31 Thread Jekill CR
*I need some help with CakeDC Search i configured the plugin with the instructions and nothing happens.* Only show the text of the search on the Web Browser search input. Please if someone have a working configuration and can share with me. thanks in advance! I need the most simple

cakephp 3.0 stable == need help with save assosiated, but data have composite primarykey

2015-03-24 Thread Farid Aditya
help i cann't saving data with save that have assosiated *nb*: *all my table used Inflector::rules('uninflected', ['dontinflectme']), so i don't have proble with naming convension* *this is my model table* class KaryawanTable extends Table { /** * Initialize method * *

Need Recommendations...please!

2015-03-24 Thread April DeRossett
Greetings! I need a little help...and, I know if there is a way, this is the group to point the direction. I have an application written in cake 2.3.x that handles booking and scheduling of appointments. I am currently using FullCalendar http://fullcalendar.io/ and things look as so

Need a CakePHP Developer to integrate an Email Marketing System in existing CRM built on CakePHP.

2015-02-19 Thread Neeraj Kamdar
We have an existing custom built CRM in CakePHP V2.2.7 We need to integrate an email marketing system using a service such as mandrill, Amazon SES or any other suitable email delivery service. *Email Marketing System Requirements* - We have several salespeople - each should be able to send

Re: CakePHP 3 - Need File upload example

2014-12-12 Thread José Lorenzo
move_uploaded_file() should be used On Thursday, December 11, 2014 5:50:35 PM UTC+1, frocco wrote: Thanks, Do I just use PHP move_uploaded_file command or does CakePHP 3 have it's own methods? On Thursday, December 11, 2014 9:04:24 AM UTC-5, José Lorenzo wrote: Create a form with a

Re: CakePHP 3 - Need File upload example

2014-12-11 Thread frocco
Let me rephrase this. What do cakephp 3 users use for file upload? On Tuesday, December 9, 2014 9:17:18 AM UTC-5, frocco wrote: Hello, Can someone point me to a tutorial explaining this? Thanks -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter

Re: CakePHP 3 - Need File upload example

2014-12-11 Thread José Lorenzo
Create a form with a file input. Make sure that you call $this-Form-create($entity, ['file' = true]); when creating that form On Thursday, December 11, 2014 2:45:38 PM UTC+1, frocco wrote: Let me rephrase this. What do cakephp 3 users use for file upload? On Tuesday, December 9, 2014

Re: CakePHP 3 - Need File upload example

2014-12-11 Thread frocco
Thanks, Do I just use PHP move_uploaded_file command or does CakePHP 3 have it's own methods? On Thursday, December 11, 2014 9:04:24 AM UTC-5, José Lorenzo wrote: Create a form with a file input. Make sure that you call $this-Form-create($entity, ['file' = true]); when creating that form

CakePHP 3 - Need File upload example

2014-12-09 Thread frocco
Hello, Can someone point me to a tutorial explaining this? Thanks -- 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 unsubscribe from this group

Re: CakePHP 3.0 Html-image, need to link to root

2014-12-02 Thread frocco
elsewhere on the server then you need to give an absolute http:// url. On Monday, 1 December 2014 22:20:16 UTC+2, frocco wrote: Hello, $catimg = '/media/'. $row-brand-image_path; echo $this-Html-image($catimg, array( alt = no image, 'fullBase' = true, This tries

Re: CakePHP 3.0 Html-image, need to link to root

2014-12-02 Thread frocco
I ended up doing this. $path = $this-Url-build([ controller = products, action = index, $row-brand-id ]); and then a href=?=$path; ? img width=100 height=50 src=/media/?=$row-brand-image_path; ?/ /a -- Like Us on FaceBook

I need two column layout fpr CakePHP 3.0

2014-12-01 Thread frocco
Hello, Looking for an example of two-column layout using CakePHP 3.0 layout commands. Thanks -- 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

CakePHP 3.0 Html-image, need to link to root

2014-12-01 Thread frocco
Hello, $catimg = '/media/'. $row-brand-image_path; echo $this-Html-image($catimg, array( alt = no image, 'fullBase' = true, This tries to find image in my cakephp3 app, not web server root. What am I doing wrong? Thanks -- Like Us on FaceBook

Re: CakePHP 3.0 Html-image, need to link to root

2014-12-01 Thread Dakota
CakePHP treats the application webroot folder as the asset root (i.e. the webroot/ folder in your project directory). If you want to get something elsewhere on the server then you need to give an absolute http:// url. On Monday, 1 December 2014 22:20:16 UTC+2, frocco wrote: Hello, $catimg

Re: I need two column layout fpr CakePHP 3.0

2014-12-01 Thread Dakota
CakePHP 3.0 does not have any layout commands. It makes use of a limited subset of the Foundation CSS framework http://foundation.zurb.com/ as part of it's default Bake CSS styling. I would recommend either using Foundation, or alternatively Bootstrap http://getbootstrap.com/ On Monday, 1

datetime form helper.. need to display only AM/PM instead of hours and minutes

2014-08-24 Thread FandaR
forms on every page? I would like to ideally keep the datetime format in MySQL and just save AM as for example Y-m-d 10:00 and PM as Y-m-d 20:00 in the database so I dont need to change the structure and just modify the datetime form helper somehow? Thank You for your suggestions Frank

Re: datetime form helper.. need to display only AM/PM instead of hours and minutes

2014-08-24 Thread FandaR
as for example Y-m-d 10:00 and PM as Y-m-d 20:00 in the database so I dont need to change the structure and just modify the datetime form helper somehow? Thank You for your suggestions Frank. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP

I need logic to make private user groups

2014-06-20 Thread Salines
Okay friends, I need the following: enables registered members to dynamically generate user groups, where only members of the group can access content within that group. This is identical to do facebook group. So I need some logic, how to do it. thanks -- Like Us on FaceBook https

Re: I need logic to make private user groups

2014-06-20 Thread Jake
How about getting someone else to do it for you? Oh wait... never mind. You're all over this! On Fri, Jun 20, 2014 at 12:40 PM, Salines nikola.parad...@gmail.com wrote: Okay friends, I need the following: enables registered members to dynamically generate user groups, where only members

Re: I need logic to make private user groups

2014-06-20 Thread Stephen S
this depending on what you need. http://book.cakephp.org/2.0/en/models/associations-linking-models-together.html#hasmany-through-the-join-model On 20 June 2014 17:40, Salines nikola.parad...@gmail.com wrote: Okay friends, I need the following: enables registered members to dynamically generate user

Re: I need logic to make private user groups

2014-06-20 Thread Salines
the group will have admin set to 1 and the other users invited would default to 0. You can create logic to specify admin rights in a very simple way, though there are more complicated (and possibly effective) ways to do this depending on what you need. http://book.cakephp.org/2.0/en/models

Re: I need logic to make private user groups

2014-06-20 Thread Salines
Jacob Stevens : How about getting someone else to do it for you? Oh wait... never mind. You're all over this! No, you do not need to do some for me, this is a discussion you can take part or not. I use CakePHP since 2008, also helping people in our local forums, when they need

Need help on custom Authorization with ACL

2014-06-05 Thread Arun Singh
CakePHP custom ACL Authorization using acos, aros aros_acos Acl tables with extension api_ I am developing an restful API using CakePHP, I am trying to implement a custom authorization which authorize user using ACL, code looks something like ?php App::uses('BaseAuthorize',

Re: Need help to integrate smary 3.0 with cake PHP 2.0

2014-06-04 Thread Борислав Събев Borislav Sabev
I know this is somewhat of a troll answer, but: This should be possible with some tweaks to core variables, but why in the world would you want to do that? If your answer is that you know Smarty and not CakeViews I'd suggest you take 4 hours of reading and you will be pretty comfortable with

I need Help.. How to install Cake PHP 2.5.1 on Xampp running on a Windows 8.1 system

2014-06-03 Thread su_osi
https://lh4.googleusercontent.com/-nLw9Z5cAQMA/U4yjLThSyKI/BQo/1A8pwa3w5wo/s1600/CakePHP+error.jpg Here is a copy of my database.php file in the I:xampp\htdocs\cakephp\app\Config folder ('I:\' being the drive I installed xampp into) ?php /** * * * CakePHP(tm) : Rapid

Need help to integrate smary 3.0 with cake PHP 2.0

2014-06-03 Thread Vivek Shah
Hello, I am trying to integrate smarty template with cakePHP and for that I refer http://bakery.cakephp.org/articles/tclineks/2006/10/27/how-to-use-smarty-with-cake-smartyview document and came to know it very old one still i modified some steps and reach till include helpers in

need help with check/uncheck all checkbox [cakephp]

2013-11-18 Thread Sally
I need help with this. I'm creating a checkbox to select or deselect the country options. Please help to give some clues and explaination. I'll be very grateful. Thanks in advance. Below are the code: *Location: View/country/add.ctp file* script type=text/javascript $(document).ready(function

Re: need help with check/uncheck all checkbox [cakephp]

2013-11-18 Thread Dave M.
, name = selectedId)); $('#selectall').click(function () { var checked = $(this).is(':checked'); $('.countries input[type=checkbox]').each(function(){ $(this).prop('checked', checked); }); }); On Friday, November 15, 2013 1:05:52 AM UTC-5, Sally wrote: I need help with this. I'm creating

need cakephp developer for 2 page site

2013-09-30 Thread mrinalKumar jha
need cakephp developer for 2 page site. Future i need in this site is searching sorting etc... contact Mrinal (india delhi) 9015151449 mrinalkumarj...@gmail.com -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received

I have a large CakePHP app and need to support iOS and Android

2013-07-29 Thread PatR
I have a large CakePHP app (well over 100K lines of php, many languages, over 2 million users) and I need to support iOS and Android clients. I would like to put all the data and business logic in a back end that is shared across all 3 clients. I know a major rewrite is needed and I am looking

Re: Hi I am new here and I need some assistance

2013-06-10 Thread jeet bajaj
dont got it and need it you can just create that folder. Am Sonntag, 9. Juni 2013 02:04:27 UTC+2 schrieb Jose Antonio Amuchastegui: Hi Jeet, I dont have public_html/app/Vendors, this is why I put the php_sdk folder inside the vendors folder, outside the app folder, because I dont have

Re: Hi I am new here and I need some assistance

2013-06-09 Thread euromark
its /app/Vendor (not /app/Vendors) - note the singular form. only on root level its (lowercase!) vendors. and if you dont got it and need it you can just create that folder. Am Sonntag, 9. Juni 2013 02:04:27 UTC+2 schrieb Jose Antonio Amuchastegui: Hi Jeet, I dont have public_html/app

Re: Hi I am new here and I need some assistance

2013-06-08 Thread Jose Antonio Amuchastegui
Hi Jeet, I dont have public_html/app/Vendors, this is why I put the php_sdk folder inside the vendors folder, outside the app folder, because I dont have it. I am sending you an screen shot: http://prntscr.com/18yung These are my public_html files. El martes, 4 de junio de 2013 04:54:27

Re: Hi I am new here and I need some assistance

2013-06-04 Thread Jose Antonio Amuchastegui
Hi Jeet I am sorry disturbing again. I have done the following: 1.- Create a folder on: public_html/vendors/php_sdk This folder contains: src folder (files downloaded from facebook php sdk) Screenshot: http://prntscr.com/187ag0 Screenshot: http://prntscr.com/187ahv 2.- I

Re: Hi I am new here and I need some assistance

2013-06-04 Thread jeet bajaj
Brother you have to move php_sdk folder from public-html/vendors/php_sdk/ to public-html/app/Vendors/php_sdk/, i think you have put the php_sdk folder inside the vendors folder outside of app folder. try this, it will work...:-) On Tue, Jun 4, 2013 at 3:00 PM, Jose Antonio Amuchastegui

Re: Hi I am new here and I need some assistance

2013-05-29 Thread Jose Antonio Amuchastegui
Hi Really thanks, I will attempt this and I will keep you informed. Too many thanks El martes, 28 de mayo de 2013 23:38:36 UTC-5, jeet bajaj escribió: Hey Jose! As you said your website is made up on CAKEPHP, then i will suggest to instead to placing the file you download from github

Hi I am new here and I need some assistance

2013-05-28 Thread Jose Antonio Amuchastegui
HI I am not a developer, I am trying to learn php and cakephp and now I am trying to set a facebook appi, multi friend request dialog. I have read dozens of tutorials, pages, facebook wiki, facebook documentation, so I am trying to follow the instructions I have gathered. 1.- I have

Re: Hi I am new here and I need some assistance

2013-05-28 Thread jeet bajaj
Hey Jose! As you said your website is made up on CAKEPHP, then i will suggest to instead to placing the file you download from github public_htm directory. You put those files in \app\Vendor folder. and remove the code whatever you have written in index.php. Beside this i will suggest to make a

Need help with $this-paginate() in controller

2013-03-11 Thread sjbhowmick
I need some help on implementing the below query for $this-paginate() SELECT * FROM `table1` WHERE name like '%n3%' AND code NOT IN ( SELECT code FROM table2 ) UNION SELECT * FROM table2 where name like '%n3%' I want to get the paged resultset and count value also. -- Like Us on FaceBook

Need a help for cakephp controller,

2013-03-11 Thread Ganapathi Raman
hi all i am a new to the cake php...can anyone help me for how to learn controller method's.please please, -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are

Re: Need a help for cakephp controller,

2013-03-11 Thread lowpass
That's quite a vague request. Have you read the documentation? On Mon, Mar 11, 2013 at 12:55 PM, Ganapathi Raman ganapath...@gmail.com wrote: hi all i am a new to the cake php...can anyone help me for how to learn controller method's.please please, -- Like Us

Re: What do I need to do to get my plugins accepted on http://plugins.cakephp.org?

2013-02-10 Thread Vanja Dizdarević
I was just thinking yesterday about how we need a centralized, community-driven plugins site for Cake, with tags, sorting, comments, ratings, github integration and whatnot. :D I'm also a little bit tired of constant googling for fishy behaviors and half-done components with no version control

Re: What do I need to do to get my plugins accepted on http://plugins.cakephp.org?

2013-02-10 Thread Vanja Dizdarević
*And that's when I really looked at plugins.cakephp.org for the first time...* * * Just Ignore the last post, OK? -- 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

Re: What do I need to do to get my plugins accepted on http://plugins.cakephp.org?

2013-02-04 Thread euromark
All packages since June 2012 are on the queue. I already asked the same question a few months ago. As of right now there are probably way more than just yours waiting to be accepted. Am Montag, 4. Februar 2013 00:49:43 UTC+1 schrieb Florian Krämer: I've requested my Cart

What do I need to do to get my plugins accepted on http://plugins.cakephp.org?

2013-02-03 Thread Florian Krämer
I've requested my Cart https://github.com/burzum/Cart and FileStoragehttps://github.com/burzum/FileStorageplugin now twice with weeks between the requests. Is there any particular reason why they do not get added to the site? By searching the site I find a ton of packages and plugins of a

Need help with file uploads

2013-01-23 Thread Shahruk Khan
I followed this tutorial: http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html#FormHelper%3a%3afile *My View / Form* ?php echo $this-Form-create(User, array(enctype = multipart/form-data)); ? ?php echo $this-Form-hidden(User.id); ? ?php echo $this-Form-input(User.picture_file,

Re: Need help with file uploads

2013-01-23 Thread lowpass
On Wed, Jan 23, 2013 at 11:10 AM, Shahruk Khan shahruksem...@gmail.com wrote: I followed this tutorial: http://book.cakephp.org/2.0/en/core-libraries/helpers/form.html#FormHelper%3a%3afile My View / Form ?php echo $this-Form-create(User, array(enctype = multipart/form-data)); ? echo

Re: Need help with file uploads

2013-01-23 Thread Shahruk Khan
Nope. debug($this-data) still has no other info. On Wednesday, January 23, 2013 1:53:27 PM UTC-5, cricket wrote: On Wed, Jan 23, 2013 at 11:10 AM, Shahruk Khan shahru...@gmail.comjavascript: wrote: I followed this tutorial:

Re: Need help with file uploads

2013-01-23 Thread John Hardy
Check your PHP configuration and ensure that your file upload settings are appropriate for the use-case. Also, print out the _FILES array to also check to see if PHP is accepting your upload. On Jan 23, 2013, at 3:09 PM, Shahruk Khan shahruksem...@gmail.com wrote: Nope. debug($this-data)

Re: Need help with file uploads

2013-01-23 Thread Shahruk Khan
The files were not being accepted. Solved the problem thanks! Just in case anyone has the same problem. You cannot serialize file upload forms via jQuery and pass them to the controller. On Wednesday, January 23, 2013 6:15:59 PM UTC-5, ibejohn818 wrote: Check your PHP configuration and

Re: Need Help about Server Error 500 Blank Page

2013-01-22 Thread mraheel83
I checked all files PHP, Apache and CakePHP Logs. Only access log is updating with the address and 500 Error. -- View this message in context: http://cakephp.1045679.n5.nabble.com/Need-Help-about-Server-Error-500-Blank-Page-tp5713337p5713341.html Sent from the CakePHP mailing list archive

Modify edit function to add instead of edit because only need to change 1 field from existing record

2013-01-22 Thread Sam
Dear CakePHP experts, I just got a scolding for unfriendly software. This is my problem. Please help me if you know how to. Customer wants to add new records to database. The new records are very similar to existing records. Just need to change only 1 field. But currently, they have to re

Re: Need Help about Server Error 500 Blank Page

2013-01-22 Thread lowpass
On Mon, Jan 21, 2013 at 8:32 AM, mraheel83 mrahee...@gmail.com wrote: I checked all files PHP, Apache and CakePHP Logs. Only access log is updating with the address and 500 Error. That's strange. Try adding this to your bootstrap.php error_reporting(-1); This will tell PHP to output all

Re: Modify edit function to add instead of edit because only need to change 1 field from existing record

2013-01-22 Thread lowpass
. Just need to change only 1 field. But currently, they have to re-keyin all the fields to add this new record. I would like to modify the edit feature such that instead of editing, it adds a new record when the user click the Submit button. This is because the values of existing record appears

Need Help about Server Error 500 Blank Page

2013-01-21 Thread mraheel83
It gives blank page and with Debug as 0 it gives Server Error 500 Error and debug log under /app/tmp/ not appending any error. Please advice me how should I fix this problem. Thanks -- View this message in context: http://cakephp.1045679.n5.nabble.com/Need-Help-about-Server-Error-500-Blank-Page

need hipay payment gateway for cakephp

2013-01-07 Thread vettori
need hipay payment gateway for cakephp -- 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

Re: Need some HABTM help retrieving related posts

2012-12-17 Thread lowpass
beeing read from the find?? I guess I will need to use some kind of join/grouping, but I am a total noob regarding those things, so any help on this will be GREATLY appreciated!! Thanks for your time! -Tom -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http

Need some HABTM help retrieving related posts

2012-12-16 Thread MetZ
* (beeing read) have *Tag.id = 1, 3 ,4 *assigned How can I retrieve *5 other posts* that have the same *Tag.id assigned*, and *exclude the Post.id beeing read* from the find?? I guess I will need to use some kind of join/grouping, but I am a total noob regarding those things, so any help

Hello Need Help...

2012-11-12 Thread Rup Gautam
have to make a simple video embed page and want to know the coding for it. i need the page url to be www.mysite.com/dm.php?v=VIDEO_IDhttp://www.mysite.com/yt.php?v=VIDEO_ID ,www.mysite.com/putlocker.php?v=VIDEO_IDhttp://www.mysite.com/yt.php?v=VIDEO_ID ,www.mysite.com/sockshare.php?v

Re: Issues with digest authentication - need some help

2012-11-05 Thread Nir Regev
This does not seem to help :( I've added a log to watch when / which user arrives at isAuthorized and found out that when using BASIC authentication, I can see the user without a problem but when using DIGEST the isAuthorized function does not run at all. Another thing about all this : when

Re: Issues with digest authentication - need some help

2012-11-03 Thread Ivan Rimac
in app controller public function isAuthorized() { return $this-Auth-user('id'); } this should solve your problems. On Fri, Nov 2, 2012 at 5:16 PM, Nir Regev nre...@gmail.com wrote: Hi all ! I'm rather mew to cake and trying to create a set of REST services with the need for DIGEST

Issues with digest authentication - need some help

2012-11-02 Thread Nir Regev
Hi all ! I'm rather mew to cake and trying to create a set of REST services with the need for DIGEST auth. configuration : - I'm using cake 2.2.3 - in AppController I've got this setup : public $components = array( 'RequestHandler', 'Session', 'Auth' = array( 'authenticate

Need help with a find on related HABTM relationship

2012-09-28 Thread Clark Ritchie
Site.project_id ... Users-Projects works OK, I can assign a user to one or many projects. Sites-Projects works OK, I can assign a Site to a Project. Now, I want to make sure the user can only find sites that match the projects to which they are assigned. I assume I need to put a condition into the Site's

Re: Need help with a find on related HABTM relationship

2012-09-28 Thread lowpass
You don't really need to add a constraint if your code if you specify the User.id as a condition and run your query on the User model. In Project model: public function fetchAll($user_id = null) { if (!empty($user_id)) { return $this-User-find

Re: Urgent, we need a CakePHP developer.

2012-09-27 Thread Florian Krämer
Contact http://www.cakedc.com/ if you're interested in professional services. On Thursday, August 23, 2012 6:49:15 PM UTC+2, Saiful Siddique wrote: We are a Tel Co based software development firm. We need a php coder who understand CakePHP. Thanks Shimul Mark Tech. Bangla Motor, Dhaka

Hello i need help in database schema ready

2012-09-27 Thread Peter Nassef
Hello cakephp member i need table content all country and all cities relate to this countries and other table content units measurement and Thanks :) -- Like Us on FacekBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because

Re: Hello i need help in database schema ready

2012-09-27 Thread Maliko V
Can you elaborate what do you need exactly? Us to show you how u create this schema or model using bake ? VM Sent from iPhone smartphone On 2012-09-27, at 11:02 AM, Peter Nassef peter.nas...@gmail.com wrote: Hello cakephp member i need table content all country and all cities relate

Re: Hello i need help in database schema ready

2012-09-27 Thread Jonathan Sundquist
you elaborate what do you need exactly? Us to show you how u create this schema or model using bake ? VM Sent from iPhone smartphone On 2012-09-27, at 11:02 AM, Peter Nassef peter.nas...@gmail.com wrote: Hello cakephp member i need table content all country and all cities relate

Re: Hello i need help in database schema ready

2012-09-27 Thread Peter Nassef
i need three table .sql content First: All Countries Secound: All Cities Related to Countries Third :Units Measurement On Thu, Sep 27, 2012 at 5:08 PM, Maliko V malikovinc...@gmail.com wrote: Can you elaborate what do you need exactly? Us to show you how u create this schema or model using

Re: Hello i need help in database schema ready

2012-09-27 Thread Jonathan Sundquist
I guess I question what you would like this data set for. Looking at this from a large scale of the United States I know there are a number of city names that are duplicated across multiple states. Now I don't know if this is the same across the rest of the world but you may need to rethink what

Re: Hello i need help in database schema ready

2012-09-27 Thread Paul Willis
this data set for. Looking at this from a large scale of the United States I know there are a number of city names that are duplicated across multiple states. Now I don't know if this is the same across the rest of the world but you may need to rethink what you are looking to implement. You may

Re: Urgent, we need a CakePHP developer.

2012-09-26 Thread zhaff
based software development firm. We need a php coder who understand CakePHP. Thanks Shimul Mark Tech. Bangla Motor, Dhaka. 01949066466 -- Like Us on FacekBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you

Re: Urgent, we need a CakePHP developer.

2012-09-26 Thread jeet bajaj
-system.neptunescripts.com - online booking system I am looking forward to hear from you soon. Thank you and best regards, Zharfan Mazli On Friday, August 24, 2012 12:49:15 AM UTC+8, Saiful Siddique wrote: We are a Tel Co based software development firm. We need a php coder who understand

Need a count value for each row from another table in index view

2012-08-31 Thread Daniel Setréus
Hello, I'm pretty new to Cake, but I think I'm starting to get around it.. However, now I am struggling. I have two models, Game and User. With the HasMany Through method I'm linking Users to a game that they are gonna play. I've also managed to, using the counter cache method, count the

Urgent, we need a CakePHP developer.

2012-08-24 Thread Saiful Siddique
We are a Tel Co based software development firm. We need a php coder who understand CakePHP. Thanks Shimul Mark Tech. Bangla Motor, Dhaka. 01949066466 -- You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php

Re: Urgent, we need a CakePHP developer.

2012-08-24 Thread Ivan Rimac
know if I stand a chance to get the job. With regards, Ivan sent from my Samsung Galaxy S Ivan Rimac mail: ivn...@gmail.com mob: +385 95 555 9966 Dana 24.8.2012. 12:41 Saiful Siddique shimul.siddi...@gmail.com je napisao/la: We are a Tel Co based software development firm. We need a php coder

Re: Urgent, we need a CakePHP developer.

2012-08-24 Thread jeet bajaj
mob: +385 95 555 9966 Dana 24.8.2012. 12:41 Saiful Siddique shimul.siddi...@gmail.com je napisao/la: We are a Tel Co based software development firm. We need a php coder who understand CakePHP. Thanks Shimul Mark Tech. Bangla Motor, Dhaka. 01949066466 -- You received this message

Re: Urgent, we need a CakePHP developer.

2012-08-24 Thread Yasir Arafat Hasib
software development firm. We need a php coder who understand CakePHP. Thanks Shimul Mark Tech. Bangla Motor, Dhaka. 01949066466 -- 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

Re: Urgent, we need a CakePHP developer.

2012-08-24 Thread Shiv Modi
are a Tel Co based software development firm. We need a php coder who understand CakePHP. Thanks Shimul Mark Tech. Bangla Motor, Dhaka. 01949066466 -- You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php

Re: Need Help

2012-08-10 Thread mohit kumar
Any idea guys? *With Best Regards, Mohit Kumar http://kumarmohit.com* *+91-9582894570* On Thu, Aug 9, 2012 at 11:03 AM, mohit kumar mohitk...@gmail.com wrote: Hi Folks, Can anyone help me regarding this.

Re: Need Help

2012-08-10 Thread Tilen Majerle
i'm not understanding you well, describe more about your problem.. -- Lep pozdrav, Tilen Majerle http://majerle.eu 2012/8/10 mohit kumar mohitk...@gmail.com Any idea guys? *With Best Regards, Mohit Kumar http://kumarmohit.com* *+91-9582894570* On Thu, Aug 9, 2012 at 11:03 AM, mohit

Re: Need Help

2012-08-10 Thread mohit kumar
How can i display the data in this format. [] are checkboxes 1. 2. Users Shift1 shift2 shift3 shift4 3. user1[] [] [] [] 4. user2[] [] [] [] 5. user3[] [] [] [] 6. user4[] [] [] [] 7. user5[] []

Re: Need Help

2012-08-10 Thread Mike Griffin
On Fri, Aug 10, 2012 at 10:05 AM, mohit kumar mohitk...@gmail.com wrote: How can i display the data in this format. [] are checkboxes Users Shift1 shift2 shift3 shift4 user1[] [] [] [] user2[] [] [] [] user3[] [] [] [] user4[]

Re: Need Help

2012-08-10 Thread mohit kumar
thanks Mike.. Let me try that . But the problem is my controller that i generated by the bake is like user - shift - save so with 1 form 1 can save only one user, will it be possible for me to save multiple mappings with one go *With Best Regards, Mohit Kumar http://kumarmohit.com*

Re: Need Help

2012-08-10 Thread Salines
http://book.cakephp.org/2.0/en/models/saving-your-data.html#model-saveall-array-data-null-array-options-array Dana petak, 10. kolovoza 2012. 11:24:07 UTC+2, korisnik mohit napisao je: thanks Mike.. Let me try that . But the problem is my controller that i generated by the bake is like user

Re: Need Help

2012-08-10 Thread Mike Griffin
On Fri, Aug 10, 2012 at 10:24 AM, mohit kumar mohitk...@gmail.com wrote: thanks Mike.. Let me try that . But the problem is my controller that i generated by the bake is like user - shift - save so with 1 form 1 can save only one user, will it be possible for me to save multiple mappings

Need help with reverse routing

2012-08-10 Thread Mark Wratten
? If I need to resort to a custom router, how do you tell the the Cake rendering functions to use the custom router? Thanks in advance Mark -- 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

Re: Need help with reverse routing

2012-08-10 Thread lowpass
a better regex for state, and sluggified city -- a name with a space or apostrophe would not match your regex. Because you want the city name to appear in URLs, you'll need to store both the display text and slug for each city. As for what's being passing as params, personally, I would pass state, city

Re: Need help with reverse routing

2012-08-10 Thread Mark Wratten
. Because you want the city name to appear in URLs, you'll need to store both the display text and slug for each city. As for what's being passing as params, personally, I would pass state, city, and slug. I also think it's a bit odd that this is pointing to PagesController. But then, I don't

Re: $title_for_layout and what changes I need to do

2012-07-23 Thread Sam Sherlock
You using 2.x right? Don't worry about the yet as its 3.0 specific. - S On 15 Jul 2012 11:23, Nvp leh...@gmail.com wrote: Hi! It's my first Cake project I have about 5-6 static pages they are served by the default PagesController. I have title ?php echo $title_for_layout ? /title in my

Re: NEED HELP

2012-07-17 Thread Lboogie
Thank you all very much...I spoke with Larry form Cake DC who helped me get it running. He did explain to me that i needed to provide more info concerning the problem. Thanks again to you all. On Monday, July 16, 2012 9:40:06 AM UTC-4, Lboogie wrote: Hello, i am trying to install a project

Re: NEED HELP

2012-07-16 Thread euromark
how i hate those non-sense for-crying-out-loud thread titles^^ Am Montag, 16. Juli 2012 15:40:06 UTC+2 schrieb Lboogie: Hello, i am trying to install a project manager created with cake php but can't seem to trigger the install option when there is no install folder or files to do so...can

  1   2   3   4   5   6   7   8   9   10   >