QA Automation - Alpharetta GA - 3+Months Contract

2015-06-02 Thread Andy Johnson
! Warm Regards, Andy Johnson • Sr. Technical Recruiter • Panzer Solutions, LLC 50 Washington Street • 9th Floor, SONO Corporate Center • Norwalk CT 06854 USA Office: 203 -652 -1444 Ext 259 • Fax: 203-286-1457 • Email: ajohn

Re: missing controller exception

2013-03-10 Thread Devario Johnson
so you mean in one of the parents there may be something causing an issue. I'll have to take a look on Monday On Sat, Mar 9, 2013 at 5:56 PM, lowpass zijn.digi...@gmail.com wrote: On Fri, Mar 8, 2013 at 11:06 PM, Devario Johnson devario...@gmail.comwrote: Thanks for the suggestion. I've

Re: missing controller exception

2013-03-08 Thread Devario Johnson
, visit https://groups.google.com/groups/opt_out. -- - Devario Johnson Senior Web Applications Developer / I.T. Consultant B.A. Communication Technology / Information Systems -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received

missing controller exception

2013-03-06 Thread Devario Johnson
Hi all, Im trying to debug this error. when I look at the cakelogs I get this [MissingControllerException] Controller class Controller could not be found. where should I look to begin debugging this? I googled around and everyone with a similar issue was referencing an actual controller

Re: missing controller exception

2013-03-06 Thread Devario Johnson
FYI, it was saying this was coming from webroot/index.php...but the site itself works fine. On Wednesday, March 6, 2013 12:56:58 PM UTC-5, Devario Johnson wrote: Hi all, Im trying to debug this error. when I look at the cakelogs I get this [MissingControllerException] Controller class

Re: Cake 2.0 - How to Specify a Primary Key

2013-01-11 Thread Devario Johnson
kudos On Tuesday, January 8, 2013 9:42:28 PM UTC-5, Andras Kende wrote: http://book.cakephp.org/2.0/en/models/model-attributes.html#primarykey app/Models/User.php : class User extends AppModel { public $primaryKey = 'users_id'; } Andras Kende http://www.kende.com On

Re: Cake PHP doesn't work on Mac but on Windows

2013-01-11 Thread Devario Johnson
Make sure your .htaccess files all copied over correctly. This happens alot on macs if you dont have it set up for hidden files On Thursday, January 10, 2013 8:29:45 AM UTC-5, Theresia Z wrote: I have a big problem with Cakephp. We installed it and built an application on windows,

Related data when using pages controller

