The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1669 - File: showthread.php PHP 8.2.30 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 1669 errorHandler->error_callback
/showthread.php 915 buildtree




Brain tickler if you're bored
#20
JackoliciousLegs Wrote:
white_2kgt Wrote:funny thing is, I went back and looked at some code that I wrote that does this, and I do it all on 1 line w/ no ternary operator, here it is,

len( $results )
you are obviously not using the MVC pattern. My view doesn't have access to the result set.

sure I am, and I'm doing a better job at it than YOU. You shouldn't be computing this stuff in your View, compute everything you need in the controller and give it to your view to display.

What are you using anyway?
  Reply


Messages In This Thread

Forum Jump: