| bio | website | joescode.com |
|---|---|---|
| location | Salt Lake City, UT | |
| age | 34 | |
| visits | member for | 6 months |
| seen | 33 mins ago | |
| stats | profile views | 3 |
PHP Web Developer.
|
May 16 |
awarded | Commentator |
|
May 16 |
comment |
CakePHP: view containing underscore in filename not working Directly quoted from CakePHP's Naming Conventions: "View template files are named after the controller functions they display, in an underscored form. The getReady() function of the PeopleController class will look for a view template in /app/View/People/get_ready.ctp. The basic pattern is /app/View/Controller/underscored_function_name.ctp." Am I just reading this wrong?? |
|
May 15 |
asked | CakePHP: view containing underscore in filename not working |
|
May 14 |
comment |
Working with saveAssociated method in CakePHP Did you ever find an answer to this issue?? |
|
May 13 |
awarded | Investor |
|
Apr 23 |
awarded | Necromancer |
|
Mar 27 |
comment |
Get insert_id for all rows inserted in single mysqli query (multiple values) Steve, can you expound more on "there isn't any absolute guarantee this will always be true"? With how I understand the batch insert, even if other inserts are happening at the same time on the same database, MySQL handles the calls individually. Thus, if I do 40 inserts in a single call, the ID's would be auto-incremented, based on that one call, right? |
|
Mar 27 |
comment |
Get insert_id for all rows inserted in single mysqli query (multiple values) yes they do. And that was the answer. Just needed to use the first insert_id and get the others based on the auto increment. Thanks! |
|
Mar 27 |
accepted | Get insert_id for all rows inserted in single mysqli query (multiple values) |
|
Mar 27 |
asked | Get insert_id for all rows inserted in single mysqli query (multiple values) |
|
Mar 11 |
comment |
Is there a way to get all of a DOMElement's attributes? This one is the more complete answer. |
|
Mar 11 |
comment |
Warning: DOMDocument::loadHTML(): htmlParseEntityRef: expecting ';' in Entity, This took care of the error for me. Thanks! |
|
Mar 5 |
awarded | Necromancer |
|
Jan 2 |
accepted | Get page_impressions from Facebook API |
|
Jan 2 |
answered | Get page_impressions from Facebook API |
|
Jan 2 |
comment |
CakePHP 2.x: Send $this->Session->data array to another view/controller I will add the data validation eventually. For now, just getting it all to work. :) |
|
Jan 2 |
awarded | Scholar |
|
Jan 2 |
comment |
CakePHP 2.x: Send $this->Session->data array to another view/controller Thanks so much! This ended up being the solution I used. I'm not too familiar with Sessions data yet, so this was a bit easier for me to implement. I'm sure I'll learn about sessions soon enough, though... :) |
|
Jan 2 |
accepted | CakePHP 2.x: Send $this->Session->data array to another view/controller |
|
Jan 1 |
asked | CakePHP 2.x: Send $this->Session->data array to another view/controller |