Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE » How To » _cm_listview_total() problem
Re: _cm_listview_total() problem [message #1702 is a reply to message #1701] Wed, 24 September 2008 07:03 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2363
Registered: April 2006
Location: Surrey, UK
Senior Member
I don't see how this can be happening. When you extend a class into a subclass it automatically inherits all the methods in the superclass. You may override any of this inherited code by defining an alternative version of any method in your subclass.

The only way that a method in a subclass is not being executed is that you are not using that subclass at runtime, or that method is not being called.

I suggest that you step through with your debugger where you will see that the _cm_listview_total() method is actually being called. Then you will be able to see *which* version in what class/subclass is being called.


 
Read Message
Read Message
Read Message
Previous Topic: Problem with _cm_filterwhere, how can do this?
Next Topic: PDF error on download
Goto Forum:
  


Current Time: Mon Oct 14 15:11:33 EDT 2024

Total time taken to generate the page: 0.00910 seconds