2013-01-11 Thread Devario Johnson
Just an fyi for anyone who may have an issue in 2.x when viewing a pr($this-Model-find('all'); from the pages controller, make sure that first letter is capitalized (which is what you should be doing anyway). lol I spent a few minutes trying to find out why the heck none of the relations

Re: Baking cake 2.4

2013-01-11 Thread Devario Johnson
make sure you are in the 'app' directory then run cake bake...it happens sometimes... On Sunday, January 6, 2013 8:08:07 AM UTC-5, Olufemi Oluoje wrote: Pls can anyone send me the link of how to bake cake 2.4. Because I have been having issues, due to change in the folder structure from 1.3

Re: Database Connection MS SQL 2012 With CakePHP 2.X

2013-01-03 Thread Lloyd Johnson
me too i am looking to do this in cakephp 2.0 myself. On Wednesday, January 2, 2013 7:27:55 PM UTC-7, Mohamad Zulhelmi Redzwan wrote: I try to make connection with my local ms sql db with this settings public $default = array( 'datasource' = 'Database/Sqlserver', 'persistent' = false,

Re: Database Connection MS SQL 2012 With CakePHP 2.X

2013-01-03 Thread Lloyd Johnson
i have found this http://about-opensource.blogspot.com/2012/06/cake-php-231-with-sql-server-2005-or.html i am going to try it out tomorrow On Thursday, January 3, 2013 4:11:40 PM UTC-7, Lloyd Johnson wrote: me too i am looking to do this in cakephp 2.0 myself. On Wednesday, January 2

interesting utf-8 issue

2012-12-21 Thread Devario Johnson
Hi bakers, so piggy backing off of this https://groups.google.com/forum/#!searchin/cake-php/utf$208/cake-php/ERyfps6CRyQ/oBr_ngD600kJ I noticed something weird in my encoding for a cake 2.2.2 app. Basically in the database config it is set to utf-8 in the header of the default layout it is

Re: interesting utf-8 issue

2012-12-21 Thread Devario Johnson
Hi Cricket, that was just an example. Not the actual code I was using. On Friday, December 21, 2012 2:43:57 PM UTC-5, cricket wrote: Maybe unrelated, but you don't need the single quotes around $label. On Fri, Dec 21, 2012 at 12:01 PM, Devario Johnson devar...@gmail.comjavascript: wrote

Re: interesting utf-8 issue

2012-12-21 Thread Devario Johnson
Johnson wrote: Hi Cricket, that was just an example. Not the actual code I was using. On Friday, December 21, 2012 2:43:57 PM UTC-5, cricket wrote: Maybe unrelated, but you don't need the single quotes around $label. On Fri, Dec 21, 2012 at 12:01 PM, Devario Johnson devar...@gmail.com wrote

Re: interesting utf-8 issue

2012-12-21 Thread Devario Johnson
...of course making my addition of html_entitiy_decode to the $title On Friday, December 21, 2012 3:08:55 PM UTC-5, Devario Johnson wrote: For anyone that is trying to do this, to resolve this, I essentially created a custom helper that extended the html helper, and then aliased it. Works

Re: interesting utf-8 issue

2012-12-21 Thread Devario Johnson
weird things happen on pages controller pages. Namely the HtmlHelper::link is all linking to the same page now But the documentation says to do that.anyone have any luck with figuring this out? On Friday, December 21, 2012 3:10:07 PM UTC-5, Devario Johnson wrote: ...of course making

Re: interesting utf-8 issue

2012-12-21 Thread Devario Johnson
Yes all links and routes are fine...as soon as I removed the alias everything worked the way they were supposed to. Ill post code to git when I get to a computer On Dec 21, 2012 7:28 PM, lowpass zijn.digi...@gmail.com wrote: On Fri, Dec 21, 2012 at 6:58 PM, Devario Johnson devario...@gmail.com

Re: cakephp admin app

2012-12-11 Thread Devario Johnson
/routing.html#prefix-routing Jeremy Burns Class Outfit http://www.classoutfit.com On 11 Dec 2012, at 00:05:47, Devario Johnson devar...@gmail.comjavascript: wrote: So I searched a bit, and honestly I have kind of a headache right now, and can't seem to find exactly what Im looking for. So

Re: cakephp admin app

2012-12-11 Thread Devario Johnson
://www.classoutfit.com On 11 Dec 2012, at 00:05:47, Devario Johnson devar...@gmail.comjavascript: wrote: So I searched a bit, and honestly I have kind of a headache right now, and can't seem to find exactly what Im looking for. So Im hoping someone can point me in the right direction via

Re: What's the best way to get Twitter Bootstrap into Cake?

2012-12-11 Thread Devario Johnson
Ive used this in the past and it worked well http://blog.loadsys.com/2012/02/14/cakephp-20-and-twitter-bootstrap/ https://github.com/loadsys/twitter-bootstrap-helper On Thursday, December 6, 2012 3:17:53 AM UTC-5, Lourenzo Ferreira wrote: I've seen several Plugins and even forks to use

cakephp admin app

2012-12-10 Thread Devario Johnson
So I searched a bit, and honestly I have kind of a headache right now, and can't seem to find exactly what Im looking for. So Im hoping someone can point me in the right direction via an article or something. I would like to have an admin section as a new cake app in the structure as follows

Re: adding a custom prefix route that will snap in to all urls from the html helper

2012-09-18 Thread Devario Johnson
UPDATE I ended up fixing this with Javascript prepending it...not ideal...but it worked On Monday, September 17, 2012 6:16:09 PM UTC-4, Devario Johnson wrote: hi, this may be simple and I came rather close, but I was wondering if someone could point me in the right direction. I

Re: Is it possible to get find() to bypass associated model?

2012-09-18 Thread Devario Johnson
in the controller method $this-ModelNameHere-recursive = -1; On Tuesday, September 18, 2012 8:10:33 AM UTC-4, Lightee wrote: THanks! This works! On Monday, September 17, 2012 5:36:31 PM UTC+8, Andras Kende wrote: easiest way if only need records from current model: $records =

adding a custom prefix route that will snap in to all urls from the html helper

2012-09-17 Thread Devario Johnson
hi, this may be simple and I came rather close, but I was wondering if someone could point me in the right direction. I was looking over the routing docs and doing some other searches but couldnt find exactly what I needed. here is the issue. I have a site that is hosted at a subdirectory

Cake Search

2012-08-24 Thread Lloyd Johnson
I need to be able to search almost all fields in my database, i have looked up and tried a few tutorials but none work, they all have various errors or are for cake 1.3 and dont work. does any1 have any ideas? it has to be on the newest version of cake -- You received this message because

Weird Cake 2 cache issue when sorting

2012-08-15 Thread Devario Johnson
Hi all, I have a weird thing that I am seeing and I was hoping someone could shed some light on it. Config = Cache.check, true / or not true same result = Cache.disable, true / or not same result here is the flow.. User logs in - sees db data - sorts it all is well logs out new

Re: Weird Cake 2 cache issue when sorting

2012-08-15 Thread Devario Johnson
btw...if I refresh, it goes away and works fine for that particular sort On Wednesday, August 15, 2012 6:32:45 PM UTC-4, Devario Johnson wrote: Hi all, I have a weird thing that I am seeing and I was hoping someone could shed some light on it. Config = Cache.check, true / or not true same

Re: Weird Cake 2 cache issue when sorting

2012-08-15 Thread Devario Johnson
ok I found the solution. Here it is for anyone that needs it Not sure why any of the other clear caching methods didnt work but in the controller this worked for me $this-disableCache(); -- You received this message because you are subscribed to the Google Groups CakePHP group. To post to

Re: Installing CakePHP on MAMP

2012-08-07 Thread Devario Johnson
On Thursday, January 24, 2008 5:31:47 PM UTC-5, alex@gmail.com wrote: Hey, I'm having a major problem with installing CakePhp on a MAMP application on Mac OSX 10.4.10 There's nothing wrong with the MAMP Apache Server, I tried out Codeigniter and it worked just fine. But when I

Re: 3.0: a peek into CakePHP's future

2012-08-07 Thread Devario Johnson
Make router faster = #win On Thursday, July 5, 2012 10:36:03 PM UTC-4, José Lorenzo wrote: Since its creation, more than 7 years ago, CakePHP has grown with a life of its own. Its main goal has always been to empower developers with tools that are both easy to learn and use, leverage great

Re: 3.0: a peek into CakePHP's future

2012-08-07 Thread Devario Johnson
Make router faster = #win -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to

Re: Is there a way to generate the excel spreadsheet using cakephp?

2012-06-03 Thread Devario Johnson
http://bakery.cakephp.org/articles/melgior/2010/01/26/simple-excel-spreadsheet-helper On Sunday, June 3, 2012 6:22:49 AM UTC-5, alvin567 wrote: Is there a way to generate the excel spreadsheet using cakephp? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org

issue with table not being found...

2012-06-03 Thread Devario Johnson
Really quick question, maybe im missing something...but i have a table and it is there, all naming conventions are good etc ... but im getting this when i do a params in the error.php Array ( [className] = Tag [table] = tags [code] = 500 ) class name is the same, table is present...eveything

Re: Problem with using xampp on cakephp?

2012-06-02 Thread Devario Johnson
what exactly is the issue? I use cakephp with xampp all the time. Are you trying to change your path to your app or something? if so you can just leave that as how it was and it should work fine. there is no reason to alter the index.php under webroot. (unless doing an advanced installation

Re: CakePHP 2.1.3 2.2.0-RC1 released

2012-06-02 Thread Devario Johnson
Awesome...I love that the timzone is in there, I remember having to do a custom one for an app not too long ago. Cake keeps getting better and better On Tuesday, May 22, 2012 8:52:47 PM UTC-5, mark_story wrote: The CakePHP core team is proud to announce the immediate availability of both

Re: Serialization of 'Closure' is not allowed

2012-05-19 Thread Devario Johnson
Jimit, you should really just open your own question instead of asking the same question over and over on other people's queries. You should get alot better responses that way, and it helps for others who may be searching for similar answers in the future On Saturday, May 19, 2012 3:56:12 AM

Re: Cake optimization

2012-01-02 Thread Dee Johnson
I would like to have somewhere ~1 sec load time I actually figured out the problem though. When using persistModel = true it actually caused ALOT of unexpected speed results. I removed it and all calls are around 1 - 3 seconds. Also, automagic form elements wont load with it for some

Re: Cake optimization

2012-01-02 Thread Dee Johnson
Thank you for the suggestion, I will give it a try. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send

Cake optimization

2011-12-30 Thread Dee Johnson
Hi guys. I have a optimization question. I have already used $persistModel = true, optimized by queries with containable and made sure all tables had indices. I still would like a speed increase as pages are taking at the min 1.5 sec and at the max 8 seconds (on random occasions). I tried

Re: Changing the default CakePHP footer and header

2011-10-19 Thread Dee Johnson
If only I could like your comment -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to

Re: Issue with an app not displaying properly

2011-10-19 Thread Dee Johnson
did u try the bit about traceroute and trying to access it from IP instead? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To

Re: Retrieve extra field with generatetreelist

2011-10-19 Thread Dee Johnson
http://book.cakephp.org/view/1348/generatetreelist I have not used generaltreelist personally but based on the docs above it seems that it works just like 'find' and if you have your relationships set up correctly and you set the recursive attribute to bring back the appropriate data you

cakephp and security

2011-10-18 Thread Dee Johnson
Hi all, I scanned a cake project with a security program called fortify and it came back with 181 errors associated with using the extract function in the core. *Explanation below:* Possible Variable Overwrite: Global Scope (Input Validation and Representation, Structural) The program invokes

Re: Replace user_id to username

2011-10-18 Thread Dee Johnson
awesome! reading this thread assisted with a small issue I was having -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from

Re: cakephp and security

2011-10-18 Thread Dee Johnson
:) that's what I said, but none the less, I need to fix it. See any issue with changing the argument? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP

Re: cakephp and security

2011-10-18 Thread Dee Johnson
this may be true but I have found that it is fleeting to argue those points. With that being said though, if I were to make the alterations mentioned earlier, would there be a conceivable issue? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out

Re: cakephp and security

2011-10-18 Thread Dee Johnson
Fleeting basically meaning it's pointless to argue since the security program mandates that all issues it finds are corrected. I can argue the points mentioned earlier but past experience says they will just want them corrected which would leave me in the position of doing what is needed to

Re: cakephp and security

2011-10-18 Thread Dee Johnson
Yikes. Sounds fair. I will go the route of trying to explain the non issue first and then if that fails to to implement something. Wish me luck -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site

Re: cakephp and security

2011-10-18 Thread Dee Johnson
Better yet, (im sure your time is valuable) if you can post a paragraph (or less) on why this isn't an issue that would be greatly beneficial. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org

Re: cakephp and security

2011-10-18 Thread Dee Johnson
Thank you sir :) Cake PHP has the best community of all times -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from

Re: plugin cakephp

2011-10-18 Thread Dee Johnson
I am assuming that you want to make a component? If so please read the following and let us know if this is what you would like to do. http://book.cakephp.org/view/996/Creating-Components also (shot in the dark) read this http://book.cakephp.org/view/1073/Creating-Behaviors -- Our newest

Re: Implementing a search functionality

2011-10-18 Thread Dee Johnson
If I understand correctly you want to search for a literal 'Smith' and not any %Smith% which yeilds results containing Smith as well? If you have a column for last name already you can just alter your find query in the controller to only bring back that specific item $this-Model-find('all',

Re: plugin cakephp

2011-10-18 Thread Dee Johnson
what type of plugin? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to

Re: plugin cakephp

2011-10-18 Thread Dee Johnson
http://book.cakephp.org/view/1112/Creating-a-Plugin try this -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this

Re: make a simple plugin

2011-10-18 Thread Dee Johnson
like referenced in your earlier post, did you take a look at this? http://book.cakephp.org/view/1112/Creating-a-Plugin -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with

Re: Implementing a search functionality

2011-10-18 Thread Dee Johnson
my apologies, I saw where you said you wanted to make the tutorial simpler and i assumed that you already knew how to make calls etc. The tutorial is using a search behavior (which probably does the calls - i haven't looked to verify) but to answer your question from above, I would recommend

Re: Issue with an app not displaying properly

2011-10-18 Thread Dee Johnson
Can you note any infrastructural differences between wired and non wired users? ( VPN etc ) Are there security settings for the intranet that are different between the 2 groups? how do you access your intranet? Simple sign on? or AD credentials? -- Our newest site for the community: CakePHP

Re: Issue with an app not displaying properly

2011-10-18 Thread Dee Johnson
please post the contents of your routes file -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email

Re: Issue with an app not displaying properly

2011-10-18 Thread Dee Johnson
located at Yourappfolder-app-config-routes.php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email

Re: Issue with an app not displaying properly

2011-10-18 Thread Dee Johnson
default ... hmmm ... let us know when you get word back about your infrastructure, as of now im leaning to this being an infrastructural thing rather than a cake specific ordeal, but I definitely need more information to be sure -- Our newest site for the community: CakePHP Video Tutorials

Re: Issue with an app not displaying properly

2011-10-18 Thread Dee Johnson
this is an extreme longshot but try this open up run and do a treacetoute from your wired system to the site, then do the same with the wired... when u access the intranet is it from domain alias or IP ? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org

Re: Issue with an app not displaying properly

2011-10-18 Thread Dee Johnson
URI on the wireless ... this may help isolate the issue On Tuesday, October 18, 2011 4:07:11 PM UTC-5, Dee Johnson wrote: this is an extreme longshot but try this open up run and do a treacetoute from your wired system to the site, then do the same with the wired... when u access

Facebook php SDK and facebook iframe issues

2011-08-22 Thread Devario Johnson
Hi all, my UI developer and I are interested to know if anyone has come across an issue within the framework (making a facebook app under the facebook php sdk + cake) where iframe apps has rather unstable results when it comes to showing scrollbars. We have everything set to fluid, and he is

Re: Cake PHP with Native PHP

2011-05-06 Thread Dee Johnson
shouldn't be. you would have to convert to the MVC style but cake uses php...so yea...it's fine -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related

HABTM pagination

2011-05-06 Thread Dee Johnson
Hi guys, I would like to make a $this-MODEL-find call but would only like to bring back the items related to that query and paginate the results. I tried $this-paginate('Model', ('model.field' = 'value'); and then looped through the results but it looses the pagination on the related

Re: HABTM pagination

2011-05-06 Thread Dee Johnson
Not sure if you read the question fully or just didnt understand it but I have already read ALL of that and frankly it is irrelevant. :) My issue is not covered anywhere in the cake docs as i have seen. My problem is similar to this guy and I am about to give this a whirl.

Containable

2011-05-06 Thread Dee Johnson
Hi all, I am trying to return some posts based on criteria in a related model. I came across containable in the docs...however it doesn't seem to be working. My understanding is that if I do a find-all using containable it will ONLY bring back those which I specify for the contain parameter

Containable calls

2011-05-06 Thread Dee Johnson
Is there a way to bring back only the posts that satisfy 'containable' conditions? i.e if i ask contain for posts that have an author = tedinstead of just giving me ALL posts and then giving me the related data only on the ones that satisfy the condition, can I ONLY get back the posts that

Paginating HABTM related results

2011-05-05 Thread Dee Johnson
Hi guys, Im having a small issue here. I have a model1 that HABTM model2 before I send the results to the view via a set, I run a foreach loop grab the first bit of results and then another to get to the associated data. the data array at that point (associated data only is being sent to

error in cake console trying to connect

2011-03-14 Thread Dee Johnson
Hi, i fired up the cake console today and this is an error it was giving me...I cannot do anything. Any ideas? PHP Warning: mysql_connect(): [2002] A connection attempt fail nnected party did not (trying to connect via tcp://localhost:3 ake\cake\libs\model\datasources\dbo\dbo_mysql.php on

Re: error in cake console trying to connect

2011-03-14 Thread Dee Johnson
Hi, Cricket, I found the solution pretty much seconds after I posted this. I actually didnt have my local webserver on :) -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others

Re: error in cake console trying to connect

2011-03-14 Thread Dee Johnson
or at least i found out what was going on. No biggie just more of an oversight. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To

Re: Validate from the controller

2011-02-14 Thread Dee Johnson
I'm not 100% sure I understand what you are going for here, but if all you want to do is validate the input THEN save, which is what I gather from your question (please correct me if I'm wrong) then you need to move your validation code to the model and anything else if you want to do before a

Paginate Post Data

2011-02-08 Thread Dee Johnson
Hi. I am posting data (search term) to a controller to run a query and get back subsequent results, which works fine, however when trying to use this with the paginator class moving to the next page breaks everything. My question to the community is, how would I, in my circumstance paginate

Re: Paginate Post Data

2011-02-08 Thread Dee Johnson
thanks for the quick reply but i found the answer while i was waiting on the reply :) In my way you do not have to use GET and the only thing you need to expose to the URL is the term being searched for. here is some code for anyone who may be needing this assistance. Post search term to your

Re: Paginate Post Data

2011-02-08 Thread Dee Johnson
The redirect makes it a GET of sorts but a minimal one -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group,

Re: RE: Paginate Post Data

2011-02-08 Thread Dee Johnson
Thanks for the post. I wanted to post the bare minimum for people to build off of so your input works for anyone who is reading this. Please note. There are alot of other filtering and things you need to do for your own desired results...this is just to get you started. -- Our newest site

Weird query pagination

2011-02-04 Thread Dee Johnson
Hi Bakers, I have something weird going on and i was wondering if you guys had come across this. I am using the paginator class and that works fine all through my site...but when i call the paginator class on this particular query it paginates the results in the view BUT when i click next it

Re: Weird query pagination

2011-02-04 Thread Dee Johnson
Thanks for the reply, when the page reloads, the same results are shown! It is so weird!!! Ill try the debug($this-params) now. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others

Re: Weird query pagination

2011-02-04 Thread Dee Johnson
I did the $this-params and on each page when i click next or on a nother page it registers that it is a new page but says page 1 the following actually came from page 2! [page] = 1 [current] = 10 [count] = 14 [prevPage] =

Re: Weird query pagination

2011-02-04 Thread Dee Johnson
yes it does show myurl/page:2 I am using 1.3.x no special routing and my pagination options are invoked in the head of the controller as follows (and works for all other instances might I add)... var $paginate = array('limit' = 10, 'order' = array('Post.timestamp' = 'desc')); -- Our

Re: Weird query pagination

2011-02-04 Thread Dee Johnson
the only thing that i can say is different is that the parameter needed to form the array comes in the form of an argument which is the only difference...which builds the query...don't know if that should cause this issue though? -- Our newest site for the community: CakePHP Video Tutorials

Re: Weird query pagination

2011-02-04 Thread Dee Johnson
OK, I just changed / simplified the query and it works fine...but when I have all the conditions as mentioned before, the pagination doesn't workis this an issue with cake not being able to handle all of those conditions or is this an issue with an improperly formed query? -- Our newest

Re: Weird query pagination

2011-02-04 Thread Dee Johnson
Turns out it was the query acting wonky...here is a query that embodies everything i wanted but actually worked. $myquery = $this-paginate('Model', array('OR' = array('Model.field1 LIKE' = '%,' . $var . ',%', array('Model.field1 LIKE' = '%,' . $var),

Re: Querying the database in a view

2011-01-22 Thread Devario Johnson
I agree with Clear -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to

Re: CakePHP 1.3.7 released

2011-01-22 Thread Devario Johnson
looking forward to it -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to

Re: Creating a Preview page

2011-01-22 Thread Devario Johnson
very nice -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to

Re: Thinking about using Cake PHP to develop some sites

2011-01-22 Thread Devario Johnson
Cake is a great framework and it is very scalable. May not be the best option for EVERY site, but it can get everything done within reason. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and

Re: Design templates

2011-01-22 Thread Devario Johnson
lol -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com

Re: Hashed password displaying

2011-01-22 Thread Devario Johnson
personally I think u should just blank out the password field from the view so that the hashed one is not shown. that would save you from hashing a hash... -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site

Re: Paginate HABTM results ?

2011-01-21 Thread Devario Johnson
look up $recursive in the cookbook. it should tell you alot about that. Also, once you have looked that up you should be able to paginate with the basic $this-paginate('Model' array('field conditions')); -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org

different pagination across views (not controllers)

2011-01-11 Thread Devario Johnson
Hi, im sure this is a simple question but i can't find any docs related to this... I have multiple views coming from one controller (as normal) I would like to paginate them differently in each view. say view a, b, and c, are paginated ASC and view d, and e, are paginated DESC I have in my

Re: Clueless...Help please

2011-01-11 Thread Devario Johnson
that error usually happens when a call to a find query (in this case a paginate query) is written wrong. That seems like an app error not hosting. On Jan 11, 9:07 am, AD7six andydawso...@gmail.com wrote: On Jan 11, 3:37 pm, Ryan Schmidt google-2...@ryandesign.com wrote: On Jan 11, 2011, at

Re: different pagination across views (not controllers)

2011-01-11 Thread Devario Johnson
' = 'condition')); On Jan 11, 11:07 am, Devario Johnson devario...@gmail.com wrote: Hi, im sure this is a simple question but i can't find any docs related to this... I have multiple views coming from one controller (as normal) I would like to paginate them differently in each view. say view a, b

Re: header information in outlook

2011-01-06 Thread Devario Johnson
information except reply to: since I am only sending a plain text email this worked fine for me. On Jan 4, 5:02 pm, cricket zijn.digi...@gmail.com wrote: On Mon, Jan 3, 2011 at 2:27 PM, Devario Johnson devario...@gmail.com wrote: Hi Bakers. I am developing an application using the core email

header information in outlook

2011-01-04 Thread Devario Johnson
Hi Bakers. I am developing an application using the core email component, and when i send emails to regular mail like gmail it is fine, but when I send them to Outlook, all of the header information is displayed...how do i stop this from happening in outlook? Thanks! Check out the new CakePHP

name the locale directory

2008-04-17 Thread Johnson
i want to support eng and zh_tw in my website.the locale's directories are app\locale\eng\LC_MESSAGES\default.po app\locale\zh_tw\LC_MESSAGES\default.po then, i use $this-Session-write('Config.language', $language); to control current language. if i want to display english , i set

Re: Admin Controller

2007-01-10 Thread Justin Johnson
If this is going to be the only action in the controller, then I would use the pages controller. simply add an admin() function in the pages controller and use the following route $Route-connect('/admin', array('controller' = 'pages','action' = 'index'))

Re: Ajax Sortable Tutorial?

2006-05-18 Thread Reggie Johnson
I'm sorry, but I have no idea how to get the serialized list back to my controller. I can build the the link that I would like the send back to method I want to handle the data in my controller, but I can't figure out how to send it. Your example is the first one I've seen since I started

Re: Ajax Sortable Tutorial?

2006-05-18 Thread Reggie Johnson
Jon, does the information from this post help at all? http://groups.google.com/group/cake-php/browse_thread/thread/694d96b7ac6f99a9/4d1ff2be201cd6ad?q=sortablernum=2#4d1ff2be201cd6ad I'm still trying to make heads or tales of it, myself, but it looks like this person had the same problem.

  1   2   >