mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
- Moved old libraries to CI
- Bugfixes
This commit is contained in:
+6
-1
@@ -1,7 +1,12 @@
|
||||
<?php
|
||||
trait db_extra
|
||||
{
|
||||
protected $db_result=null;
|
||||
/*
|
||||
* Moved to private to avoid to violate "Strict standards"
|
||||
* This property must be used only in the methods of this trait
|
||||
* and access to it should only be done through the methods of this trait
|
||||
*/
|
||||
private $db_result = null;
|
||||
|
||||
public function db_query($sql)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user