Welcome,
Guest
.
Please
login
or
register
.
Did you miss your
activation email
?
News:
Did you know that
Elxis 5.x
uses HTML5, CSS3 and pure javascript without external libraries such as jQuery?
Home
Help
Login
Register
Elxis CMS Forum
»
General
»
News and announcements
»
July 2010 free seminars - Building components for Elxis CMS
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: July 2010 free seminars - Building components for Elxis CMS (Read 18242 times)
webgift
Elxis Team
Hero Member
Posts: 4193
Re: July 2010 free seminars - Building components for Elxis CMS
«
Reply #15 on:
August 29, 2010, 17:44:28 »
I found free time today and i continue writing the source code of com_webhosting component which we have seen on Seminars at July.
Question :
Where can i found the abstract class mosDBTable ?
I can see from source code of /administrator/compontents/com_webhosting/controllers/packages.controller.php file that there is a function named :
load
at this abstract class (mosDBTable) but i can't find where this class has declared.
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
datahell
Elxis Team
Hero Member
Posts: 10356
Re: July 2010 free seminars - Building components for Elxis CMS
«
Reply #16 on:
August 29, 2010, 17:48:32 »
In this file:
includes/Core/database.php
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
webgift
Elxis Team
Hero Member
Posts: 4193
Re: July 2010 free seminars - Building components for Elxis CMS
«
Reply #17 on:
August 29, 2010, 18:06:42 »
Hm, On the class mosHTML which i found that in file :
includes/Core/elxis.php
there is a function named :
makeOption
which uses $obj = new
stdClass
; class.
So where is stdClass :'(
Logged
Elxis Team •
Custom web design [EN]
-
[EL]
•
.GR Registrar
datahell
Elxis Team
Hero Member
Posts: 10356
Re: July 2010 free seminars - Building components for Elxis CMS
«
Reply #18 on:
August 29, 2010, 19:13:20 »
...stdClass is the standard PHP's null object...
Please do not post replies in this topic/board again as it is only for announcements.
«
Last Edit: August 29, 2010, 19:20:29 by datahell
»
Logged
Elxis Team
|
Is Open Source
|
IOS Rentals | IOS AERO
Print
Pages:
1
[
2
]
« previous
next »
Elxis CMS Forum
»
General
»
News and announcements
»
July 2010 free seminars - Building components for Elxis CMS