I'm starting to develop a new VAIP (VA integration pack) alternative, based in MVC, themes, layouts, maybe cache, and funny jquery stuff
I hope found help here with the official developer team.
Here is my first consult:
I run
Code: Select all
print_r($fsa->getAirlineData());
And here the data:
Array
(
[id] => xxxx
[name] => TCA Venezuela
[base] => Venezuela
Code: Select all
=> TCA
[budget] => 16267486462
[homepage] => http://www.tcavenezuela.com
[color=#FF0000] [logo_l] =>
[logo_s] => [/color]
[color=#FF0000] [price] => 0[/color]
[reputation] => 120
[pilotcharge] => 35
[multiplier] => 0
[mission] => La Primera Línea Aérea Virtual de Venezuela. En sus 10 años de vida.
)
Everything is right but... where is the logos?
And exactly what is "price", and why show 0 ?
Thanks for your assistence :wink: