Deprecated

EllisLab\ExpressionEngine\Library\Data\SerializableEntity implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Library/Data/SerializableEntity.php, line 19

Deprecated

EllisLab\ExpressionEngine\Service\Model\Model implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Service/Model/Model.php, line 27

Deprecated

EllisLab\ExpressionEngine\Model\Template\Snippet implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Template/Snippet.php, line 20

Deprecated

EllisLab\ExpressionEngine\Model\Site\Site implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Site/Site.php, line 22

Deprecated

EllisLab\ExpressionEngine\Model\Template\GlobalVariable implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Template/GlobalVariable.php, line 20

Deprecated

EllisLab\ExpressionEngine\Model\Site\Stats implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Site/Stats.php, line 18

Deprecated

EllisLab\ExpressionEngine\Model\Template\TemplateGroup implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Template/TemplateGroup.php, line 20

Deprecated

EllisLab\ExpressionEngine\Model\Template\Template implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Template/Template.php, line 22

Deprecated

EllisLab\ExpressionEngine\Model\Template\SpecialtyTemplate implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Template/SpecialtyTemplate.php, line 18

Deprecated

EllisLab\ExpressionEngine\Model\Search\SearchLog implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Search/SearchLog.php, line 18

Deprecated

EllisLab\ExpressionEngine\Model\Log\CpLog implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Log/CpLog.php, line 18

Deprecated

EllisLab\ExpressionEngine\Model\Channel\Channel implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Channel/Channel.php, line 19

Deprecated

EllisLab\ExpressionEngine\Model\Channel\ChannelEntry implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Channel/ChannelEntry.php, line 30

Deprecated

EllisLab\ExpressionEngine\Model\Comment\Comment implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Comment/Comment.php, line 20

Deprecated

EllisLab\ExpressionEngine\Model\File\File implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/File/File.php, line 24

Deprecated

EllisLab\ExpressionEngine\Model\File\UploadDestination implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/File/UploadDestination.php, line 25

Deprecated

EllisLab\ExpressionEngine\Model\Member\MemberGroup implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Member/MemberGroup.php, line 18

Deprecated

EllisLab\ExpressionEngine\Model\Member\HTMLButton implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Member/HTMLButton.php, line 21

Deprecated

Return type of EllisLab\ExpressionEngine\Library\Data\Collection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/EllisLab/ExpressionEngine/Library/Data/Collection.php, line 303

Deprecated

Return type of EllisLab\ExpressionEngine\Library\Data\Collection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/EllisLab/ExpressionEngine/Library/Data/Collection.php, line 314

Deprecated

Return type of EllisLab\ExpressionEngine\Library\Data\Collection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/EllisLab/ExpressionEngine/Library/Data/Collection.php, line 326

Deprecated

Return type of EllisLab\ExpressionEngine\Library\Data\Collection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/EllisLab/ExpressionEngine/Library/Data/Collection.php, line 345

Deprecated

Return type of EllisLab\ExpressionEngine\Library\Data\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/EllisLab/ExpressionEngine/Library/Data/Collection.php, line 357

Deprecated

Return type of EllisLab\ExpressionEngine\Library\Data\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/EllisLab/ExpressionEngine/Library/Data/Collection.php, line 369

Deprecated

EllisLab\ExpressionEngine\Model\Addon\Plugin implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Addon/Plugin.php, line 18

Deprecated

EllisLab\ExpressionEngine\Model\Template\TemplateRoute implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Model/Template/TemplateRoute.php, line 21

Deprecated

Optional parameter $keywords declared before required parameter $search_type is implicitly treated as a required parameter

user/addons/assets/libraries/Assets_lib.php, line 614

Deprecated

Optional parameter $kinds declared before required parameter $search_type is implicitly treated as a required parameter

user/addons/assets/libraries/Assets_lib.php, line 0

Deprecated

EllisLab\ExpressionEngine\Library\CP\URL implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)

ee/EllisLab/ExpressionEngine/Library/CP/URL.php, line 16

Deprecated

str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated

ee/legacy/libraries/Template.php, line 3948

Deprecated

str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated

ee/legacy/libraries/Template.php, line 3948

Deprecated

str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated

ee/legacy/libraries/Template.php, line 3948

Deprecated

str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated

ee/legacy/libraries/Template.php, line 3948

Deprecated

str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated

ee/legacy/libraries/Template.php, line 3948

Deprecated

