Overrides Tixway::__construct() (Creates a new instance of Tixway. Provide a tixway username and passord. Additional default parameters (such as a default city_id) vcan be provided.)
array A keyed array where the key resembles the field and the value must match a record in the results. E.g. find_cities(array('cityName' => 'Nijmegen')) will return only the cities where the name equals Nijmegen.
array A keyed array where the key resembles the field and the value must match a record in the results. E.g. find_cities(array('cityName' => 'Nijmegen')) will return only the cities where the name equals Nijmegen.
array A keyed array where the key resembles the field and the value must match a record in the results. E.g. find_movies(array('movieType' => '1')) will return only the premiere movies.