Add files via upload
This commit is contained in:
parent
b80f870ca8
commit
e8f4b88426
@ -14,10 +14,10 @@
|
|||||||
static function welcome($manager){
|
static function welcome($manager){
|
||||||
$bd = new Cinema_DAO('complucine');
|
$bd = new Cinema_DAO('complucine');
|
||||||
if($bd){
|
if($bd){
|
||||||
$cinema = ($bd->cinemaData($manager->getIdcinema()));
|
$cinema = $bd->cinemaData($manager->getIdcinema());
|
||||||
$c_name = $cinema->getId();
|
$c_name = $cinema->getName();
|
||||||
$c_dir = $cinema->getId();
|
$c_dir = $cinema->getDirection();
|
||||||
$c_tel = $cinema->getId();
|
$c_tel = $cinema->getPhone();
|
||||||
}
|
}
|
||||||
$name = strtoupper($_SESSION["nombre"]);
|
$name = strtoupper($_SESSION["nombre"]);
|
||||||
$cinema = strtoupper( $manager->getIdcinema());
|
$cinema = strtoupper( $manager->getIdcinema());
|
||||||
|
Loading…
Reference in New Issue
Block a user