# |
Oct 22nd 2009, 09:48 |
markstory |
or the internet |
# |
Oct 22nd 2009, 09:47 |
dakota |
or php |
# |
Oct 22nd 2009, 09:47 |
dogmatic69 |
!bin |
# |
Oct 22nd 2009, 09:47 |
dakota |
If you really really need the speed then don't use a framework |
# |
Oct 22nd 2009, 09:47 |
ionas |
if it does, switch on debug 2 and check if the ORDER BY clause is right |
# |
Oct 22nd 2009, 09:47 |
Iiridayn_ |
I've been trying so hard to be good and not touch the framework files |
# |
Oct 22nd 2009, 09:47 |
markstory |
that will be much faster. |
# |
Oct 22nd 2009, 09:47 |
ionas |
and see if the contains works at all |
# |
Oct 22nd 2009, 09:47 |
markstory |
if you need another 0.000009 seconds then write a different cache helper, and save flat html files. |
# |
Oct 22nd 2009, 09:47 |
ionas |
dogmatic69, fetch some data |
# |
Oct 22nd 2009, 09:47 |
Iiridayn_ |
In other words, not really :/ |
# |
Oct 22nd 2009, 09:47 |
daddy |
ola bakers |
# |
Oct 22nd 2009, 09:47 |
markstory |
rewrite the cache helper |
# |
Oct 22nd 2009, 09:46 |
Iiridayn_ |
markstory: Is there a way to skip initiallzing the controller in the cache, to save some time? |
# |
Oct 22nd 2009, 09:46 |
markstory |
that's why you need the controller. |
# |
Oct 22nd 2009, 09:46 |
Ceeram |
just 3 remaining failing cases, those are not one of them |
# |
Oct 22nd 2009, 09:46 |
markstory |
Iiridayn_: well you can enable controller callbacks when you make view caches. |
# |
Oct 22nd 2009, 09:45 |
ionas |
<?=$paginator->sort(__('Date', true), 'Shout.created')?> or <?=$paginator->sort(__('Nickname', true), 'FromProfile.nickname')?> |
# |
Oct 22nd 2009, 09:45 |
Ceeram |
they pass |
# |
Oct 22nd 2009, 09:45 |
Ceeram |
no |
# |
Oct 22nd 2009, 09:45 |
dogmatic69 |
ionas: ye its working with Industry not with country |
# |
Oct 22nd 2009, 09:45 |
markstory |
you might get fails on dbo source and dbo mysql tests |
# |
Oct 22nd 2009, 09:45 |
Ceeram |
-t |
# |
Oct 22nd 2009, 09:45 |
Ceeram |
id didnt put it there, but i like it much thought |
# |
Oct 22nd 2009, 09:45 |
ionas |
dogmatic69, it works though |
# |
Oct 22nd 2009, 09:45 |
Iiridayn_ |
markstory: I searched through the file view.php for that variable name. While I realize that it's possibly used elsewhere, where and why form the basis of my question ;) |
# |
Oct 22nd 2009, 09:45 |
dogmatic69 |
ionas: im trying to order by Country.name in Publisher | Publisher belongsTo Country andand Publisher belongsTo Industry... Industry.name sort works fine... must be my code |
# |
Oct 22nd 2009, 09:45 |
markstory |
putting it into Product is wrong. |
# |
Oct 22nd 2009, 09:44 |
Ceeram |
well it isnt |
# |
Oct 22nd 2009, 09:44 |
markstory |
it should be at [0][price] |
# |
Oct 22nd 2009, 09:44 |
Ceeram |
wasnt the [0][price] issue fixed? |
# |
Oct 22nd 2009, 09:43 |
markstory |
you can't really have component callbacks called without a controller. |
# |
Oct 22nd 2009, 09:43 |
Ceeram |
markstory: i must have some great db then: http://bin.cakephp.org/view/875784950 |
# |
Oct 22nd 2009, 09:43 |
markstory |
Iiridayn_: how do you figure the controller isn't used? |
# |
Oct 22nd 2009, 09:41 |
Ceeram |
~bin |
# |
Oct 22nd 2009, 09:40 |
ionas |
dogmatic69, the first example uses contains, the second not (due to contains building lots of queries I omitted it) |
# |
Oct 22nd 2009, 09:39 |
dakota |
just need to put it at the right place :) |
# |
Oct 22nd 2009, 09:39 |
dakota |
lol |
# |
Oct 22nd 2009, 09:39 |
dakota |
much* |
# |
Oct 22nd 2009, 09:38 |
dogmatic69 |
thanks ionas |
# |
Oct 22nd 2009, 09:38 |
dogmatic69 |
dam... that was easy... |