Return type of EE_TreeIterator::hasChildren() should either be compatible with RecursiveArrayIterator::hasChildren(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/legacy/libraries/datastructures/Tree.php, line 549

Deprecated

Return type of EE_TreeIterator::getChildren() should either be compatible with RecursiveArrayIterator::getChildren(): ?RecursiveArrayIterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/legacy/libraries/datastructures/Tree.php, line 561

Deprecated

Return type of EE_BreadthFirstIterator::getInnerIterator() should either be compatible with OuterIterator::getInnerIterator(): ?Iterator, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/legacy/libraries/datastructures/Tree.php, line 685

Deprecated

Return type of EE_BreadthFirstIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/legacy/libraries/datastructures/Tree.php, line 599

Deprecated

Return type of EE_BreadthFirstIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/legacy/libraries/datastructures/Tree.php, line 622

Deprecated

Return type of EE_BreadthFirstIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/legacy/libraries/datastructures/Tree.php, line 609

Deprecated

Return type of EE_BreadthFirstIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/legacy/libraries/datastructures/Tree.php, line 658

Deprecated

Return type of EE_BreadthFirstIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

ee/legacy/libraries/datastructures/Tree.php, line 640

Deprecated

str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated

ee/legacy/libraries/Template.php, line 3948

Deprecated

str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated

ee/legacy/libraries/Template.php, line 3948

Deprecated

Optional parameter $image declared before required parameter $transparency is implicitly treated as a required parameter

user/addons/ce_img/libraries/Ce_image.php, line 5627

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Deprecated

Automatic conversion of false to array is deprecated

user/addons/ce_img/libraries/Ce_image.php, line 1549

Warning

Cannot modify header information - headers already sent by (output started at ee/legacy/core/Exceptions.php:120)

ee/EllisLab/ExpressionEngine/Boot/boot.common.php, line 489

Sparks Contractors Ltd.
Top
Sparks Contractors Ltd.
UNDERSTANDING
We provide excellent service and developed quality relationships with customers.
CLIENTS SATISFACTION
We have manage to undertake projects of various sizes our clients satisfaction.
RELIABILITY
We have a sizable work force of well trained and qualified experienced Engineers

ABOUT US

SPARKS ELECTRICAL & ELECTRONICS CONTRACTORS LIMITED

Sparks Contractors Ltd. formaly Sparks Electrical and Electronics Contractor’s ltd. (SEEC LTD) was formed over twelve years ago.

Sparks Contractors Ltd. formaly Sparks Electrical and Electronics Contractor’s ltd. (SEEC LTD) was formed over twelve years ago.  From a modest company dealing only in electrical and electronics, now Spark Contractors Ltd. has become a multidisciplinary activity company under taking civil work including land survey, acquisition and transportation of Goods

SERVICES AND PRODUCTS

Sparks Electric Installations
Electrical Engineering

SEEC offers a comprehensive range of electrical engineering capabilities

READ MORE
Installation of BTS, (2G, 3G and CDMA)
Telecom Engineering

Installation of Microwave link, BTS and Switches to Towers

READ MORE
Electric Panels Installations
Electronic Engineering

Installations of electronics communications systems and controls

READ MORE
Tower Base Construction
Civil Engineering

We have expertise in constuctiong and erecting communication towers

READ MORE
Installation of Security Camera
Security Systems

Installation, Repair and Service of Security Equipments

READ MORE
Transportation
Transportation

We provides custom tailored transportation and distribution solutions

READ MORE

Delivering End-To-End Electrical and Electronics Solutions

We offer specialized engineering, project management, and construction management and supervision services for wireless telecommunication infrastructure, security systems and transport equipment design for public and private networks.

CONTACT US

PROJECTS

TIMELINE HISTORY

2018
Rebranding

Sparks Electrical and Electronics Contractor’s ltd

2012 - 2017
Electrical and Telecom Works

Civil Works, Building, Land Survey, Electrical and Telecom work in various Government and Private Companies in East Africa

2006 - 2012
Telecomm Works

Construction of Telecommunication Towers for ZANTEL, CELTEL AND TIGO

GET A QUOTE

We are glad to recieve your request, and will respond to any enquiries you may have. Please enter your details together with your enquiry..

I would like to discuss:

Partners and Clients

ALAF Limited
Africell Uganda
Tanzania Electric Supply Company Limited (TANESCO)
Tigo Tanzania
University of Dodoma (UDOM)
Vodacom Tanzania Limited
Zanzibar Telecom (Zantel)